@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:Order	rdf:type	rdfs:Class ;
	rdfs:subClassOf	schema:Intangible ;
	rdfs:label	"Order" ;
	rdfs:comment	"An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer." .