@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:sameAs	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:sameAs	rdfs:label	"sameAs" ;
	rdfs:comment	"URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website." ;
	schema:domainIncludes	schema:Thing ;
	schema:rangeIncludes	schema:URL .