Mercurial > hg > audiodb
diff sparql/examples/retrieve_track.rq @ 607:190c6a9e85a5
Added a few example SPARQL queries.
author | mas01mj |
---|---|
date | Fri, 21 Aug 2009 15:23:31 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sparql/examples/retrieve_track.rq Fri Aug 21 15:23:31 2009 +0000 @@ -0,0 +1,11 @@ +PREFIX mo: <http://purl.org/ontology/mo/> +PREFIX af: <http://purl.org/ontology/af/> + +SELECT ?signal ?dimension ?vectors +WHERE +{ + <http://KSA_CHARM_306> a mo:Signal; + af:dimension ?dimension; + af:vectors ?vectors. +} +