@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .

<https://stad.gent/id/blank_node/ba1b51ae-b9be-4c1c-98b9-e4fb6d70cee6>
	<http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span>	<https://stad.gent/id/blank_node/dc6187a6-62fb-4aea-a948-b18e062b122c> .
<https://stad.gent/id/blank_node/dc6187a6-62fb-4aea-a948-b18e062b122c>
	rdf:type	<http://data.europa.eu/m8g/PeriodOfTime> ;
	<http://data.europa.eu/m8g/endTime>	"2014-01-01T00:00:00"^^xsd:dateTime ;
	<http://data.europa.eu/m8g/startTime>	"2014-01-01T00:00:00"^^xsd:dateTime .