# Parameter: http://www.cellcycleontology.org/ontology/rdf/CCO#: the default ontology URI # Parameter: CCO_B0001380: the head-term for which you want tails along a specific relation type # Parameter: codes_for: the relation type along which you want tail terms # Function: returns the tail terms along a specific relation type for a given term. # This query has a more specific functionality than the get_neighborhood query. prefix query_relation_id: prefix query_term_id: select ?tail where{ ?tail query_relation_id: query_term_id:. }