Skip to content

Instantly share code, notes, and snippets.

@shellac
Created September 28, 2010 09:50
Show Gist options
  • Save shellac/600728 to your computer and use it in GitHub Desktop.
Save shellac/600728 to your computer and use it in GitHub Desktop.
CONSTRUCT {
?s1 ?p1 ?o1 .
?s2 ?p2 <GenerallFeatures> . # Object case
}
WHERE {
{ ?s1 ?p1 ?o1 .
filter ( ?o1 != <LensFeatures> ) } # filter out problem cases
UNION
{ ?s2 ?p2 <LensFeatures> } # Object case
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment