generated from FacultadInformatica-LinkedData/Template-Curso
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathMarcoAS99-fromJSONtoJSON-LD.jsonld
More file actions
149 lines (149 loc) · 4.54 KB
/
MarcoAS99-fromJSONtoJSON-LD.jsonld
File metadata and controls
149 lines (149 loc) · 4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"@context": {
"p": "http://xmlns.com/foaf/0.1/Person/",
"geo": "http://www.w3.org/2003/01/geo/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"fi": "http://fi.upm.es/Courses/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"name": "rdfs:label",
"age": "rdfs:label",
"hometown": "rdfs:label",
"alma_mater": "rdfs:label",
"parents": "rdfs:label",
"subjects": "rdfs:label",
"teachers": "rdfs:label",
"brief_description": "rdfs:comment"
},
"@id": "p:Marco_Antonio_Da_Silva_Santucci",
"@type": "p",
"name": "Marco Antonio Da Silva Santucci",
"hometown": {
"@id": "geo:Funchal",
"@type": "geo",
"name": "Funchal",
"country": "Portugal",
"zip_code": {
"@value": 9000,
"@type": "xsd:integer"
}
},
"age": {
"@value": 22,
"@type": "xsd:integer"
},
"alma_mater": "UPM",
"parents": [
{
"@id": "p:Ricardo_Luigi_Henriques_Santucci",
"@type": "p",
"name": "Ricardo Luigi Henriques Santucci"
},
{
"@id": "p:Carla_Cristina_Ribeiro_Da_Silva_Santucci",
"@type": "p",
"name": "Carla Cristina Ribeiro Da Silva Santucci"
}
],
"subjects": [
{
"@id": "fi:Semantic_Web",
"@type": "fi",
"name": "Sematic Web",
"teachers": [
{
"@id": "p:Oscar_Ocho_Garcia",
"@type": "p",
"name": "Oscar Ocho Garcia"
},
{
"@id": "p:Raul_Garcia_Castro",
"@type": "p",
"name": "Raul Garcia Castro"
}
],
"brief_description": "Learn about semantic web and the use of linked data and knowledge graphs."
},
{
"@id": "fi:Reconocimiento_de_Formas",
"@type": "fi",
"name": "Reconocimiento de Formas",
"teachers": [
{
"@id": "p:Luis_Baumela",
"@type": "p",
"name": "Luis Baumela"
},
{
"@id": "p:Dario_Maravall",
"@type": "p",
"name": "Dario Maravall"
}
],
"brief_description": "Intro to data analisis."
},
{
"@id": "fi:GPTI",
"@type": "fi",
"name": "GPTI",
"teachers": [
{
"@id": "p:Edmundo_Tovar_Caro",
"@type": "p",
"name": "Edmundo Tovar Caro"
},
{
"@id": "p:Oscar_Dieste_Tubio",
"@type": "p",
"name": "Oscar Dieste Tubio"
},
{
"@id": "p:Maria_Pilar_Rodriguez_Gonzalez",
"@type": "p",
"name": "Maria Pilar Rodriguez Gonzalez"
}
],
"brief_description": "Management."
},
{
"@id": "fi:Sistemas_de_Panificacion",
"@type": "fi",
"name": "Sistemas de Planificacion",
"teachers": [
{
"@id": "p:Vicente_Martinez_Orga",
"@type": "p",
"name": "Vicente Martinez Orga"
},
{
"@id": "p:Miguel_Garcia_Remesal",
"@type": "p",
"name": "Miguel Garcia Remesal"
}
],
"brief_description": "Project."
},
{
"@id": "fi:IS2",
"@type": "fi",
"name": "IS2",
"teachers": [
{
"@id": "p:Tomas_San_Feliu_Gilabert",
"@type": "p",
"name": "Tomas San Feliu Gilabert"
},
{
"@id": "p:Jose_Antonio_Calvo-Manzano_Villalon",
"@type": "p",
"name": "Jose Antonio Calvo-Manzano Villalon"
},
{
"@id": "p:Ana_Maria_Moreno_Sanchez-Capuchino",
"@type": "p",
"name": "Ana Maria Moreno Sanchez-Capuchino"
}
],
"brief_description": "Project."
}
]
}