Skip to content

Instantly share code, notes, and snippets.

@datablend
Created July 8, 2011 12:40
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 datablend/1071734 to your computer and use it in GitHub Desktop.
Save datablend/1071734 to your computer and use it in GitHub Desktop.
Simple RDF example
<http://example.org/person/Davy_Suvee> <http://example.org/person/first_name> "Davy" .
<http://example.org/person/Davy_Suvee> <http://example.org/person/last_name> "Suvee" .
<http://example.org/person/Davy_Suvee> <http://example.org/person/age> "31" .
<http://example.org/person/Davy_Suvee> <http://example.org/company> <http://example.org/company/DataBlend> .
<http://example.org/company/DataBlend> <http://example.org/company/name> "DataBlend" .
<http://example.org/company/DataBlend> <http://example.org/company/vat> "BE0894.523.805" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment