Skip to content

Instantly share code, notes, and snippets.

@arockwell
Created March 30, 2011 15:21
Show Gist options
  • Select an option

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

Select an option

Save arockwell/894586 to your computer and use it in GitHub Desktop.
select ?uri ?actual_label
where
{
?uri rdfs:label ?actual_label
{
select ?uri
where
{
?uri rdfs:label ?label
}
group by ?uri
having (count(?label) > 1)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment