Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assigment 2a y 2b #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Assignment2/varogarmos1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions Assignment2/varogarmos1.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1: <https://datos.bne.es/resource/> .
@prefix ns2: <https://datos.bne.es/def/> .
ns1:a3316285 rdf:type ns2:C1003 .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:a3316285 rdfs:label "Actas de las II Jornadas sobre Ontolog\u00EDas Web y Sem\u00E1ntica" .
@prefix ns4: <http://purl.org/dc/terms/> .
@prefix ns5: <http://id.loc.gov/vocabulary/languages/> .
ns1:a3316285 ns4:language ns5:spa ;
ns2:id "a3316285" ;
ns2:OP3001 <https://datos.bne.es/resource/1000003906> ,
<https://datos.bne.es/resource/1000003907> ,
<https://datos.bne.es/resource/1000003908> ;
ns2:OP3004 ns1:XX4435380 ;
ns2:OP3006 ns1:XX4430054 ,
ns1:XX1464262 ;
ns2:OP3008 ns1:XX771271 ,
ns1:XX4436602 ;
ns2:P3001 "Thomson" ;
ns2:P3002 "Actas de las II Jornadas sobre Ontolog\u00EDas Web y Sem\u00E1ntica" ;
ns2:P3003 "Madrid" ;
ns2:P3004 "IV, 75 p." ;
ns2:P3005 "[Texto impreso]" ;
ns2:P3006 "[2007]" ;
ns2:P3007 "24 cm" ;
ns2:P3008 "WebSem\u00E1ntica'2007 ; editores, \u00D3scar Corcho ... [et al.]" ;
ns2:P3009 "M 38241-2007" ;
ns2:P3012 "il." ;
ns2:P3013 "978-84-9732-612-4" ;
ns2:P3015 "Incluye referencias bibliogr\u00E1ficas e \u00EDndice" ,
"\"Web Sem\u00E1ntica Espa\u00F1a\"" ,
"Textos en espa\u00F1ol e ingl\u00E9s" ,
"Jornadas desarrolladas en el marco del II Congreso Espa\u00F1ol de Inform\u00E1tica (CEDI 2007) celebrado en Zaragoza del 11 al 14 de septiembre de 2007" ;
ns2:P3064 "Libro" .
38 changes: 38 additions & 0 deletions Assignment2/varogarmos1_fromJSONtoJSON-LD.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"@context": {
"ex": "http://example.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "ex:ClassRoom03",
"@type": "ex:ClassRoom",
"ex:contains": [
{ "@id": "ex:Sensor347" },
{ "@id": "ex:Table322" }
]
},
{
"@id": "ex:Sensor347",
"@type": "ex:Sensor",
"ex:hasMeasurement": { "@id": "ex:Measurement8432" }
},
{
"@id": "ex:Measurement8432",
"@type": "ex:Measurement",
"ex:hasTemperature": { "@value": "29", "@type": "xsd:int" },
"ex:atTime": { "@value": "2022-09-12T12:01:12", "@type": "xsd:dateTime" }
},
{
"@id": "ex:Table322",
"@type": "ex:Table",
"ex:hasOwner": { "@id": "ex:ETSIInformaticos" }
},
{
"@id": "ex:ETSIInformaticos",
"@type": "ex:Organization",
"ex:hasName": { "@value": "ETSI Informaticos" }
}
]
}

38 changes: 38 additions & 0 deletions Assignment2/varogarmos1_fromRDFtoJSON-LD.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"@context": {
"ex": "http://example.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "ex:ClassRoom03",
"@type": "ex:ClassRoom",
"ex:contains": [
{ "@id": "ex:Sensor347" },
{ "@id": "ex:Table322" }
]
},
{
"@id": "ex:Sensor347",
"@type": "ex:Sensor",
"ex:hasMeasurement": { "@id": "ex:Measurement8432" }
},
{
"@id": "ex:Measurement8432",
"@type": "ex:Measurement",
"ex:hasTemperature": { "@value": "29", "@type": "xsd:int" },
"ex:atTime": { "@value": "2022-09-12T12:01:12", "@type": "xsd:dateTime" }
},
{
"@id": "ex:Table322",
"@type": "ex:Table",
"ex:hasOwner": { "@id": "ex:ETSIInformaticos" }
},
{
"@id": "ex:ETSIInformaticos",
"@type": "ex:Organization",
"ex:hasName": { "@value": "ETSI Informaticos" }
}
]
}