@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:hasKey .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
owl:hasKey	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
owl:hasKey	rdfs:label	"hasKey" ;
	rdfs:domain	owl:Class ;
	rdfs:range	rdf:List ;
	rdfs:isDefinedBy	owl: ;
	rdfs:comment	"The property that determines the collection of properties that jointly build a key." .
@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:hasKey	wdrs:describedby	ns6:owl .