@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:hazardous a owl:DatatypeProperty ;
    rdfs:label "hazardous"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "Whether the material is hazardous."@en ;
    schema:domainIncludes unece:Material ;
    schema:rangeIncludes xsd:boolean ;
    unece:termStatus ts:proposed .

unece:mass a owl:ObjectProperty ;
    rdfs:label "mass"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The mass of the material, as a measure."@en ;
    schema:domainIncludes unece:Material ;
    schema:rangeIncludes unece:Measure ;
    unece:termStatus ts:proposed .

unece:massFraction a owl:DatatypeProperty ;
    rdfs:label "mass fraction"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The mass fraction of the material in the product (0–1)."@en ;
    schema:domainIncludes unece:Material ;
    schema:rangeIncludes xsd:decimal ;
    unece:termStatus ts:proposed .

unece:materialSafetyInformation a owl:ObjectProperty ;
    rdfs:label "material safety information"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A link to material safety information (e.g. an MSDS)."@en ;
    schema:domainIncludes unece:Material ;
    schema:rangeIncludes unece:Link ;
    unece:termStatus ts:proposed .

unece:materialType a owl:ObjectProperty ;
    rdfs:label "material type"@en ;
    rdfs:comment "Open code list — a sector-specific material classification, bound downstream."@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The classification of the material."@en ;
    schema:domainIncludes unece:Material ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:originCountry a owl:ObjectProperty ;
    rdfs:label "origin country"@en ;
    rdfs:comment "code → ISO 3166-1 scheme."@en ;
    rdfs:isDefinedBy unece-mod:transport ;
    skos:definition "The country of origin, as an ISO 3166-1 code."@en ;
    schema:domainIncludes unece:Consignment,
        unece:ConsignmentItem,
        unece:Material ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:recycledMassFraction a owl:DatatypeProperty ;
    rdfs:label "recycled mass fraction"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The recycled mass fraction of the material (0–1)."@en ;
    schema:domainIncludes unece:Material ;
    schema:rangeIncludes xsd:decimal ;
    unece:termStatus ts:proposed .

unece:symbol a owl:ObjectProperty ;
    rdfs:label "symbol"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A symbol/image representing the material."@en ;
    schema:domainIncludes unece:Material ;
    schema:rangeIncludes unece:Image ;
    unece:termStatus ts:proposed .

unece:Material a owl:Class ;
    rdfs:label "Material"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "Details about the origin or source of a material that a product is made from."@en ;
    unece:objectNature on:value ;
    unece:termStatus ts:proposed .

