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
<html> | |
<body> | |
<h1>Lista de enlaces en Puno</h1> | |
<p>Mis enlaces preferidos</p> | |
<ul> | |
<li><a href="http://www.wikipedia.org">Wikipedia</a> | |
<li><a href="http://www.w3c.org">Consorcio W3c</a> | |
</ul> | |
</body> | |
</html> |
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
@prefix : <http://www.ejemplo.org/curso#> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@base <http://www.ejemplo.org/curso> . | |
<http://www.ejemplo.org/curso> rdf:type owl:Ontology ; | |
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+r |
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+.%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 |
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
@prefix : <http://rest.com/> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
_:1 a :Cadena ; | |
rdfs:label "TA" ; | |
:restaurantes _:2 . | |
_:2 a :ListaRestaurantes ; | |
:contiene _:r1 ; | |
:contiene _:r2 . |
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
@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 . |
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
@prefix : <http://uniovi.es> . | |
@prefix dc: <http://purl.org/dc/elements/1.1/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
<http://uniovi.es> dc:creator :Juan . | |
:Juan foaf:name "Juan Gallardo" ; | |
foaf:age 26 ; | |
foaf:mbox "[email protected]" . |
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://www.ejemplo.org#Pepe> <http://www.ejemplo.org#conoceA> <http://www.ejemplo.org#Juan> . | |
<http://www.ejemplo.org#Pepe> <http://www.ejemplo.org#conoceA> <http://www.ejemplo.org#Luis> . | |
<http://www.ejemplo.org#Pepe> <http://www.ejemplo.org#conoceA> <http://www.ejemplo.org#Ana> . | |
<http://www.ejemplo.org#Pepe> <http://www.ejemplo.org#esPadreDe> <http://www.ejemplo.org#Quique> . | |
<http://www.ejemplo.org#Pepe> <http://www.ejemplo.org#esPadreDe> <http://www.ejemplo.org#Eva> . | |
<http://www.ejemplo.org#Juan> <http://www.ejemplo.org#conoceA> <http://www.ejemplo.org#Luis> . | |
<http://www.ejemplo.org#Juan> <http://www.ejemplo.org#esPadreDe> <http://www.ejemplo.org#Mar> . | |
<http://www.ejemplo.org#Luis> <http://www.ejemplo.org#conoceA> <http://www.ejemplo.org#Ana> . | |
<http://www.ejemplo.org#Luis> <http://www.ejemplo.org#conoceA> <http://www.ejemplo.org#Sandra> . |
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
PREFIX dbo: <http://dbpedia.org/ontology/> | |
PREFIX dbr: <http://dbpedia.org/resource/> | |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
SELECT DISTINCT ?autor ?musico ?lugarNacimiento ?lugarFallecimiento WHERE { | |
?autor dbo:movement dbr:Mannerism . | |
?autor dbo:birthPlace ?lugarNacimiento . | |
?autor dbo:deathPlace ?lugarFallecimiento . | |
?musico dbo:birthPlace ?lugarNacimiento . | |
?musico dbo:deathPlace ?lugarFallecimiento . |
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
PREFIX dbo: <http://dbpedia.org/ontology/> | |
PREFIX dbr: <http://dbpedia.org/resource/> | |
PREFIX dbp: <http://dbpedia.org/property/> | |
SELECT ?autor ?nacimiento ?lugarNacimiento ?fallecimiento ?lugarFallecimiento WHERE { | |
?autor dbo:movement dbr:Mannerism . | |
OPTIONAL { ?autor dbp:birthDate ?nacimiento . } | |
OPTIONAL { ?autor dbp:birthPlace ?lugarNacimiento . } | |
OPTIONAL { ?autor dbp:deathDate ?fallecimiento . } | |
OPTIONAL { ?autor dbp:deathPlace ?lugarFallecimiento . } |