@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:Time	rdf:type	rdfs:Class ;
	rdfs:subClassOf	schema:DataType ;
	rdfs:label	"Time" ;
	rdfs:comment	"A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see <a href=\"http://www.w3.org/TR/xmlschema-2/#time\">XML schema for details</a>)." .