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