Skip to content

Instantly share code, notes, and snippets.

@shellac
Created October 12, 2010 16:18
Show Gist options
  • Save shellac/622456 to your computer and use it in GitHub Desktop.
Save shellac/622456 to your computer and use it in GitHub Desktop.
Joseki 3.4.2, own describe handler
SELECT count(?g) { graph ?g { ?s a ?type } }
90743
DROP GRAPH <http://resrev.ilrt.bris.ac.uk/research-revealed-merb/people/4021#person>
... Time passes ...
SELECT count(?g) { graph ?g { ?s a ?type } }
0
@afs
Copy link

afs commented Oct 12, 2010

SELECT count(?g) { graph ?g { ?s a ?type } } can be many occurences of the same ?g, i.e. 90743 { ?s a ?type } in a single graph.

@shellac
Copy link
Author

shellac commented Oct 12, 2010

True, but unfortunately it definitely isn't in this case. DROP GRAPH seemed to wipe out everything. I'll try to work out a simple example to track down the cause.

@afs
Copy link

afs commented Oct 12, 2010

Longer email sent to your ILRT email. With Fuseki script showing at least something works but using latest ARQ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment