s4inma:hasGTIN14IDValue — has GTIN14ID value

IRI
https://saref.etsi.org/saref4inma/hasGTIN14IDValue
Is defined by
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
Download serialization
License

Definition of s4inma:hasGTIN14IDValue

Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:

A relation to express the value of an GTIN14 as a string

Definition as a Datatype Property

has super-properties
s4inma:hasIDValue
has range
xsd:string

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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:hasGTIN14IDValue ;
    ns1:subject s4inma:hasGTIN14IDValue .

<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:hasGTIN14IDValue ;
    ns1:subject s4inma:hasGTIN14IDValue .

s4inma:hasGTIN14IDValue a owl:DatatypeProperty ;
    rdfs:label "has GTIN14ID value"@en ;
    ns1:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:comment "A relation to express the value of an GTIN14 as a string"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:subPropertyOf s4inma:hasIDValue ;
    ns2:hiddenLabel "hasGTIN14IDValue" .