view sparql/examples/retrieve_track.rq @ 720:2fad8cfdb2d8

number of dims and number of vectors were backward stylistic standard.
author map01bf
date Fri, 25 Jun 2010 19:49:30 +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.
}