Skip to content

Instantly share code, notes, and snippets.

@adhadse
Created July 12, 2021 11:27
Show Gist options
  • Save adhadse/fbc30784f4a157414f1621d3f47a60e2 to your computer and use it in GitHub Desktop.
Save adhadse/fbc30784f4a157414f1621d3f47a60e2 to your computer and use it in GitHub Desktop.
@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