@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_0002026	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:RO_0002026	rdfs:subPropertyOf	ns1:RO_0002323 ;
	rdfs:label	"in register with"@en .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:RO_0002026	rdfs:domain	foaf:image ;
	rdfs:range	foaf:image .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix ns6:	<ttp://www.geneontology.org/formats/oboInOwl#> .
ns1:RO_0002026	ns6:created_by	"dos"^^xsd:string .
@prefix obo:	<http://www.geneontology.org/formats/oboInOwl#> .
ns1:RO_0002026	obo:creation_date	"2017-12-07T12:58:06Z"^^xsd:dateTime ;
	ns1:IAO_0000115	"A relationship that holds between two images, A and B, where:\nA depicts X;\nB depicts Y;\nX and Y are both of type T'\nC is a 2 layer image consiting of layers A and B;\nA and B are aligned in C according to a shared co-ordinate framework so that common features of X and Y are co-incident with each other.\nNote: A and B may be 2D or 3D.\nExamples include: the relationship between two channels collected simultaneously from a confocal microscope; the relationship between an image dpeicting X and a painted annotation layer that delineates regions of X; the relationship between the tracing of a neuron on an EM stack and the co-ordinate space of the stack; the relationship between two separately collected images that have been brought into register via some image registration software." .