@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .

<https://stad.gent/id/blank_node/1d559e60-7b5f-4f89-b90f-4e5b6d0d5a88>
	<http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span>	<https://stad.gent/id/blank_node/f9dd7997-cf4d-4204-9ffc-91d7fd2a473e> .
<https://stad.gent/id/blank_node/f9dd7997-cf4d-4204-9ffc-91d7fd2a473e>
	rdf:type	<http://data.europa.eu/m8g/PeriodOfTime> ;
	rdfs:isDefinedBy	<https://stad.gent/data/blank_node/f9dd7997-cf4d-4204-9ffc-91d7fd2a473e> ;
	<http://data.europa.eu/m8g/endTime>	"1977-01-01T00:00:00"^^xsd:dateTime ;
	<http://data.europa.eu/m8g/startTime>	"1977-01-01T00:00:00"^^xsd:dateTime .