@base <http://semantic.eurobau.com/eurobau-utility.owl> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix : <#> .

dc:rights
    a owl:AnnotationProperty .

dcterms:license
    a owl:AnnotationProperty .

<>
    dc:rights "This ontology is available under the Creative Commons Attribution 3.0 Unported license; see http://creativecommons.org/licenses/by/3.0/. In a nutshell, you are free to copy, distribute and transmit the work; to remix/adapt the work (e.g. to import the ontology and create specializations of its elements), as long as you attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work)."@en ;
    dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
    a owl:Ontology ;
    rdfs:comment "This ontology provides utility elements for describing building materials and respective offerings from the Eurobau semantic dataspace."@en ;
    rdfs:label "The Eurobau Utility Ontology"@en ;
    owl:imports <http://purl.org/goodrelations/v1> .

:DeliveryModeOwnFleetWithCrane
    a gr:DeliveryMethod ;
    rdfs:isDefinedBy <> ;
    rdfs:label "DeliveryModeOwnFleetWithCrane (DeliveryMethod)"@en, "Kranabladung"@de .

:DeliveryModeOwnFleetWithLiftgate
    a gr:DeliveryMethod ;
    rdfs:isDefinedBy <> ;
    rdfs:label "DeliveryModeOwnFleetWithLiftgate (DeliveryMethod)"@en, "Ladebordwand"@de .

:DeliveryModeRentalTruck
    a gr:DeliveryMethod ;
    rdfs:isDefinedBy <> ;
    rdfs:label "DeliveryModeRentalTruck (DeliveryMethod)"@en, "Leihauto"@de .

:eligibleDeliveryDistance
    a owl:ObjectProperty ;
    rdfs:domain gr:Offering ;
    rdfs:isDefinedBy <> ;
    rdfs:label "Lieferradius in Luftlinienkilometern"@de, "eligibleDeliveryDistance (UnitOfMEasurement: KMT)"@en ;
    rdfs:range gr:QuantitativeValueFloat .

:eligibleDeliveryDistanceRoad
    a owl:ObjectProperty ;
    rdfs:domain gr:Offering ;
    rdfs:isDefinedBy <> ;
    rdfs:label "Lieferradius in StraÃŸenkilometern"@de, "eligibleDeliveryDistanceRoad (UnitOfMEasurement: KMT)"@en ;
    rdfs:range gr:QuantitativeValueFloat .

