Mercurial > hg > audiodb
view sparql/examples/retrieve_track.rq @ 760:8e796b7b7a47
Update tests for correct assertions, dot 1.1 = 1.insert(featData=test1, key=testfeature), this results from fixing strcmp for distance setting in pyadb.py
author | mas01mc |
---|---|
date | Fri, 26 Nov 2010 09:27:40 +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. }