@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:appliesToDeliveryMethod	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:appliesToDeliveryMethod	rdfs:label	"appliesToDeliveryMethod" ;
	rdfs:comment	"The delivery method(s) to which the delivery charge or payment charge specification applies." ;
	schema:domainIncludes	schema:DeliveryChargeSpecification ,
		schema:PaymentChargeSpecification ;
	schema:rangeIncludes	schema:DeliveryMethod .