@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/b4a7b47b-1e91-4e5d-bc6d-30084a5268b7>
	<http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span>	<https://stad.gent/id/blank_node/9fa69170-637e-49f6-a95d-cc44696d76fd> .
<https://stad.gent/id/blank_node/9fa69170-637e-49f6-a95d-cc44696d76fd>
	rdf:type	<http://data.europa.eu/m8g/PeriodOfTime> ;
	<http://data.europa.eu/m8g/endTime>	"1901-03-04T00:00:00"^^xsd:dateTime ;
	<http://data.europa.eu/m8g/startTime>	"1901-03-04T00:00:00"^^xsd:dateTime .