gr:appliesToDeliveryMethod leaf node


URI

http://purl.org/goodrelations/v1#appliesToDeliveryMethod

Label

applies to delivery method (0..*)

Description

This property specifies the gr:DeliveryMethod to which the gr:DeliveryChargeSpecification applies.

Usage

DOMAINPROPERTYRANGE
gr:DeliveryChargeSpecification gr:appliesToDeliveryMethod gr:DeliveryMethod

Implementation

@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 .