Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created March 20, 2013 12:55
Show Gist options
  • Save andrawaag/5204417 to your computer and use it in GitHub Desktop.
Save andrawaag/5204417 to your computer and use it in GitHub Desktop.
CONSTRUCT {?concept a skos:Concept .
?concept skos:prefLabel ?label .
?concept skos:notation ?identifier .
}
WHERE {
?concept a skos:Concept .
OPTIONAL { ?resource2 a gpml:requiresCurationAttention . FILTER(?resource2 = ?concept) }
FILTER(!bound(?resource2))
?concept rdfs:label ?label .
?concept dc:identifier ?identifier.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment