Mercurial > hg > audiodb
view sparql/examples/retrieve_track.rq @ 727:4d9e4ff0a9cd
* Now produces results - a Vector of Result objects
* Handles includeKeys / excludeKeys correctly
author | mas01mj |
---|---|
date | Mon, 26 Jul 2010 14:58:13 +0000 |
parents | 190c6a9e85a5 |
children |
line wrap: on
line source
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. }