Material example
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ex: <https://saref.etsi.org/saref4inma/v2.1.1/example/Material/> .
@prefix mod: <https://w3id.org/mod#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#> a dctype:Dataset ;
dct:conformsTo <https://saref.etsi.org/saref4inma/v2.1.1/> ;
dct:description "Material example"@en ;
dct:license <https://forge.etsi.org/etsi-software-license> ;
dct:title "Material example"@en .
ex:PhilBrau_S40-S50_Generic_Body_ItemBatch3290 a owl:NamedIndividual,
s4inma:ItemBatch ;
saref:consistsOf ex:ABS_Plastic_Role_8mm_MaterialBatch742,
ex:Torx_screws_D2mm_L8mm_MaterialBatch323 .
ex:Shaver10023 a owl:NamedIndividual,
s4inma:Item ;
saref:consistsOf ex:ShaverBody9440,
ex:ShaverHead3002,
ex:StepMotor083 .
ex:ABS_Plastic_Role_8mm_MaterialBatch742 a owl:NamedIndividual,
s4inma:MaterialBatch ;
s4inma:belongsToCategory ex:ABS_Plastic_Role_8mm_MaterialCategory ;
s4inma:hasModelNumber "ABS High-precision quality"^^xsd:string .
ex:ABS_Plastic_Role_8mm_MaterialCategory a owl:NamedIndividual,
ex:Plastic .
ex:Plastic a owl:Class ;
rdfs:label "Plastic" ;
rdfs:subClassOf s4inma:MaterialCategory .
ex:Screw a owl:Class ;
rdfs:label "Screw" ;
rdfs:subClassOf s4inma:MaterialCategory .
ex:ShaverBody9440 a owl:NamedIndividual,
s4inma:Item .
ex:ShaverHead3002 a owl:NamedIndividual,
s4inma:Item .
ex:StepMotor083 a owl:NamedIndividual,
s4inma:Item .
ex:Torx_screws_D2mm_L8mm_MaterialBatch323 a owl:NamedIndividual,
s4inma:MaterialBatch ;
s4inma:belongsToCategory ex:Torx_screws_D2mm_L8mm_MaterialCategory .
ex:Torx_screws_D2mm_L8mm_MaterialCategory a owl:NamedIndividual,
ex:Screw .