@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://purl.obolibrary.org/obo/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:RO_0004026	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:RO_0004026	rdfs:subPropertyOf	ns1:RO_0004023 ;
	rdfs:label	"disease has location" ;
	rdfs:range	ns1:BFO_0000004 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
ns1:RO_0004026	obo:created_by	"cjm"^^xsd:string ;
	obo:creation_date	"2017-11-05T04:06:02Z"^^xsd:dateTime ;
	ns1:IAO_0000115	"A relationship between a disease and an anatomical entity where the disease has one or more features that are located in that entity." ;
	ns1:IAO_0000116	"TODO: complete range axiom once more of CARO has been mireoted in to this ontology" ;
	ns1:IAO_0000232	"This relation is intentionally very general, and covers isolated diseases, where the disease is realized as a process occurring in the location, and syndromic diseases, where one or more of the features may be present in that location. Thus any given disease can have multiple locations in the sense defined here." .