Created
July 12, 2021 11:27
-
-
Save adhadse/fbc30784f4a157414f1621d3f47a60e2 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 : <urn:example:> | |
_:india a :Location; :name "India"; type: "country". | |
_:gujrat a :Location; :name "Gujrat"; type: "state"; :within _:india. | |
_:indore a :Location; :name "Indore"; type: "city"; :within _:gujrat. | |
_:ts a :Company; :name "Tiger Softwares"; :profession "Application Developer". | |
_:rahul a :Person; :name "Rahul"; :worksIn _:ts. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment