@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:typeOfGood	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:typeOfGood	rdfs:label	"typeOfGood" ;
	rdfs:comment	"The product that this structured value is referring to." ;
	schema:domainIncludes	schema:OwnershipInfo ,
		schema:TypeAndQuantityNode ;
	schema:rangeIncludes	schema:Product .