Mercurial > hg > audiodb
view sparql/examples/retrieve_distance.rq @ 670:684339bb8d21
Remove most backwards-compatibility cruft from audioDB_API.h
"most": audiodb_insert() and audiodb_batchinsert(), along with
adb_insert_t, are still there, basically because the distinction between
LARGE_ADB and "normal" isn't exposed properly.
author | mas01cr |
---|---|
date | Fri, 05 Mar 2010 16:00:44 +0000 |
parents | 190c6a9e85a5 |
children |
line wrap: on
line source
PREFIX musim: <http://purl.org/ontology/musim#> SELECT ?distance WHERE { _:s a musim:Similarity; musim:element <http://KSA_CHARM_306>; musim:element <http://KSA_CHARM_309>; musim:distance ?distance. }