Skip to content

Instantly share code, notes, and snippets.

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