Item example

IRI
https://saref.etsi.org/saref4inma/v2.1.1/example/Item#
Conforms to ontologies
Download serialization
License
Item example

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix ex: <https://saref.etsi.org/saref4inma/v2.1.1/example/Item/> .
@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/Item#> a dctype:Dataset ;
    dct:conformsTo <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    dct:description "Item example"@en ;
    dct:license <https://forge.etsi.org/etsi-software-license> ;
    dct:title "Item example"@en  .

ex:Shaver10023 a owl:NamedIndividual,
        s4inma:Item ;
    s4inma:belongsToItemBatch ex:PhilBrau_S40_Premium_Gold_Shaver_ItemBatch392 ;
    s4inma:hasSerialNumber "nr7865654345676"^^xsd:string .

ex:LaserCuttingMachine a owl:Class ;
    rdfs:label "Laser Cutting Machine" ;
    rdfs:subClassOf s4inma:ProductionEquipment .

ex:Laser_Cutting_Machine_1 a owl:NamedIndividual,
        ex:LaserCuttingMachine .

ex:PhilBrau_S40_Premium_Gold_Shaver_ItemBatch392 a owl:NamedIndividual,
        s4inma:ItemBatch ;
    s4inma:belongsToCategory ex:hilBrau_S40_Premium_Gold_Shaver_ItemCategory ;
    s4inma:hasIdentifier ex:nr34275874234908 .

ex:hilBrau_S40_Premium_Gold_Shaver_ItemCategory a owl:NamedIndividual,
        s4inma:ItemCategory ;
    saref:hasManufacturer "PhilBrau" ;
    s4inma:hasIdentifier ex:nr98647656 ;
    s4inma:hasModelNumber "nr98647656"^^xsd:string ;
    s4inma:isProducedBy ex:Laser_Cutting_Machine_1 .

ex:nr34275874234908 a owl:NamedIndividual,
        s4inma:ID ;
    s4inma:hasIDValue "nr34275874234908"^^xsd:string .

ex:nr98647656 a owl:NamedIndividual,
        s4inma:ID ;
    s4inma:hasIDValue "nr98647656"^^xsd:string .