generated from FacultadInformatica-LinkedData/Template-Curso
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathMariajoseFranco-fromJSONtoJSON-LD.json
62 lines (62 loc) · 2.01 KB
/
MariajoseFranco-fromJSONtoJSON-LD.json
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
{
"@context": {
"ex": "http://example.org#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
}
"full_name": "Mariajose Franco Orozco",
"hometown": "Medellin, Colombia",
"age": 25,
"alma_mater": "Universidad EAFIT",
"parents": {
"mother": "Dora Orozco",
"father": "Jorge Franco"
},
"subjects": [
{
"name": "Data Processes",
"teachers": [
"Ernestina Menasalvas Ruiz",
"Lucia Prieto Santamaria"
],
"description": "The Data Science Process is a systematic approach to solving data-related problems"
},
{
"name": "Data Visualization",
"teachers": [
"Pablo Toharia Rabasco"
],
"description": "Visual analytics combines automated analysis techniques with interactive visualizations for an effective understanding, reasoning and decision making on the basis of very large and complex datasets"
},
{
"name": "Statistical Data Analysis",
"teachers": [
"Arminda Moreno Diaz"
],
"description": "Statistical methods help us investigate questions in an objective manner. Statistical problem solving is an investigative process"
},
{
"name": "Open Data and Knowledge Graphs",
"teachers": [
"Oscar Corcho Garcia",
"Raul Garcia Castro",
"Daniel Garijo"
],
"description": "Main foundations for Open Data and Knowledge Graphs, including the W3C recommendations that are applicable in this area"
},
{
"name": "Cloud Computing",
"teachers": [
"Marta Patiño Martinez"
],
"description": "Cloud Computing consists of hardware and software resources made available on the internet as they are managed by the third party services."
},
{
"name": "Machine Learning",
"teachers": [
"Pedro Larrañaga Múgica",
"Maria Concepcion Bielza Lozoya"
],
"description": "Machine Learning transforms data into knowledge and provides general purpose systems that adapt to the circumstances"
}
]
}