@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:PriceSpecification . ns0:BusinessEntity owl:disjointWith ns0:PriceSpecification . ns0:BusinessEntityType owl:disjointWith ns0:PriceSpecification . ns0:BusinessFunction owl:disjointWith ns0:PriceSpecification . ns0:DayOfWeek owl:disjointWith ns0:PriceSpecification . ns0:DeliveryChargeSpecification rdfs:subClassOf ns0:PriceSpecification . ns0:DeliveryMethod owl:disjointWith ns0:PriceSpecification . ns0:Location owl:disjointWith ns0:PriceSpecification . ns0:Offering owl:disjointWith ns0:PriceSpecification . ns0:OpeningHoursSpecification owl:disjointWith ns0:PriceSpecification . ns0:PaymentChargeSpecification rdfs:subClassOf ns0:PriceSpecification . ns0:PaymentMethod owl:disjointWith ns0:PriceSpecification . ns0:PriceSpecification metadata_def:mappingLoom "pricespecification" ; metadata_def:mappingSameURI ns0:PriceSpecification ; metadata_def:prefLabel "Price specification" ; metadata:prefixIRI "gr:PriceSpecification" ; a owl:Class ; rdfs:comment "The superclass of all price specifications."@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Price specification"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:ProductOrService, ns0:QuantitativeValue, ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope . ns0:UnitPriceSpecification rdfs:subClassOf ns0:PriceSpecification . ns0:eligibleTransactionVolume rdfs:range ns0:PriceSpecification . ns0:hasCurrency rdfs:domain ns0:PriceSpecification . ns0:hasCurrencyValue rdfs:domain ns0:PriceSpecification . ns0:hasMaxCurrencyValue rdfs:domain ns0:PriceSpecification . ns0:hasMinCurrencyValue rdfs:domain ns0:PriceSpecification . ns0:hasPriceSpecification rdfs:range ns0:PriceSpecification . ns0:valueAddedTaxIncluded rdfs:domain ns0:PriceSpecification .
@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:PriceSpecification .

ns0:BusinessEntity
    owl:disjointWith ns0:PriceSpecification .

ns0:BusinessEntityType
    owl:disjointWith ns0:PriceSpecification .

ns0:BusinessFunction
    owl:disjointWith ns0:PriceSpecification .

ns0:DayOfWeek
    owl:disjointWith ns0:PriceSpecification .

ns0:DeliveryChargeSpecification
    rdfs:subClassOf ns0:PriceSpecification .

ns0:DeliveryMethod
    owl:disjointWith ns0:PriceSpecification .

ns0:Location
    owl:disjointWith ns0:PriceSpecification .

ns0:Offering
    owl:disjointWith ns0:PriceSpecification .

ns0:OpeningHoursSpecification
    owl:disjointWith ns0:PriceSpecification .

ns0:PaymentChargeSpecification
    rdfs:subClassOf ns0:PriceSpecification .

ns0:PaymentMethod
    owl:disjointWith ns0:PriceSpecification .

ns0:PriceSpecification
    metadata_def:mappingLoom "pricespecification" ;
    metadata_def:mappingSameURI ns0:PriceSpecification ;
    metadata_def:prefLabel "Price specification" ;
    metadata:prefixIRI "gr:PriceSpecification" ;
    a owl:Class ;
    rdfs:comment "The superclass of all price specifications."@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Price specification"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:ProductOrService, ns0:QuantitativeValue, ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope .

ns0:UnitPriceSpecification
    rdfs:subClassOf ns0:PriceSpecification .

ns0:eligibleTransactionVolume
    rdfs:range ns0:PriceSpecification .

ns0:hasCurrency
    rdfs:domain ns0:PriceSpecification .

ns0:hasCurrencyValue
    rdfs:domain ns0:PriceSpecification .

ns0:hasMaxCurrencyValue
    rdfs:domain ns0:PriceSpecification .

ns0:hasMinCurrencyValue
    rdfs:domain ns0:PriceSpecification .

ns0:hasPriceSpecification
    rdfs:range ns0:PriceSpecification .

ns0:valueAddedTaxIncluded
    rdfs:domain ns0:PriceSpecification .