@prefix : .
@prefix dc: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
@prefix rdfs: .
@prefix vann: .
@prefix dcterms: .
@prefix dpp-core: .
@prefix dpp-info: .
@base .
rdf:type owl:Ontology ;
owl:versionIRI ;
owl:imports dpp-core: ,
dpp-info: ;
dcterms:contributor "Eva Blomqvist" ,
"Huanyu Li" ,
"Robin Keskisärkkä" ;
dcterms:created "2023-11-27" ;
dcterms:creator "Maike Jansen" ;
dcterms:description "This is an ontology module focusing on the composition information of products." ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/" ;
dcterms:title "Digital Product Passport Product Composition" ;
vann:preferredNamespacePrefix "dpp-comp" ;
vann:preferredNamespaceUri "http://w3id.org/dppo/ontology/dpp-comp/" ;
rdfs:seeAlso ;
owl:versionInfo "0.1" .
#################################################################
# Object Properties
#################################################################
### http://w3id.org/dppo/ontology/dpp-comp/aboutPart
:aboutPart rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dpp-info:isAbout ;
rdfs:domain dpp-info:CompositionInformation ;
rdfs:range ;
rdfs:comment "Relation between the piece of information representing the composition, and the part involved in the relation."@en ;
rdfs:label "about part"@en .
### http://w3id.org/dppo/ontology/dpp-comp/aboutWhole
:aboutWhole rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dpp-info:isAbout ;
owl:inverseOf dpp-info:hasCompositionInformation ;
rdfs:domain dpp-info:CompositionInformation ;
rdfs:range ;
rdfs:comment "Relation between the piece of information representing the composition, and the whole involved in the relation."@en ;
rdfs:label "about whole"@en .
### http://w3id.org/dppo/ontology/dpp-info/0.1/hasCompositionInformation
dpp-info:hasCompositionInformation rdf:type owl:ObjectProperty .
### http://w3id.org/dppo/ontology/dpp-info/0.1/isAbout
dpp-info:isAbout rdf:type owl:ObjectProperty .
#################################################################
# Classes
#################################################################
### http://w3id.org/dppo/ontology/dpp-comp/SubstanceHinderingRecycling
:SubstanceHinderingRecycling rdf:type owl:Class ;
rdfs:subClassOf :SubstanceOfConcern ;
rdfs:comment "A substance that hinders recycling of a product."@en ;
rdfs:label "Substance findering recycling"@en .
### http://w3id.org/dppo/ontology/dpp-comp/SubstanceOfConcern
:SubstanceOfConcern rdf:type owl:Class ;
rdfs:subClassOf ;
rdfs:comment "Substance of concern as defined in the ESPR, meaning it is a substance that is either toxic or something that hinders recycling of the product."@en ;
rdfs:label "Substance of Concern"@en .
### http://w3id.org/dppo/ontology/dpp-comp/ToxicSubstance
:ToxicSubstance rdf:type owl:Class ;
rdfs:subClassOf :SubstanceOfConcern ;
rdfs:comment "A toxic substance."@en ;
rdfs:label "Toxic substance"@en .
### http://w3id.org/dppo/ontology/dpp-info/0.1/CompositionInformation
dpp-info:CompositionInformation rdf:type owl:Class .
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi