-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathb190057-fromJSONtoJSON-LD.jsonld
More file actions
47 lines (47 loc) · 2.64 KB
/
b190057-fromJSONtoJSON-LD.jsonld
File metadata and controls
47 lines (47 loc) · 2.64 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
{
"@id": "http://example.org#person01",
"@type": "http://example.org#person",
"http://example.org#age": 23,
"http://example.org#alma_mater": "Universidad Politécnica de Madrid",
"http://example.org#full_name": "Álvaro Alonso Lancho",
"http://example.org#hometown": "Arroyomolinos, Madrid",
"http://example.org#parents": {
"@type": "http://example.org#parents",
"http://example.org#father": "Mario",
"http://example.org#mother": "Susana"
},
"http://example.org#subjects": [
{
"@id": "http://example.org#subject01",
"@type": "http://example.org#subject",
"http://example.org#brief_description": "During this course you will learn about the main foundations for Knowledge Graphs, including the W3C recommendations that are applicable in this area (RDF, RDF Schema, SPARQL, OWL, CSV on the Web) and methodologies for the generation and publication of Knowledge Graphs from multiple heterogeneous data sources and formats, using Linked Data technologies. You will also learn about how to create shared agreed vocabularies and ontologies that can give support to Knowledge Graph generation and publication, and will understand how these principles and approaches have been applied to several domains. You will work on a practical hands-on exercise that will be the basis for your participation in hackatons and other similar events.",
"http://example.org#name": "Open Data",
"http://example.org#teachers": [
"Oscar Corcho",
"Daniel Garijo",
"Pablo Calleja"
]
},
{
"@id": "http://example.org#subject02",
"@type": "http://example.org#subject",
"http://example.org#brief_description": "This course will allow the student to gain the fundamentals for the visualization of all kinds of information. With an eminently practical approach, the technologies and fundamentals necessary to create successful information visualization tools will be presented",
"http://example.org#name": "Data visualization",
"http://example.org#teachers": [
"Pablo Toharia Rabasco",
"Antonio Latorre De La Fuente",
"Jorge Acosta Hernande"
]
},
{
"@id": "http://example.org#subject03",
"@type": "http://example.org#subject",
"http://example.org#brief_description": "In this course we will deepen on the importance of data for an organization. In fact, the course is centered on the process of extraction of knowledge from databases as a support for decision making.",
"http://example.org#name": "Data processes",
"http://example.org#teachers": [
"Luis Mengual Gala",
"Antonio Jesus Diaz Honrubia"
]
}
]
}