Created
May 2, 2014 16:18
-
-
Save labra/eccb3786ed18f7268402 to your computer and use it in GitHub Desktop.
Simple example of Turtle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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