Skip to content

Instantly share code, notes, and snippets.

@labra
Created April 27, 2015 07:56
Show Gist options
  • Save labra/473e99032d03016cb858 to your computer and use it in GitHub Desktop.
Save labra/473e99032d03016cb858 to your computer and use it in GitHub Desktop.
Datos ejemplo SPARQL
@prefix : <http://ejemplo.org/> .
@prefix dc: <http://purl.org/dc/elements/1.1/>.
:biologia dc:creator :juan .
:biologia dc:creator :ana .
:quimica dc:creator :ana .
:quimica dc:creator :luis .
:derecho dc:creator :luis .
:juan a :Profesor .
:ana a :Profesor .
:luis a :Becario .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment