@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_0002371	rdf:type	owl:ObjectProperty ,
		owl:SymmetricProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:RO_0002371	rdfs:subPropertyOf	ns1:RO_0002177 ,
		ns1:RO_0002170 ;
	rdfs:label	"attached to"@en .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
@prefix ns5:	<http://purl.obolibrary.org/obo/ro/subsets#> .
ns1:RO_0002371	obo:inSubset	ns5:ro-eco ;
	ns1:IAO_0000115	"a is attached to b if and only if a and b are discrete objects or object parts, and there are physical connections between a and b such that a force pulling a will move b, or a force pulling b will move a" ;
	ns1:IAO_0000117	"Chris Mungall" .