# Parameter: http://www.cellcycleontology.org/ontology/rdf/CCO#: the default ontology URI # Parameter: CCO_B0002519: the term for which you want the cross-references # Function: returns the database name and the accessions for a given term prefix default_ontology: prefix query_term_id: select ?dbname_term_xref ?accession_term_xref where { query_term_id: default_ontology:xref ?a. ?a default_ontology:dbname ?dbname_term_xref. ?a default_ontology:acc ?accession_term_xref. }