Definition of s4inma:Item
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
A tangible object which can be unique identified, for example, with a GTIN in the form of a barcode/QR/RFID tag. An item product can be the result of the organization's production process (i.e. outflow of objects/goods) or can be uniquely identifiable material (i.e. inflow of objects/supplies). Each item is part of exactly one ItemBatch, whereas each ItemBatch contains only Items which have similar properties. An item can consists of multiple Batches and other Items (i.e. subassemblies).
Description as a Class
- has super-classes
-
s4inma:isCreatedIn only
s4inma:ItemBatch
s4inma:isFeatureOfInterestOf only s4inma:Measurement
s4inma:isCreatedIn exactly 1 s4inma:ItemBatch
s4inma:hasIDValue only xsd:string
s4inma:hasSerialNumber max 1 xsd:string
s4inma:hasIdentifier some s4inma:ID
s4inma:consistsOfItem only s4inma:Item
s4inma:hasIdentifier only s4inma:ID
saref:FeatureOfInterest
Turtle
@prefix ns1: <http://purl.org/dc/terms/> .
@prefix ns2: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .
s4inma:Measurement rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( s4inma:Batch s4inma:Item ) ] ;
owl:onProperty s4inma:hasFeatureOfInterest ] .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Item#> ns1:references s4inma:Item .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#> ns1:references s4inma:Item .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Observation#> ns1:references s4inma:Item .
s4inma:ItemBatch rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:Item ;
owl:onProperty s4inma:creates ] .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:Item ;
ns1:subject s4inma:Item .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:Item ;
ns1:subject s4inma:Item .
s4inma:Item a owl:Class ;
rdfs:label "Item"@en ;
ns1:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/Item#>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/Observation#> ;
rdfs:comment "A tangible object which can be unique identified, for example, with a GTIN in the form of a barcode/QR/RFID tag. An item product can be the result of the organization's production process (i.e. outflow of objects/goods) or can be uniquely identifiable material (i.e. inflow of objects/supplies). Each item is part of exactly one ItemBatch, whereas each ItemBatch contains only Items which have similar properties. An item can consists of multiple Batches and other Items (i.e. subassemblies)."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ItemBatch ;
owl:onProperty s4inma:isCreatedIn ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:Measurement ;
owl:onProperty s4inma:isFeatureOfInterestOf ],
[ a owl:Restriction ;
owl:onClass s4inma:ItemBatch ;
owl:onProperty s4inma:isCreatedIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4inma:hasIDValue ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty s4inma:hasSerialNumber ],
[ a owl:Restriction ;
owl:onProperty s4inma:hasIdentifier ;
owl:someValuesFrom s4inma:ID ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:Item ;
owl:onProperty s4inma:consistsOfItem ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:ID ;
owl:onProperty s4inma:hasIdentifier ],
saref:FeatureOfInterest ;
ns2:hiddenLabel "Item" .