Skip to content

Instantly share code, notes, and snippets.

@gra-moore
Created February 1, 2012 17:01
Show Gist options
  • Save gra-moore/1718043 to your computer and use it in GitHub Desktop.
Save gra-moore/1718043 to your computer and use it in GitHub Desktop.
Sample triples
@prefix products: <http://www.networkedplanet.com/product/> .
@prefix categories: <http://www.networkedplanet.com/category/> .
@prefix schema: <http://www.networkedplanet.com/schema/> .
products:brightstardb schema:label "BrightstarDB" .
products:brightstardb schema:in-category categories:nosql .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment