Skip to content

Instantly share code, notes, and snippets.

@liudong
Created October 15, 2012 19:21
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 liudong/3894583 to your computer and use it in GitHub Desktop.
Save liudong/3894583 to your computer and use it in GitHub Desktop.
SPARQL: Basic Prefixes
PREFIX xsd:<http://www.w3.org/2001/XMLSchema#>
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 dc: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment