|
|
MEBI
534 , Autumn 2008 |
|
Anatomy: Informatics Assignment 1. Read the following and be prepared to discuss in class
FMA=(AT,ASA,ATA,Mk) d. Define the meaning of the following semantic web terms RDF, OWL and SparQL. e. The following is a semantic web SparQL query that finds the transitive closure of the regional parts of the Temporal lobe of the brain (ie parts of parts) in the OWL version of the FMA ontology. CONSTRUCT
{
fma:Temporal_lobe fma:part ?object .
}
WHERE
{
fma:Temporal_lobe gleen:OnPath("[fma:regional_part]+" ?object) .
}
Cut and paste this query into the following web site, subsituting Left_lung for Temporal_lobe, to find the transitive closure of the regional parts of the Left lung. http://fma.biostr.washington.edu:8080/FMA_OWL_Client/ Cut and paste the list of parts to your answer. f. The string "[fma:regional_part]+" in the above query is called a regular path expression, which causes the query to traverse one or more regional_part links starting with Temporal_lobe in order to find rhe transitive closure. Modify the path expression in your Left_lung query to return only the top level parts of the Left_lung, ie the regional parts that can be reached by following just one link. You might need to read page 3 of the optional reference above.
|
|
|
Last Updated 9/25/08 |
Contact the instructor at: brinkley@u.washington.edu
|