http://purl.dataone.org/ontologies/observation/d1-ECSO.owl
				http://purl.dataone.org/ontologies/provenance/ProvONE/v1/owl/provone.owl
				http://purl.obolibrary.org/obo/envo.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-owl.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-standards.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-spatial.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-temporal.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-taxa.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-biology.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-ecology.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-environment.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-chemistry.owl
				http://ecoinformatics.org/oboe/oboe.1.2/oboe-anatomy.owl
				http://ecoinformatics.org/oboe-ext/sbclter.1.0/oboe-sbclter.owl
				https://purl.dataone.org/odo/MOSAIC_
				http://purl.dataone.org/odo/ARCRC
				https://purl.dataone.org/odo/ADCAD_
				http://purl.dataone.org/odo/SENSO_
				http://purl.dataone.org/odo/SALMON_
				http://purl.dataone.org/odo/SALMON_alignment_
				http://purl.dataone.org/odo/SASAP_
			
PREFIX rdfs: 
				PREFIX owl: 
				SELECT ?annotation_property_uri
				WHERE {
						<$CONCEPT_URI> (owl:equivalentProperty|^owl:equivalentProperty)*/rdfs:subPropertyOf* ?annotation_property_uri .
				 	}
				 ]]>
			
		
	
	
		
		
			
				
				PREFIX rdfs: 
				PREFIX owl: 
				PREFIX skos: 
				SELECT ?annotation_value_uri
				WHERE
				{
					<$CONCEPT_URI> (rdf:type|(owl:equivalentClass|^owl:equivalentClass)*|(owl:sameAs|^owl:sameAs)*|(skos:exactMatch|^skos:exactMatch)*)/rdfs:subClassOf* ?annotation_value_uri  .
				}
				]]>