@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:eligibleTransactionVolume	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:eligibleTransactionVolume	rdfs:label	"eligibleTransactionVolume" ;
	rdfs:comment	"The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount." ;
	schema:domainIncludes	schema:Offer ,
		schema:Demand ,
		schema:PriceSpecification ;
	schema:rangeIncludes	schema:PriceSpecification .