Skip to content

Instantly share code, notes, and snippets.

@lunaroyster
Last active October 3, 2018 12:44
Show Gist options
  • Save lunaroyster/2eb26021076e96931ae89322c3757f7e to your computer and use it in GitHub Desktop.
Save lunaroyster/2eb26021076e96931ae89322c3757f7e to your computer and use it in GitHub Desktop.
@prefix p: <http://example.org/person/> .
@prefix rel: <http://example.org/relation/> .
@prefix book: <http://example.org/book/> .
p:Nassim_Taleb rel:author book:The_Black_Swan,
book:Antifragile,
book:Skin_in_the_Game.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment