@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 owl:disjointWith ns0:BusinessEntityType . ns0:Business a ns0:BusinessEntityType . ns0:BusinessEntity owl:disjointWith ns0:BusinessEntityType . ns0:BusinessEntityType metadata_def:mappingLoom "businessentitytype" ; metadata_def:mappingSameURI ns0:BusinessEntityType ; metadata_def:prefLabel "Business entity type" ; metadata:prefixIRI "gr:BusinessEntityType" ; a owl:Class ; rdfs:comment """A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of a gr:BusinessEntity. From the ontological point of view, business entity types are mostly roles that a business entity has in the market. Business entity types are important for specifying eligible customers, since a gr:Offering is often valid only for business entities of a certain size, legal structure, or role in the value chain. Examples: Consumers, Retailers, Wholesalers, or Public Institutions"""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Business entity type"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:BusinessFunction, ns0:DayOfWeek, ns0:DeliveryMethod, ns0:Location, ns0:Offering, ns0:OpeningHoursSpecification, ns0:PaymentMethod, ns0:PriceSpecification, ns0:ProductOrService, ns0:QuantitativeValue, ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope . ns0:Enduser a ns0:BusinessEntityType . ns0:PublicInstitution a ns0:BusinessEntityType . ns0:Reseller a ns0:BusinessEntityType . ns0:eligibleCustomerTypes rdfs:range ns0:BusinessEntityType .
@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
    owl:disjointWith ns0:BusinessEntityType .

ns0:Business
    a ns0:BusinessEntityType .

ns0:BusinessEntity
    owl:disjointWith ns0:BusinessEntityType .

ns0:BusinessEntityType
    metadata_def:mappingLoom "businessentitytype" ;
    metadata_def:mappingSameURI ns0:BusinessEntityType ;
    metadata_def:prefLabel "Business entity type" ;
    metadata:prefixIRI "gr:BusinessEntityType" ;
    a owl:Class ;
    rdfs:comment """A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of a gr:BusinessEntity. From the ontological point of view, business entity types are mostly roles that a business entity has in the market. Business entity types are important for specifying eligible customers, since a gr:Offering is often valid only for business entities of a certain size, legal structure, or role in the value chain. 

Examples: Consumers, Retailers, Wholesalers, or Public Institutions"""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Business entity type"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:BusinessFunction, ns0:DayOfWeek, ns0:DeliveryMethod, ns0:Location, ns0:Offering, ns0:OpeningHoursSpecification, ns0:PaymentMethod, ns0:PriceSpecification, ns0:ProductOrService, ns0:QuantitativeValue, ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope .

ns0:Enduser
    a ns0:BusinessEntityType .

ns0:PublicInstitution
    a ns0:BusinessEntityType .

ns0:Reseller
    a ns0:BusinessEntityType .

ns0:eligibleCustomerTypes
    rdfs:range ns0:BusinessEntityType .