http://purl.org/goodrelations/v1#appliesToDeliveryMethod
This property specifies the gr:DeliveryMethod to which the gr:DeliveryChargeSpecification applies.
DOMAIN | PROPERTY | RANGE |
---|---|---|
gr:DeliveryChargeSpecification | gr:appliesToDeliveryMethod | gr:DeliveryMethod |
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
gr:appliesToDeliveryMethod a owl:ObjectProperty ;
rdfs:label "applies to delivery method (0..*)"@en ;
rdfs:comment "This property specifies the gr:DeliveryMethod to which the gr:DeliveryChargeSpecification applies."@en ;
rdfs:domain gr:DeliveryChargeSpecification ;
rdfs:isDefinedBy <http://purl.org/goodrelations/v1> ;
rdfs:range gr:DeliveryMethod .