Definition of s4inma:hasGTIN12ID
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
A relationship determining the GTIN-12 identifier
Description as an Object Property
- has super-properties
- s4inma:hasIdentifier
- has range
- s4inma:GTIN12ID
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:hasGTIN12ID ;
ns1:subject s4inma:hasGTIN12ID .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:hasGTIN12ID ;
ns1:subject s4inma:hasGTIN12ID .
s4inma:hasGTIN12ID a owl:ObjectProperty ;
rdfs:label "has GTIN12ID "@en ;
ns1:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/> ;
rdfs:comment "A relationship determining the GTIN-12 identifier"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/> ;
rdfs:range s4inma:GTIN12ID ;
rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/> ;
rdfs:subPropertyOf s4inma:hasIdentifier ;
ns2:hiddenLabel "hasGTIN12ID" .