@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:referencesOrder	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:referencesOrder	rdfs:label	"referencesOrder" ;
	rdfs:comment	"The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice." ;
	schema:domainIncludes	schema:Invoice ;
	schema:rangeIncludes	schema:Order .