Skip to content

Instantly share code, notes, and snippets.

@s1s1ty
Created January 18, 2021 00:51
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 s1s1ty/60cf203152340fa364d9c993e7ce23c3 to your computer and use it in GitHub Desktop.
Save s1s1ty/60cf203152340fa364d9c993e7ce23c3 to your computer and use it in GitHub Desktop.
@prefix ab: <http://learningsparql.com/ns/addressbook#> .
ab:ali_gatie ab:borns "Yemen" .
ab:ali_gatie ab:homeTel "01700000" .
ab:ali_gatie ab:email "ali_gatie@hotmail.com" .
# If we want to add more person...
ab:richard ab:borns "Berlin" .
ab:richard ab:homeTel "01700001" .
ab:richard ab:email "richard49@hotmail.com" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment