@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:Product	rdf:type	rdfs:Class ;
	rdfs:subClassOf	schema:Thing ;
	rdfs:label	"Product" ;
	rdfs:comment	"Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online." .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix ns4:	<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#> .
schema:Product	dcterms:source	ns4:source_GoodRelationsProperties .