Created
March 10, 2011 19:42
-
-
Save arockwell/864768 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
| select ?person ?authship ?publication | |
| where | |
| { | |
| ?person rdf:type foaf:Person . | |
| ?person core:authorInAuthorship ?authship . | |
| ?authip core:linkedInformationResource ?publication . | |
| ?publication rdf:type ?pub_type . | |
| optional { ?pub_type rdf:type core:Journal } | |
| filter(!bound(?publication)) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment