Skip to content

Instantly share code, notes, and snippets.

@wstrinz
Last active August 29, 2015 14:14
Show Gist options
  • Save wstrinz/05753820e4d5540221aa to your computer and use it in GitHub Desktop.
Save wstrinz/05753820e4d5540221aa to your computer and use it in GitHub Desktop.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ws: <http://onto.strinz.me/> .
@prefix ws_cat: <http://onto.strinz.me/categories/> .
@prefix ws_pred: <http://onto.strinz.me/predicates/> .
@prefix ws_tag: <http://onto.strinz.me/tags/> .
<http://erichermit.itch.io/earth-tongue> a ws_cat:Game ;
ws_pred:tag ws_tag:to_watch .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment