@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/b2d270f1-2f58-4b5f-be75-384e4fee8581>
	<http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span>	<https://stad.gent/id/blank_node/9fc14fd8-7b99-4ea6-857b-70ffd62822bb> .
<https://stad.gent/id/blank_node/9fc14fd8-7b99-4ea6-857b-70ffd62822bb>
	rdf:type	<http://data.europa.eu/m8g/PeriodOfTime> ;
	<http://data.europa.eu/m8g/endTime>	"2019-01-01T00:00:00"^^xsd:dateTime ;
	<http://data.europa.eu/m8g/startTime>	"2019-01-01T00:00:00"^^xsd:dateTime .