Skip to content

Instantly share code, notes, and snippets.

@arockwell
Created March 10, 2011 19:42
Show Gist options
  • Select an option

  • Save arockwell/864768 to your computer and use it in GitHub Desktop.

Select an option

Save arockwell/864768 to your computer and use it in GitHub Desktop.
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