Skip to content

Instantly share code, notes, and snippets.

@arockwell
Created February 16, 2011 21:51
Show Gist options
  • Select an option

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

Select an option

Save arockwell/830308 to your computer and use it in GitHub Desktop.
select ?org ?label
where
{
?org rdf:type foaf:Organization .
optional { ?org rdfs:label ?label }
filter(!bound(?label))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment