@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:validThrough	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:validThrough	rdfs:label	"validThrough" ;
	rdfs:comment	"The end of the validity of offer, price specification, or opening hours data." ;
	schema:domainIncludes	schema:Offer ,
		schema:OpeningHoursSpecification ,
		schema:Demand ,
		schema:PriceSpecification ;
	schema:rangeIncludes	schema:DateTime .