@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:BusinessFunction . ns0:BusinessEntity owl:disjointWith ns0:BusinessFunction . ns0:BusinessEntityType owl:disjointWith ns0:BusinessFunction . ns0:BusinessFunction metadata_def:mappingLoom "businessfunction" ; metadata_def:mappingSameURI ns0:BusinessFunction ; metadata_def:prefLabel "Business function" ; metadata:prefixIRI "gr:BusinessFunction" ; a owl:Class ; rdfs:comment """The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the gr:BusinessEntity on the gr:ProductOrService through the gr:Offering. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Licenses and other proprietary specifications of access rights are also instances of this class. Examples: A particular offering made by Miller Rentals Ltd. says that they (1) sell Volkswagen Golf convertibles, (2) lease out a particular Ford pick-up truck, and (3) dispose car wrecks of any make and model."""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Business function"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith 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:Buy a ns0:BusinessFunction . ns0:ConstructionInstallation a ns0:BusinessFunction . ns0:Dispose a ns0:BusinessFunction . ns0:LeaseOut a ns0:BusinessFunction . ns0:License rdfs:subClassOf ns0:BusinessFunction . ns0:Maintain a ns0:BusinessFunction . ns0:ProvideService a ns0:BusinessFunction . ns0:Repair a ns0:BusinessFunction . ns0:Sell a ns0:BusinessFunction . ns0:hasBusinessFunction rdfs:range ns0:BusinessFunction .
@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:BusinessFunction .

ns0:BusinessEntity
    owl:disjointWith ns0:BusinessFunction .

ns0:BusinessEntityType
    owl:disjointWith ns0:BusinessFunction .

ns0:BusinessFunction
    metadata_def:mappingLoom "businessfunction" ;
    metadata_def:mappingSameURI ns0:BusinessFunction ;
    metadata_def:prefLabel "Business function" ;
    metadata:prefixIRI "gr:BusinessFunction" ;
    a owl:Class ;
    rdfs:comment """The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the gr:BusinessEntity on the gr:ProductOrService through the gr:Offering. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation.

Licenses and other proprietary specifications of access rights are also instances of this class.

Examples: A particular offering made by Miller Rentals Ltd. says that they (1) sell Volkswagen Golf convertibles, (2) lease out a particular Ford pick-up truck, and (3) dispose car wrecks of any make and model."""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Business function"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith 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:Buy
    a ns0:BusinessFunction .

ns0:ConstructionInstallation
    a ns0:BusinessFunction .

ns0:Dispose
    a ns0:BusinessFunction .

ns0:LeaseOut
    a ns0:BusinessFunction .

ns0:License
    rdfs:subClassOf ns0:BusinessFunction .

ns0:Maintain
    a ns0:BusinessFunction .

ns0:ProvideService
    a ns0:BusinessFunction .

ns0:Repair
    a ns0:BusinessFunction .

ns0:Sell
    a ns0:BusinessFunction .

ns0:hasBusinessFunction
    rdfs:range ns0:BusinessFunction .