@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:DeliveryMethod . ns0:BusinessEntity owl:disjointWith ns0:DeliveryMethod . ns0:BusinessEntityType owl:disjointWith ns0:DeliveryMethod . ns0:BusinessFunction owl:disjointWith ns0:DeliveryMethod . ns0:DayOfWeek owl:disjointWith ns0:DeliveryMethod . ns0:DeliveryMethod metadata_def:mappingLoom "deliverymethod" ; metadata_def:mappingSameURI ns0:DeliveryMethod ; metadata_def:prefLabel "Delivery method" ; metadata:prefixIRI "gr:DeliveryMethod" ; a owl:Class ; rdfs:comment """A delivery method is a standardized procedure for transferring the product or service to the destination of fulfilment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending gr:BusinessEntity (this is important, since the contracted party may subcontract the fulfilment to smaller, regional businesses). Examples: Delivery by mail, delivery by direct download, delivery by UPS"""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Delivery method"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:Location, ns0:Offering, ns0:OpeningHoursSpecification, ns0:PaymentMethod, ns0:PriceSpecification, ns0:ProductOrService, ns0:QuantitativeValue, ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope . ns0:DeliveryModeDirectDownload a ns0:DeliveryMethod . ns0:DeliveryModeFreight a ns0:DeliveryMethod . ns0:DeliveryModeMail a ns0:DeliveryMethod . ns0:DeliveryModeOwnFleet a ns0:DeliveryMethod . ns0:DeliveryModeParcelService rdfs:subClassOf ns0:DeliveryMethod . ns0:DeliveryModePickUp a ns0:DeliveryMethod . ns0:appliesToDeliveryMethod rdfs:range ns0:DeliveryMethod . ns0:availableDeliveryMethods rdfs:range ns0:DeliveryMethod .
@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:DeliveryMethod .

ns0:BusinessEntity
    owl:disjointWith ns0:DeliveryMethod .

ns0:BusinessEntityType
    owl:disjointWith ns0:DeliveryMethod .

ns0:BusinessFunction
    owl:disjointWith ns0:DeliveryMethod .

ns0:DayOfWeek
    owl:disjointWith ns0:DeliveryMethod .

ns0:DeliveryMethod
    metadata_def:mappingLoom "deliverymethod" ;
    metadata_def:mappingSameURI ns0:DeliveryMethod ;
    metadata_def:prefLabel "Delivery method" ;
    metadata:prefixIRI "gr:DeliveryMethod" ;
    a owl:Class ;
    rdfs:comment """A delivery method is a standardized procedure for transferring the product or service to the destination of fulfilment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending gr:BusinessEntity (this is important, since the contracted party may subcontract the fulfilment to smaller, regional businesses).

Examples: Delivery by mail, delivery by direct download, delivery by UPS"""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Delivery method"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:Location, ns0:Offering, ns0:OpeningHoursSpecification, ns0:PaymentMethod, ns0:PriceSpecification, ns0:ProductOrService, ns0:QuantitativeValue, ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope .

ns0:DeliveryModeDirectDownload
    a ns0:DeliveryMethod .

ns0:DeliveryModeFreight
    a ns0:DeliveryMethod .

ns0:DeliveryModeMail
    a ns0:DeliveryMethod .

ns0:DeliveryModeOwnFleet
    a ns0:DeliveryMethod .

ns0:DeliveryModeParcelService
    rdfs:subClassOf ns0:DeliveryMethod .

ns0:DeliveryModePickUp
    a ns0:DeliveryMethod .

ns0:appliesToDeliveryMethod
    rdfs:range ns0:DeliveryMethod .

ns0:availableDeliveryMethods
    rdfs:range ns0:DeliveryMethod .