@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://w3id.org/CEON/ontology/product/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://w3id.org/CEON/ontology/resourceODP/> . ns0:associatedWithMatter a owl:ObjectProperty ; rdfs:comment "associatedWithMatter intends to represent the matter to which a matter compopsition information regards to." ; rdfs:domain ns0:MatterComposition ; rdfs:label "associated with matter" ; rdfs:range ns1:Matter .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://w3id.org/CEON/ontology/product/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://w3id.org/CEON/ontology/resourceODP/> .

ns0:associatedWithMatter
    a owl:ObjectProperty ;
    rdfs:comment "associatedWithMatter intends to represent the matter to which a matter compopsition information regards to." ;
    rdfs:domain ns0:MatterComposition ;
    rdfs:label "associated with matter" ;
    rdfs:range ns1:Matter .