Skip to content

Instantly share code, notes, and snippets.

@Open-University-LOD
Created January 9, 2014 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Open-University-LOD/8332863 to your computer and use it in GitHub Desktop.
Save Open-University-LOD/8332863 to your computer and use it in GitHub Desktop.
People with more than one family name in oro.open.ac.uk
select distinct ?x
from <http://data.open.ac.uk/context/oro> {
?x <http://xmlns.com/foaf/0.1/familyName> ?y .
?x <http://xmlns.com/foaf/0.1/familyName> ?z .
filter(?z!=?y)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment