@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

unece:contractGeneralConditions a owl:DatatypeProperty ;
    rdfs:label "contract general conditions"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The contract general conditions, expressed as text, for this transport cargo insurance."@en ;
    schema:domainIncludes unece:Insurance ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:coverageParty a owl:ObjectProperty ;
    rdfs:label "coverage party"@en ;
    rdfs:comment "brought back from BSP (UNVTD grounding gap)"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The coverage party for this transport cargo insurance."@en ;
    schema:domainIncludes unece:Insurance ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:coverageType a owl:DatatypeProperty ;
    rdfs:label "coverage type"@en ;
    rdfs:comment "code → coverage-type scheme (Phase 3)."@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The type/scope of insurance cover."@en ;
    schema:domainIncludes unece:Insurance ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:description a owl:DatatypeProperty ;
    rdfs:label "description"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A textual description of an item."@en ;
    skos:exactMatch schema:description ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:identifier a owl:ObjectProperty ;
    rdfs:label "identifier"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:identifier ;
    skos:definition "An identifier of this entity within some scheme, as an Identifier value object; an entity may bear several (e.g. a GTIN and an internal SKU). Its own resolvable identity is the node URI (@id)."@en ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:insuredAmount a owl:ObjectProperty ;
    rdfs:label "insured amount"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The insured value."@en ;
    schema:domainIncludes unece:Insurance ;
    schema:rangeIncludes unece:MonetaryAmount ;
    unece:termStatus ts:proposed .

unece:insurer a owl:ObjectProperty ;
    rdfs:label "insurer"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The party providing the insurance cover."@en ;
    schema:domainIncludes unece:Insurance ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:insures a owl:ObjectProperty ;
    rdfs:label "insures"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "The consignment or trade the insurance covers."@en ;
    schema:domainIncludes unece:Insurance ;
    schema:rangeIncludes unece:Consignment ;
    unece:termStatus ts:proposed .

unece:name a owl:DatatypeProperty ;
    rdfs:label "name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name of an item."@en ;
    skos:exactMatch schema:name ;
    schema:domainIncludes unece:Identifier ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:Insurance a owl:Class ;
    rdfs:label "Insurance"@en ;
    rdfs:isDefinedBy unece-mod:finance ;
    skos:definition "Cover protecting cargo/trade value against loss."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

