@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/42a0d098-b1c1-42b5-9b37-778c4dc3c736>
	<http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span>	<https://stad.gent/id/blank_node/5933ab57-e3bf-48b6-95a0-3ebaef10e2aa> .
<https://stad.gent/id/blank_node/5933ab57-e3bf-48b6-95a0-3ebaef10e2aa>
	rdf:type	<http://data.europa.eu/m8g/PeriodOfTime> ;
	rdfs:isDefinedBy	<https://stad.gent/data/blank_node/5933ab57-e3bf-48b6-95a0-3ebaef10e2aa> ;
	<http://data.europa.eu/m8g/endTime>	"2017-01-01T00:00:00"^^xsd:dateTime ;
	<http://data.europa.eu/m8g/startTime>	"2017-01-01T00:00:00"^^xsd:dateTime .