@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/4bc3720a-baa6-496f-8c49-a88fc58a7ada>
	<http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span>	<https://stad.gent/id/blank_node/ccc10b47-e3f7-47b5-9042-ba5d394b5f73> .
<https://stad.gent/id/blank_node/ccc10b47-e3f7-47b5-9042-ba5d394b5f73>
	rdf:type	<http://data.europa.eu/m8g/PeriodOfTime> ;
	<http://data.europa.eu/m8g/endTime>	"2007-01-01T00:00:00"^^xsd:dateTime ;
	<http://data.europa.eu/m8g/startTime>	"2007-01-01T00:00:00"^^xsd:dateTime .