Mercurial > hg > audiodb
view sparql/examples/retrieve_track.rq @ 630:5f47b734c532
Various fixes:
* queryConfig -> configQuery throughout
* instance check fix
* True response from configCheck
author | mas01mj |
---|---|
date | Wed, 23 Sep 2009 16:19:42 +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. }