Skip to content

Instantly share code, notes, and snippets.

@gra-moore
Created February 1, 2012 17:31
Show Gist options
  • Save gra-moore/1718223 to your computer and use it in GitHub Desktop.
Save gra-moore/1718223 to your computer and use it in GitHub Desktop.
Entity System Query 1
select ?e ?c where {
?c a <http://www.networkedplanet.com/es/schema/Moveable> .
?c <http://www.networkedplanet.com/es/schema/has-entity> ?e1 .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment