@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix on: <https://test.uncefact.org/vocabulary/object-nature/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix unece-mod: <https://test.uncefact.org/vocabulary/module/> .
@prefix untp: <https://test.uncefact.org/vocabulary/untp/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

unece:applicableTax a owl:ObjectProperty ;
    rdfs:label "applicable tax"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A tax applicable to this header trade settlement."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:TradeTax ;
    unece:termStatus ts:proposed .

unece:associatedStandard a owl:ObjectProperty ;
    rdfs:label "associated standard"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A referenced standard associated to this specified licence."@en ;
    schema:domainIncludes unece:Licence ;
    schema:rangeIncludes unece:Standard ;
    unece:termStatus ts:proposed .

unece:assuranceLevelCode a owl:ObjectProperty ;
    rdfs:label "assurance level code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A code specifying an assurance level of this specified declaration."@en ;
    schema:domainIncludes unece:Licence ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:cargoOperationalCategoryCode a owl:ObjectProperty ;
    rdfs:label "cargo operational category code"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The code specifying the operational category for this transport cargo, such as obnoxious or military."@en ;
    schema:domainIncludes unece:CargoDetails ;
    schema:rangeIncludes unece:cargo-operational-category-code-list ;
    unece:termStatus ts:proposed .

unece:cargoTypeCode a owl:ObjectProperty ;
    rdfs:label "cargo type code"@en ;
    rdfs:comment "code → cargo-category scheme."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The category/type of cargo reported."@en ;
    schema:domainIncludes unece:CargoDetails ;
    schema:rangeIncludes unece:cargo-category-code-list ;
    unece:termStatus ts:proposed .

unece:categoryCode a owl:ObjectProperty ;
    rdfs:label "category code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A code specifying a category for this cross-border regulatory procedure, such as the appendices of the CITES Convention."@en ;
    schema:domainIncludes unece:GovernmentRegistration ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:certificationBasis a owl:DatatypeProperty ;
    rdfs:label "certification basis"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A basis for a certification, expressed as text, for this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:clearsConsignment a owl:ObjectProperty ;
    rdfs:label "clears consignment"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The consignment the procedure clears through customs."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:Consignment ;
    unece:termStatus ts:proposed .

unece:controlResult a owl:DatatypeProperty ;
    rdfs:label "control result"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A control result, expressed as text, for this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:countryOfOrigin a owl:ObjectProperty ;
    rdfs:label "country of origin"@en ;
    rdfs:comment "code → ISO 3166-1 scheme."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The country of origin of a declared goods item, as an ISO 3166-1 code."@en ;
    schema:domainIncludes unece:DeclarationDetails ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:countrySubDivisionId a owl:ObjectProperty ;
    rdfs:label "country sub division id"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A unique identifier of the country sub-division for this legal registration."@en ;
    schema:domainIncludes unece:GovernmentRegistration ;
    schema:rangeIncludes unece:iso-3166-2 ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/customs-duty-regime-type-code-list/1> a skos:Concept ;
    skos:inScheme unece:customs-duty-regime-type-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Origin subject to EC/EFTA preference"@en .

<https://test.uncefact.org/vocabulary/customs-duty-regime-type-code-list/2> a skos:Concept ;
    skos:inScheme unece:customs-duty-regime-type-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Origin subject to other preference agreement"@en .

<https://test.uncefact.org/vocabulary/customs-duty-regime-type-code-list/3> a skos:Concept ;
    skos:inScheme unece:customs-duty-regime-type-code-list ;
    skos:notation "3" ;
    skos:prefLabel "No preference origin"@en .

<https://test.uncefact.org/vocabulary/customs-duty-regime-type-code-list/8> a skos:Concept ;
    skos:inScheme unece:customs-duty-regime-type-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Excluded origin"@en .

<https://test.uncefact.org/vocabulary/customs-duty-regime-type-code-list/9> a skos:Concept ;
    skos:inScheme unece:customs-duty-regime-type-code-list ;
    skos:notation "9" ;
    skos:prefLabel "Imposed origin"@en .

unece:customsOffice a owl:ObjectProperty ;
    rdfs:label "customs office"@en ;
    rdfs:comment "Collapses BSP's entry/exit/export/import/transit office locations to one relationship."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A customs office location involved in the procedure (entry, exit, transit, …)."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:Location ;
    unece:termStatus ts:proposed .

unece:customsValue a owl:ObjectProperty ;
    rdfs:label "customs value"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The customs value of a declared goods item."@en ;
    schema:domainIncludes unece:DeclarationDetails ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:declarant a owl:ObjectProperty ;
    rdfs:label "declarant"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The party lodging the declaration."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:declarationDate a owl:DatatypeProperty ;
    rdfs:label "declaration date"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The date the declaration is lodged."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:declaredQuantity a owl:ObjectProperty ;
    rdfs:label "declared quantity"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The quantity of a declared goods item."@en ;
    schema:domainIncludes unece:DeclarationDetails ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:dutyAmount a owl:ObjectProperty ;
    rdfs:label "duty amount"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The assessed duty/tax/fee amount."@en ;
    schema:domainIncludes unece:DutyTaxFee ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:dutyRate a owl:DatatypeProperty ;
    rdfs:label "duty rate"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The rate applied to assess the duty/tax/fee."@en ;
    schema:domainIncludes unece:DutyTaxFee ;
    schema:rangeIncludes xsd:decimal ;
    unece:termStatus ts:proposed .

unece:dutyTypeCode a owl:ObjectProperty ;
    rdfs:label "duty type code"@en ;
    rdfs:comment "code → duty/tax-type scheme (Phase 3)."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The type of duty, tax or fee."@en ;
    schema:domainIncludes unece:DutyTaxFee ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:exporter a owl:ObjectProperty ;
    rdfs:label "exporter"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The party on whose behalf goods are exported."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:freeTradeAgreementName a owl:DatatypeProperty ;
    rdfs:label "free trade agreement name"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The name of a free trade agreement, expressed as text, for this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/government-action-code-list/1> a skos:Concept ;
    skos:inScheme unece:government-action-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Clearance"@en .

<https://test.uncefact.org/vocabulary/government-action-code-list/10> a skos:Concept ;
    skos:inScheme unece:government-action-code-list ;
    skos:notation "10" ;
    skos:prefLabel "Export certificate not required"@en .

<https://test.uncefact.org/vocabulary/government-action-code-list/2> a skos:Concept ;
    skos:inScheme unece:government-action-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Detention"@en .

<https://test.uncefact.org/vocabulary/government-action-code-list/3> a skos:Concept ;
    skos:inScheme unece:government-action-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Fumigation"@en .

<https://test.uncefact.org/vocabulary/government-action-code-list/4> a skos:Concept ;
    skos:inScheme unece:government-action-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Inspection"@en .

<https://test.uncefact.org/vocabulary/government-action-code-list/5> a skos:Concept ;
    skos:inScheme unece:government-action-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Security"@en .

<https://test.uncefact.org/vocabulary/government-action-code-list/6> a skos:Concept ;
    skos:inScheme unece:government-action-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Means of transport admittance"@en .

<https://test.uncefact.org/vocabulary/government-action-code-list/7> a skos:Concept ;
    skos:inScheme unece:government-action-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Cargo hold inspection"@en .

<https://test.uncefact.org/vocabulary/government-action-code-list/8> a skos:Concept ;
    skos:inScheme unece:government-action-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Container inspection"@en .

<https://test.uncefact.org/vocabulary/government-action-code-list/9> a skos:Concept ;
    skos:inScheme unece:government-action-code-list ;
    skos:notation "9" ;
    skos:prefLabel "Cargo packaging inspection"@en .

unece:governmentActionCode a owl:ObjectProperty ;
    rdfs:label "government action code"@en ;
    rdfs:comment "code → government-action scheme (re-added from BSP)."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "An action for a responsible agency in this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:government-action-code-list ;
    unece:termStatus ts:proposed .

unece:grantedParty a owl:ObjectProperty ;
    rdfs:label "granted party"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A party granted this specified licence."@en ;
    schema:domainIncludes unece:Licence ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:guarantee a owl:DatatypeProperty ;
    rdfs:label "guarantee"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The undertaking, expressed as text, given in cash, bond or as a written guarantee to ensure that an obligation will be fulfilled for this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:identification a owl:DatatypeProperty ;
    rdfs:label "identification"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "Identification, expressed as text, of this transport cargo that is sufficient to identify it for customs, statistical or transport purposes."@en ;
    schema:domainIncludes unece:CargoDetails ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:importer a owl:ObjectProperty ;
    rdfs:label "importer"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The party on whose behalf goods are imported."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:includesGoodsItem a owl:ObjectProperty ;
    rdfs:label "includes goods item"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A declaration goods-item line within the procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:DeclarationDetails ;
    unece:termStatus ts:proposed .

unece:incursDutyTaxFee a owl:ObjectProperty ;
    rdfs:label "incurs duty tax fee"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A duty, tax or fee assessed on the declared goods item."@en ;
    schema:domainIncludes unece:DeclarationDetails ;
    schema:rangeIncludes unece:DutyTaxFee ;
    unece:termStatus ts:proposed .

unece:issuerParty a owl:ObjectProperty ;
    rdfs:label "issuer party"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A party that issues this specified declaration."@en ;
    schema:domainIncludes unece:Licence ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:jurisdiction a owl:DatatypeProperty ;
    rdfs:label "jurisdiction"@en ;
    rdfs:comment "code → country/jurisdiction scheme (Phase 3)."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The jurisdiction (country/authority) under which a regulation applies."@en ;
    schema:domainIncludes unece:Regulation ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:lastRegisteredYearDateTime a owl:DatatypeProperty ;
    rdfs:label "last registered year date time"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The last registered year of this government registration."@en ;
    schema:domainIncludes unece:GovernmentRegistration ;
    schema:rangeIncludes xsd:dateTime ;
    unece:termStatus ts:proposed .

unece:licenceId a owl:ObjectProperty ;
    rdfs:label "licence id"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The identifier of a licence for this government registration."@en ;
    schema:domainIncludes unece:GovernmentRegistration ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/license-type/copyleft> a skos:Concept ;
    skos:definition "Platforms, infrastructure. Restrictiveness - Medium–high"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "copyleft" ;
    skos:prefLabel "Copyleft"@en .

<https://test.uncefact.org/vocabulary/license-type/creative-Commons> a skos:Concept ;
    skos:definition "Media, publications. Restrictiveness - Variable"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "creative-Commons" ;
    skos:prefLabel "Creative Commons"@en .

<https://test.uncefact.org/vocabulary/license-type/permissive-OpenSource> a skos:Concept ;
    skos:definition "Libraries, frameworks. Restrictiveness - Low"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "permissive-OpenSource" ;
    skos:prefLabel "Permissive Open Source"@en .

<https://test.uncefact.org/vocabulary/license-type/proprietary-Code> a skos:Concept ;
    skos:definition "Commercial software, internal docs. Restrictiveness - Very high"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "proprietary-Code" ;
    skos:prefLabel "Proprietary Code"@en .

<https://test.uncefact.org/vocabulary/license-type/proprietary-Document> a skos:Concept ;
    skos:definition "Manuals, standards. Restrictiveness - Medium"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "proprietary-Document" ;
    skos:prefLabel "Proprietary Document"@en .

<https://test.uncefact.org/vocabulary/license-type/public> a skos:Concept ;
    skos:definition "Data, examples. Restrictiveness - None"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "public" ;
    skos:prefLabel "Public"@en .

<https://test.uncefact.org/vocabulary/license-type/source-Available> a skos:Concept ;
    skos:definition "Commercial SaaS vendors. Restrictiveness - Medium–high"@en ;
    skos:inScheme unece:license-type ;
    skos:notation "source-Available" ;
    skos:prefLabel "Source Available"@en .

unece:natureOfTransactionCode a owl:ObjectProperty ;
    rdfs:label "nature of transaction code"@en ;
    dcterms:provenance "Proposed Vocab addition — not from BSP/UNTP; pending governance approval."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A code specifying the nature of the transaction for customs/statistical purposes."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:originCriteria a owl:DatatypeProperty ;
    rdfs:label "origin criteria"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The origin criteria, expressed as text, for this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:packageCount a owl:DatatypeProperty ;
    rdfs:label "package count"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The number of packages reported for a cargo item."@en ;
    schema:domainIncludes unece:CargoDetails ;
    schema:rangeIncludes xsd:integer ;
    unece:termStatus ts:proposed .

unece:previousProcedureCode a owl:ObjectProperty ;
    rdfs:label "previous procedure code"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The preceding procedure the goods were under."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:procedurePaymentMethodCode a owl:ObjectProperty ;
    rdfs:label "procedure payment method code"@en ;
    rdfs:comment "code → payment-method scheme (re-added from BSP)."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The payment method for this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:payment-method-code-list ;
    unece:termStatus ts:proposed .

unece:procedureTypeCode a owl:ObjectProperty ;
    rdfs:label "procedure type code"@en ;
    rdfs:comment "code → WCO procedure scheme (Phase 3)."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The type of procedure (import, export, transit, warehousing, …)."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:recordedDate a owl:DatatypeProperty ;
    rdfs:label "recorded date"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A date when this legal registration was recorded."@en ;
    schema:domainIncludes unece:GovernmentRegistration ;
    schema:rangeIncludes xsd:date ;
    unece:termStatus ts:proposed .

unece:remark a owl:DatatypeProperty ;
    rdfs:label "remark"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A remark, expressed as text, for this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:requiredSeal a owl:ObjectProperty ;
    rdfs:label "required seal"@en ;
    rdfs:comment "restored from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A seal required by this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:Seal ;
    unece:termStatus ts:proposed .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/1> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Agriculture"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/10> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "10" ;
    skos:prefLabel "Live animals"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/11> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "11" ;
    skos:prefLabel "Port authority"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/12> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "12" ;
    skos:prefLabel "Public health"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/13> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "13" ;
    skos:prefLabel "Transportation"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/14> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "14" ;
    skos:prefLabel "Port state control"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/15> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "15" ;
    skos:prefLabel "Fisheries"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/16> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "16" ;
    skos:prefLabel "Mineral resources"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/17> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "17" ;
    skos:prefLabel "Environment"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/18> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "18" ;
    skos:prefLabel "Nuclear safety"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/19> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "19" ;
    skos:prefLabel "Natural Resources"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/2> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Ammunition"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/3> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Commerce"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/4> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Coastguard"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/5> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Customs"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/6> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Food and drug"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/7> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Health certificate"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/8> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Harbour police"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-code-list/9> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-code-list ;
    skos:notation "9" ;
    skos:prefLabel "Immigration"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-involvement-code-list/1> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-involvement-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Carried out as instructed"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-involvement-code-list/2> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-involvement-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Carried out as amended"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-involvement-code-list/3> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-involvement-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Completed"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-involvement-code-list/4> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-involvement-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Not applicable"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-involvement-code-list/5> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-involvement-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Optimal"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-involvement-code-list/6> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-involvement-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Required"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-involvement-code-list/7> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-involvement-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Applicable"@en .

<https://test.uncefact.org/vocabulary/responsible-government-agency-involvement-code-list/8> a skos:Concept ;
    skos:inScheme unece:responsible-government-agency-involvement-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Export certificate required"@en .

unece:responsibleAgencyCode a owl:ObjectProperty ;
    rdfs:label "responsible agency code"@en ;
    rdfs:comment "code → responsible-government-agency scheme (re-added from BSP)."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The agency responsible for this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:responsible-government-agency-code-list ;
    unece:termStatus ts:proposed .

unece:responsibleAgencyInvolvementCode a owl:ObjectProperty ;
    rdfs:label "responsible agency involvement code"@en ;
    rdfs:comment "code → responsible-government-agency-involvement scheme (re-added from BSP)."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A responsible agency involved in this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:responsible-government-agency-involvement-code-list ;
    unece:termStatus ts:proposed .

unece:transportMovementTypeCode a owl:ObjectProperty ;
    rdfs:label "transport movement type code"@en ;
    rdfs:comment "code → transport-movement-type scheme (re-added from BSP)."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The transport movement type (e.g. import, export, transit) for this cross-border regulatory procedure."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:transport-movement-type-code-list ;
    unece:termStatus ts:proposed .

unece:underRegulation a owl:ObjectProperty ;
    rdfs:label "under regulation"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The regulation the procedure is performed under."@en ;
    schema:domainIncludes unece:RegulatoryProcedure ;
    schema:rangeIncludes unece:Regulation ;
    unece:termStatus ts:proposed .

unece:validIndicator a owl:DatatypeProperty ;
    rdfs:label "valid indicator"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The indication of whether or not this specified certificate is valid."@en ;
    schema:domainIncludes unece:Licence ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:Regulation a owl:Class ;
    rdfs:label "Regulation"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The rule under which import/export is permitted or controlled. Vocab-distinctive: WCO references procedures, not the rule itself."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece:CargoDetails a owl:Class ;
    rdfs:label "Cargo Details"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The cargo-item lines within a cargo report."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:DutyTaxFee a owl:Class ;
    rdfs:label "Duty Tax Fee"@en ;
    rdfs:comment "Maps to WCO DutyTaxFee; distinct from trade-domain TradeTax (commercial VAT)."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A customs duty, tax or fee assessed on a declared goods item."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:DeclarationDetails a owl:Class ;
    rdfs:label "Declaration Details"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The customs item lines within a declaration (one tariff code each). Maps to WCO GoodsItem."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

unece:GovernmentRegistration a owl:Class ;
    rdfs:label "Government Registration"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "The recording of items or details for a governmental purpose."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece:Licence a owl:Class ;
    rdfs:label "Licence"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A permit from an authority to own or use something, do a particular thing, or to conduct a trade."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece:customs-duty-regime-type-code-list a skos:ConceptScheme ;
    rdfs:label "Customs Duty Regime Type"@en ;
    dcterms:source unece:CustomsDutyRegimeTypeCodeList ;
    skos:definition "Customs Duty Regime Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

unece:license-type a skos:ConceptScheme ;
    rdfs:label "License Type"@en ;
    dcterms:source untp:LicenseType ;
    skos:definition "License Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

unece:responsible-government-agency-involvement-code-list a skos:ConceptScheme ;
    rdfs:label "Responsible Government Agency Involvement"@en ;
    dcterms:source unece:ResponsibleGovernmentAgencyInvolvementCodeList ;
    skos:definition "Responsible Government Agency Involvement UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

unece:government-action-code-list a skos:ConceptScheme ;
    rdfs:label "Government Action"@en ;
    dcterms:source unece:GovernmentActionCodeList ;
    skos:definition "Government Action UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

unece:responsible-government-agency-code-list a skos:ConceptScheme ;
    rdfs:label "Responsible Government Agency"@en ;
    dcterms:source unece:ResponsibleGovernmentAgencyCodeList ;
    skos:definition "Responsible Government Agency UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

unece:RegulatoryProcedure a owl:Class ;
    rdfs:label "Regulatory Procedure"@en ;
    rdfs:comment "Maps to WCO GovernmentProcedure (BSP RegulatoryProcedure)."@en ;
    rdfs:isDefinedBy unece-mod:regulatory ;
    skos:definition "A customs/regulatory procedure applied to the clearance of a consignment (import, export, transit), under a regulation."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

unece-mod:regulatory a owl:Ontology ;
    rdfs:label "Vocab — Regulatory domain"@en ;
    dcterms:description "Reporting goods and movements to customs and other authorities."@en .

