@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/3c9d59ff-03cf-415e-9eda-b0cbfb4fee46>
	<http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span>	<https://stad.gent/id/blank_node/6fd809c4-9c19-4771-84e3-86491fe0798b> .
<https://stad.gent/id/blank_node/6fd809c4-9c19-4771-84e3-86491fe0798b>
	rdf:type	<http://data.europa.eu/m8g/PeriodOfTime> ;
	<http://data.europa.eu/m8g/endTime>	"2010-01-01T00:00:00"^^xsd:dateTime ;
	<http://data.europa.eu/m8g/startTime>	"2010-01-01T00:00:00"^^xsd:dateTime .