view sparql/examples/retrieve_track.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 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.
}