@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/goodrelations/v1#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://purl.org/goodrelations/> . ns0:Brand metadata_def:mappingLoom "brand" ; metadata_def:mappingSameURI ns0:Brand ; metadata_def:prefLabel "Brand" ; metadata:prefixIRI "gr:Brand" ; a owl:Class ; rdfs:comment """A brand is the identity of a specific product, service, or business. Use foaf:logo for attaching a brand logo and gr:name or rdfs:label for attaching the brand name. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Brand)"""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Brand"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:BusinessEntity, ns0:BusinessEntityType, ns0:BusinessFunction, ns0:DayOfWeek, ns0:DeliveryMethod, ns0:Location, ns0:Offering, ns0:OpeningHoursSpecification, ns0:PaymentMethod, ns0:PriceSpecification, ns0:ProductOrService, ns0:ProductOrServiceModel, ns0:QuantitativeValue, ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope . ns0:hasBrand rdfs:range ns0:Brand .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/goodrelations/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://purl.org/goodrelations/> .

ns0:Brand
    metadata_def:mappingLoom "brand" ;
    metadata_def:mappingSameURI ns0:Brand ;
    metadata_def:prefLabel "Brand" ;
    metadata:prefixIRI "gr:Brand" ;
    a owl:Class ;
    rdfs:comment """A brand is the identity of a specific product, service, or business. Use foaf:logo for attaching a brand logo and gr:name or rdfs:label for attaching the brand name.	

(Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Brand)"""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Brand"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:BusinessEntity, ns0:BusinessEntityType, ns0:BusinessFunction, ns0:DayOfWeek, ns0:DeliveryMethod, ns0:Location, ns0:Offering, ns0:OpeningHoursSpecification, ns0:PaymentMethod, ns0:PriceSpecification, ns0:ProductOrService, ns0:ProductOrServiceModel, ns0:QuantitativeValue, ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope .

ns0:hasBrand
    rdfs:range ns0:Brand .