gr:hasGTIN-8 leaf node


URI

http://purl.org/goodrelations/v1#hasGTIN-8

Label

has GTIN-8 (0..*)

Description

The 8-digit Global Trade Item Number (GTIN-8) of the given gr:ProductOrService or gr:Offering, also known as EAN/UCC-8 (8-digit EAN).

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) gr:hasGTIN-8 xsd:string

Implementation

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

gr:hasGTIN-8 a owl:DatatypeProperty ;
    rdfs:label "has GTIN-8 (0..*)"@en ;
    rdfs:comment "The 8-digit Global Trade Item Number (GTIN-8) of the given gr:ProductOrService or gr:Offering, also known as EAN/UCC-8 (8-digit EAN)."@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( gr:Offering gr:ProductOrService <http://schema.org/Product> ) ] ;
    rdfs:isDefinedBy <http://purl.org/goodrelations/v1> ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf <http://schema.org/productID> .