@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/513273b0-f3f0-4b58-a3e6-3d5d3295ee96>
	<http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span>	<https://stad.gent/id/blank_node/dddd589d-a37c-4ccd-ab23-fea8417f169e> .
<https://stad.gent/id/blank_node/dddd589d-a37c-4ccd-ab23-fea8417f169e>
	rdf:type	<http://data.europa.eu/m8g/PeriodOfTime> ;
	<http://data.europa.eu/m8g/endTime>	"1901-01-01T00:00:00"^^xsd:dateTime ;
	<http://data.europa.eu/m8g/startTime>	"1901-01-01T00:00:00"^^xsd:dateTime .