Created
February 1, 2012 17:01
-
-
Save gra-moore/1718043 to your computer and use it in GitHub Desktop.
Sample triples
This file contains 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 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