view sparql/examples/retrieve_distance.rq @ 648:4b79043f90ba

hack lshlib into happiness with mingw _locking() for file locking; hardcode pagesize as 64k; use lseek()/read()-write()/lseek() and buffers to emulate mmap(). I haven't actually tested all this lshlib functionality, but with this change I can build an audioDB.dll which works well enough to be linked into a binary which seems to work under Wine.
author mas01cr
date Tue, 13 Oct 2009 20:17:06 +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.
}