@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://www.w3.org/2002/07/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:owl	foaf:topic	owl:bottomDataProperty .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
owl:bottomDataProperty	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
owl:bottomDataProperty	rdfs:label	"bottomDataProperty" ;
	rdfs:domain	owl:Thing ;
	rdfs:range	rdfs:Literal ;
	rdfs:isDefinedBy	owl: ;
	rdfs:comment	"The data property that does not relate any individual to any data value." .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns6:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2002/07/> .
owl:bottomDataProperty	wdrs:describedby	ns6:owl .