LEGE 28 17/12/1971 - Portal Legislativ

Document Information
Document ID: 29350
Source URL: https://legislatie.just.ro/Public/DetaliiDocumentA...
Scraped At: 2026-08-29 14:52:46
Last Updated: 2026-09-12 01:25:30
Valid From: 17.12.1971
Valid To: 02.08.1979
Latest Version: Yes
Status: ABROGATED on 02.08.1979
Abrogated By: DECRET 298 02/08/1979
Metadata
Meta tags:
  • Title: LEGE 28 17/12/1971 - Portal Legislativ
  • Keywords: LEGE 28 17/12/1971 - Portal Legislativ
  • Viewport: width=device-width, user-scalable=no
  • Description: LEGE 28 17/12/1971 - Portal Legislativ
Detail metadata:
  • Article count: 1
  • Status indicator: modificat
  • Publication detail: Publicat în  BULETINUL OFICIAL nr. 158 din 17 decembrie 1971

Duplicate Information
This document has no duplicates.

Content
Version Information
Version Date: N/A
Original Publication Date: 17.12.1971
This Version Valid From: 17.12.1971
This Version Valid To: 02.08.1979
Is Latest Version: Yes
Document Type: LEGE
Emitent: N/A
Publicat în: Publicat în  BULETINUL OFICIAL nr. 158 din 17 decembrie 1971

No related versions found.

Other Versions of this Document

Source Document ID: 29350

Search for all versions
Actions Suffered by This Document
Section Operation Act
Actul ABROGAT DE DECRET 298 02/08/1979

AI-Generated Questions

These questions were automatically generated to help users find relevant information in this document.

Provider
OpenRouter
Model
qwen/qwen3-235b-a22b-2507
Generated
2026-08-29 15:00
Cost
$0.0003

Section: Section 7-8
Elements: 7 - 8

Section: Section 7-8
Elements: 7 - 8

Section: Section 7-8
Elements: 7 - 8

Question Generation Processing Logs

Total Logs

5

Processing Attempts

1

Errors

0

Warnings

0

Providers Used: OPENROUTER OPENROUTER
First Processing: 2026-08-29 15:00:19 | Last Processing: 2026-08-29 15:15:08
Timestamp Type Message Provider Actions
2026-08-29 15:15:08 Processing Completed Batch question generation completed with 3 total questions from 0 chapters OPENROUTER
Metadata:
{
    "total_questions": 3,
    "chapters_count": 0,
    "batch_mode": true
}
2026-08-29 15:15:07 Response Received Received batch response with 3 questions from 1 chapters OPENROUTER
Response
Metadata:
{
    "questions_generated": 3,
    "chapters_count": 1,
    "all_chapters_covered": true,
    "token_usage": {
        "promptTokens": 1824,
        "cachedTokens": 0,
        "completionTokens": 242,
        "totalTokens": 2066,
        "reasoningTokens": 0,
        "thoughtsTokens": 0,
        "cacheWriteTokens": 0
    },
    "batch_mode": true
}
Response Preview:
DOCUMENT_CATEGORY: decision_approval  
CATEGORY_REASON: Legea are ca scop aprobarea unui decret, deci reprezintă un act de aprobare emis de Marea Adunare Națională.

| **Articolul UNIC** |   |   |
| start | end | întrebare |
|-------|-----|-----------|
| 7 | 8 | Care este decizia luată de Marea Adunare Națională privind Decretul nr. 14/1971 referitor la Ministerul Agriculturii, Industriei Alimentare, Silviculturii și Apelor? |
| 7 | 8 | Ce instituție este înființată prin aprobarea Decretului nr. 14/1971 conform prezentei legi? |
| 7 | 8 | Care sunt domeniile de activitate ale ministerului a cărui înființare este aprobată prin Decretul nr. 14/1971? |

ALL_CHAPTERS_COVERED: true

Tokens: 2,066

Cost: $0.000297

Processing Time: 885000 ms

2026-08-29 15:09:55 Batch Created Added to batch 1/1 OPENROUTER
Metadata:
{
    "batch_id": "76d37e31-a461-44c3-a5d4-914bea18af2d",
    "provider_batch_id": "openrouter-local-b09cc86b9a3d19ce",
    "batch_number": 1,
    "total_batches": 1
}
2026-08-29 15:00:19 Processing Started Starting batch question generation with OpenRouter (qwen/qwen3-235b-a22b-2507) OPENROUTER
Metadata:
{
    "generation_id": "e67423de-bc66-4e1a-b4e8-025e8c175d72",
    "document_title": "LEGE 28 17\/12\/1971 - Portal Legislativ",
    "processing_count": 1,
    "batch_mode": true
}
2026-08-29 15:00:19 Prompt Sent Sending batch prompt part 1/1 (elements 1-17) for iteration 1 OPENROUTER
Metadata:
{
    "iteration": 1,
    "part_index": 1,
    "total_parts": 1,
    "part_body_start": 1,
    "part_body_end": 17,
    "character_count": 1197,
    "batch_mode": true,
    "json_schema": {
        "type": "object",
        "properties": {
            "documentCategory": {
                "type": "string",
                "description": "Document category classification",
                "enum": [
                    "daily_relevant_law",
                    "daily_relevant_regulation",
                    "daily_relevant_procedure",
                    "decision_salary",
                    "decision_approval",
                    "decision_modification",
                    "decision_other",
                    "uncategorized"
                ]
            },
            "categoryReason": {
                "type": "string",
                "description": "Explanation for the categorization (max 50 words)"
            },
            "chapters": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "chapter": {
                            "type": "string",
                            "description": "Chapter or article name with short description"
                        },
                        "questions": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "q": {
                                        "type": "string",
                                        "description": "The question text in Romanian"
                                    },
                                    "s": {
                                        "type": "integer",
                                        "description": "Start element number"
                                    },
                                    "e": {
                                        "type": "integer",
                                        "description": "End element number"
                                    }
                                },
                                "required": [
                                    "q",
                                    "s",
                                    "e"
                                ]
                            }
                        }
                    },
                    "required": [
                        "chapter",
                        "questions"
                    ]
                },
                "maxItems": 500
            },
            "allChaptersCovered": {
                "type": "boolean",
                "description": "Whether all chapters in the document have been covered"
            }
        },
        "required": [
            "documentCategory",
            "categoryReason",
            "chapters",
            "allChaptersCovered"
        ]
    }
}
JSON Schema Available View full prompt to see the response format schema

Document Relationships & Actions

Actions Suffered by This Document
Section Operation Act
Actul ABROGAT DE DECRET 298 02/08/1979
Documents Referenced by This Act
Section Reference Type Act
Actul APROBA PE DECRET 14 25/01/1971
Documents That Reference This Act
Section Reference Type Act
Actul ABROGAT DE DECRET 298 02/08/1979
Actul REFERIT DE DECRET 29 27/01/1973
Actul REFERIT DE DECRET 14 25/01/1971
Back to List View Original