@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:OpeningHoursSpecification . ns0:BusinessEntity owl:disjointWith ns0:OpeningHoursSpecification . ns0:BusinessEntityType owl:disjointWith ns0:OpeningHoursSpecification . ns0:BusinessFunction owl:disjointWith ns0:OpeningHoursSpecification . ns0:DayOfWeek owl:disjointWith ns0:OpeningHoursSpecification . ns0:DeliveryMethod owl:disjointWith ns0:OpeningHoursSpecification . ns0:Location owl:disjointWith ns0:OpeningHoursSpecification . ns0:Offering owl:disjointWith ns0:OpeningHoursSpecification . ns0:OpeningHoursSpecification metadata_def:mappingLoom "openinghoursspecification" ; metadata_def:mappingSameURI ns0:OpeningHoursSpecification ; metadata_def:prefLabel "Opening hours specification" ; metadata:prefixIRI "gr:OpeningHoursSpecification" ; a owl:Class ; rdfs:comment "This is a conceptual entity that holds together all information about the opening hours on a given day (gr:DayOfWeek)."@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Opening hours specification"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:PaymentMethod, ns0:PriceSpecification, ns0:ProductOrService, ns0:QuantitativeValue, ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope . ns0:closes rdfs:domain ns0:OpeningHoursSpecification . ns0:hasOpeningHoursDayOfWeek rdfs:domain ns0:OpeningHoursSpecification . ns0:hasOpeningHoursSpecification rdfs:range ns0:OpeningHoursSpecification . ns0:opens rdfs:domain ns0:OpeningHoursSpecification .
@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:OpeningHoursSpecification .

ns0:BusinessEntity
    owl:disjointWith ns0:OpeningHoursSpecification .

ns0:BusinessEntityType
    owl:disjointWith ns0:OpeningHoursSpecification .

ns0:BusinessFunction
    owl:disjointWith ns0:OpeningHoursSpecification .

ns0:DayOfWeek
    owl:disjointWith ns0:OpeningHoursSpecification .

ns0:DeliveryMethod
    owl:disjointWith ns0:OpeningHoursSpecification .

ns0:Location
    owl:disjointWith ns0:OpeningHoursSpecification .

ns0:Offering
    owl:disjointWith ns0:OpeningHoursSpecification .

ns0:OpeningHoursSpecification
    metadata_def:mappingLoom "openinghoursspecification" ;
    metadata_def:mappingSameURI ns0:OpeningHoursSpecification ;
    metadata_def:prefLabel "Opening hours specification" ;
    metadata:prefixIRI "gr:OpeningHoursSpecification" ;
    a owl:Class ;
    rdfs:comment "This is a conceptual entity that holds together all information about the opening hours on a given day (gr:DayOfWeek)."@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Opening hours specification"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:PaymentMethod, ns0:PriceSpecification, ns0:ProductOrService, ns0:QuantitativeValue, ns0:TypeAndQuantityNode, ns0:WarrantyPromise, ns0:WarrantyScope .

ns0:closes
    rdfs:domain ns0:OpeningHoursSpecification .

ns0:hasOpeningHoursDayOfWeek
    rdfs:domain ns0:OpeningHoursSpecification .

ns0:hasOpeningHoursSpecification
    rdfs:range ns0:OpeningHoursSpecification .

ns0:opens
    rdfs:domain ns0:OpeningHoursSpecification .