Created
October 12, 2010 16:18
-
-
Save shellac/622456 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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.
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
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.