Skip to content

Instantly share code, notes, and snippets.

@labra
Created May 4, 2015 08:32
Show Gist options
  • Save labra/4f930ab961ded9cf62aa to your computer and use it in GitHub Desktop.
Save labra/4f930ab961ded9cf62aa to your computer and use it in GitHub Desktop.
Prueba Shape Expressions 1
http://rdfshape.herokuapp.com/api/validator?data=%40prefix+%3A+%3Chttp%3A%2F%2Frest.com%2F%3E+.%0D%0A%40prefix+rdfs%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E+.%0D%0A%0D%0A%3Ata+a+%3ACadena+%3B%0D%0A++++rdfs%3Alabel+%22TA%22+.%0D%0A&dataFormat=TURTLE&schema=prefix+%3A+%3Chttp%3A%2F%2Frest.com%2F%3E+%0D%0Aprefix+rdfs%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E+%0D%0Aprefix+xsd%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema%23%3E%0D%0A%0D%0A%3CCadenaRestaurantes%3E+%7B%0D%0A+a+%28+%3ACadena+%29%2C%0D%0A+rdfs%3Alabel+xsd%3Astring%0D%0A%7D&cut=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment