@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:incompatibleWith .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
owl:incompatibleWith	rdf:type	owl:OntologyProperty ,
		owl:AnnotationProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
owl:incompatibleWith	rdfs:label	"incompatibleWith" ;
	rdfs:domain	owl:Ontology ;
	rdfs:range	owl:Ontology ;
	rdfs:isDefinedBy	owl: ;
	rdfs:comment	"The annotation property that indicates that a given ontology is incompatible with another ontology." .
@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:incompatibleWith	wdrs:describedby	ns6:owl .