@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:length	rdf:type	owl:FunctionalProperty ,
		owl:DatatypeProperty ,
		rdf:Property .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbo:length	owl:equivalentProperty	wikidata:P2043 .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbo:length	rdfs:range	xsd:double ;
	owl:sameAs	dbo:length ;
	rdfs:label	"lengte (\u03BC)"@nl ,
		"longueur (\u03BC)"@fr ,
		"length (\u03BC)"@en ,
		"L\u00E4nge (\u03BC)"@de ,
		"\u03BC\u03AE\u03BA\u03BF\u03C2 (\u03BC)"@el .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns7:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:length	prov:wasDerivedFrom	ns7:length .