Skip to content

Instantly share code, notes, and snippets.

@ostephens
Last active December 29, 2015 06:59
Show Gist options
  • Save ostephens/7633203 to your computer and use it in GitHub Desktop.
Save ostephens/7633203 to your computer and use it in GitHub Desktop.
Common SPARQL prefixes
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX dct: <http://purl.org/dc/terms/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment