@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:startDate	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
@prefix schema:	<http://schema.org/> .
dbo:startDate	owl:equivalentProperty	schema:startDate .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbo:startDate	owl:equivalentProperty	wikidata:P580 .
@prefix ns5:	<https://linkeddata.cultureelerfgoed.nl/vocab/def/ceo#> .
dbo:startDate	owl:equivalentProperty	ns5:startdatum .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbo:startDate	rdfs:domain	dbo:Event .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbo:startDate	rdfs:range	xsd:date ;
	rdfs:comment	"The start date of the event."@en ;
	owl:sameAs	dbo:startDate ;
	rdfs:label	"startdatum"@nl ,
		"date de d\u00E9but"@fr ,
		"fecha de inicio"@es ,
		"start date"@en ,
		"Startdatum"@de .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns9:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:startDate	prov:wasDerivedFrom	ns9:startDate .