generated from FacultadInformatica-LinkedData/Template-Curso
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathTchu04-fromJSONtoJSON-LD.jsonld
More file actions
50 lines (49 loc) · 1.08 KB
/
Tchu04-fromJSONtoJSON-LD.jsonld
File metadata and controls
50 lines (49 loc) · 1.08 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
{
"@context":{
"person":"http://people.org/person",
"name": "person:name",
"city": "name:city",
"age": "name:age",
"school":"name:school",
"f_name":"name:f_name",
"m_name":"name:m_name",
"subjects": "name:subjects",
"action":"http://people.org/action",
"type":"http://people.org/datatype"
},
"@id": "person:TianceHu",
"@type": "type:person",
"action:hasName":{
"@id":"name:TianceHu",
"@type":"type:name"
},
"action:hascity":{
"@id":"city:WenZhou",
"@type":"type:city"
},
"action:hasAge":{
"@id":"Age:22",
"@type":"type:Age"
},
"action:hasSchool":{
"@id":"School:IES_Pedro_Salinas",
"@type":"type:School"
},
"action:Mother_name":{
"@id":"name:XiaoweiYin",
"@type":"type:name"
},
"action:Father_name":{
"@id":"name:ShiwuHu",
"@type":"type:name"
},
"action:hasSubjects":{
"@id":"subjects:WebSemantic",
"@type":"type:subjects",
"action:teacherName":{
"@id":"name:Oscar",
"@type":"type:name"
},
"action:Description":"LinkedData"
}
}