@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_0002617	rdf:type	owl:AnnotationProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:RO_0002617	rdfs:subPropertyOf	ns1:RO_0002601 ;
	rdfs:label	"is representative IRI for equivalence set" ;
	rdfs:seeAlso	"OWLAPI Reasoner documentation for representativeElement, which follows a similar idea, but selects an arbitrary member" ;
	ns1:IAO_0000112	"In the context of a particular project, the IRI with CURIE NCBIGene:64327 (which in this example denotes a class) is considered to be representative. This means that if we have equivalent classes with IRIs OMIM:605522, ENSEMBL:ENSG00000105983, HGNC:13243 forming an equivalence set, the NCBIGene is considered the representative member IRI. Depending on the policies of the project, the classes may be merged, or the NCBIGene IRI may be chosen as the default in a user interface context." ;
	ns1:IAO_0000115	"this property relates an IRI to the xsd boolean value \"True\" if the IRI is intended to be the representative IRI for a collection of classes that are mutually equivalent." ;
	ns1:IAO_0000232	"If it is necessary to make the context explicit, an axiom annotation can be added to the annotation assertion" .