@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:datePublished	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:datePublished	rdfs:label	"datePublished" ;
	rdfs:comment	"Date of first broadcast/publication." ;
	schema:domainIncludes	schema:CreativeWork ;
	schema:rangeIncludes	schema:Date .