# Parameter: http://www.cellcycleontology.org/ontology/rdf/CCO#: the default ontology URI # Parameter: CCO_B0000000: the term for which the name will be found # Function: returns the name of CCO_B0000000 prefix rdfs: prefix query_term_id: select ?name where { query_term_id: rdfs:label ?name . }