Created
May 4, 2015 09:45
-
-
Save labra/19e04111be6857be09f5 to your computer and use it in GitHub Desktop.
Enlace a Shapes Restaurantes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%3B+%0D%0A++++%3Arestaurantes+%3Ars1+.%0D%0A%0D%0A%3Ars1+a+%3AListaRestaurantes+%3B%0D%0A+++++%3Acontiene+%3Ar1+.%0D%0A%0D%0A%3Ar1+a+%3ARestaurante+%3B%0D%0A++++rdfs%3Alabel+%22Los+Astures%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+%5B%0D%0A+a+%28+%3ACadena+%29%2C%0D%0A+rdfs%3Alabel+xsd%3Astring%2C+%0D%0A+%3Arestaurantes+%40%3CListaRestaurantes%3E+%0D%0A%5D%0D%0A%0D%0A%3CListaRestaurantes%3E+%5B%0D%0A+a+%28+%3AListaRestaurantes+%29%2C%0D%0A+%3Acontiene+%40%3CRestaurante%3E%0D%0A%5D%0D%0A%0D%0A%3CRestaurante%3E+%7B%0D%0A+a+%28%3ARestaurante%29+%2C%0D%0A+rdfs%3Alabel+xsd%3Astring+%0D%0A%7D%0D%0A%0D%0A&cut=10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment