Skip to content

Instantly share code, notes, and snippets.

@labra
Created May 2, 2014 16:18
Show Gist options
  • Save labra/eccb3786ed18f7268402 to your computer and use it in GitHub Desktop.
Save labra/eccb3786ed18f7268402 to your computer and use it in GitHub Desktop.
Simple example of Turtle
@prefix : <http://ejemplo.org/> .
:c11 :country :Spain ; :indicator :Man ; :value 25 .
:c12 :country :Spain ; :indicator :Woman ; :value 20 .
:c21 :country :Vietnam ; :indicator :Man ; :value 15 .
:c22 :country :Vietnam ; :indicator :Woman ; :value 19 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment