@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_0000300	rdf:type	owl:TransitiveProperty ,
		owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:RO_0000300	rdfs:label	"in neural circuit with"@en .
@prefix ns4:	<http://purl.org/spar/cito/> .
ns1:RO_0000300	ns4:citesAsAuthority	<http://www.ncbi.nlm.nih.gov/pubmed/22402613> ;
	ns1:IAO_0000114	ns1:IAO_0000125 ;
	ns1:IAO_0000115	"A relation that holds between two neurons connected directly via a synapse, or indirectly via a series of synaptically connected neurons."@en ;
	ns1:IAO_0000117	"David Osumi-Sutherland"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:RO_0000300	ns1:IAO_0000426	"(forall (?x ?y) \n\t(iff \n\t\t(neural_circuit_path  ?x ?y)\n\t\t(and\n\t\t\t(\"neuron ; CL_0000540\" ?x)\n\t\t\t(\"neuron ; CL_0000540\" ?y)\n\t\t\t(or \n\t\t\t\t(synapsed_by ?x ?y) \n\t\t\t\t(synapsed_to ?x ?y))))) \n\n(forall (...s ?x ?y ?z) \n\t(iff \n\t\t(neural_circuit_path  ...s ?x ?y ?z)\n\t\t(and\n\t\t\t(neural_circuit_path  ...s ?x ?y)\n\t\t\t(\"neuron ; CL_0000540\" ?z)\n\t\t\t(or \n\t\t\t\t(synapsed_by ?y ?z) \n\t\t\t\t(synapsed_to ?y ?z))))) \n\n(forall (?x ?y) \n\t(iff \n\t\t(in_neural_circuit_with ?x ?y)\n\t\t(exists (...s)\n\t\t\t(neural_circuit_path  ?x ...s ?y)))) "^^xsd:string ;
	ns1:RO_0001900	ns1:RO_0001901 .