@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbo:formationYear	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:formationYear	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbo:formationYear	rdfs:label	"formatie jaar"@nl ,
		"formation year"@en ;
	rdfs:domain	dbo:Organisation .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbo:formationYear	rdfs:range	xsd:gYear ;
	rdfs:isDefinedBy	dbo: ;
	owl:sameAs	dbo:formationYear .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns6:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:formationYear	prov:wasDerivedFrom	ns6:formationYear .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
dbo:formationYear	wdrs:describedby	<http://dbpedia.org/ontology/data/definitions.ttl> .