@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:creator	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:creator	rdfs:label	"creator" ;
	rdfs:comment	"The creator/author of this CreativeWork or UserComments. This is the same as the Author property for CreativeWork." ;
	schema:domainIncludes	schema:UserComments ,
		schema:CreativeWork ;
	schema:rangeIncludes	schema:Organization ,
		schema:Person .