@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
owl:complementOf	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
owl:complementOf	rdfs:label	"complementOf" ;
	rdfs:domain	owl:Class ;
	rdfs:range	owl:Class ;
	rdfs:isDefinedBy	owl: ;
	rdfs:comment	"The property that determines that a given class is the complement of another class." .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns4:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2002/07/> .
owl:complementOf	wdrs:describedby	ns4:owl .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns6:	<http://www.w3.org/2002/07/> .
ns6:owl	foaf:topic	owl:complementOf .