Mercurial > hg > audiodb
view sparql/examples/retrieve_all_tracks.rq @ 679:047415d1805e
Make the python bindings compile again using the new hopsize stuff
It's not an ideal fix; it ties together the query and instance hops.
Nevertheless, building is better than not building.
author | mas01cr |
---|---|
date | Fri, 05 Mar 2010 16:01:22 +0000 |
parents | 190c6a9e85a5 |
children |
line wrap: on
line source
PREFIX mo: <http://purl.org/ontology/mo/> SELECT ?signal WHERE { ?signal a mo:Signal. }