-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassertion.json
41 lines (40 loc) · 1.01 KB
/
assertion.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
{ "@context":
{ "label": "http://www.w3.org/2000/01/rdf-schema#label"
, "value": { "@type": "http://www.w3.org/2001/XMLSchema#float" }
, "author": "http://schema.org/author"
, "family": "http://schema.org/familyName"
, "given": "http://schema.org/givenName"
, "title": "http://schema.org/name"
, "issued": "http://schema.org/datePublished"
, "julian day": "http://www.wikidata.org/wiki/Q14267"
, "book": "http://schema.org/Book"
}
, "@id": "http://dx.doi.org/XXXX/YYYY"
, "label": "Late Bronze Age"
, "start":
{ "label": "1100 B.C."
, "unit": "julian day"
, "value": "1.3E6"
}
, "end":
{ "label": "600 B.C."
, "unit": "julian day"
, "value": "1.5E6"
}
, "source":
{ "author":
[
{ "@id": "http://viaf.org/viaf/93157757"
, "family": "Almagro-Gorbea"
, "given": "Martin"
}
]
, "title": "Los Celtas en la Península Ibérica"
, "issued": "1993"
, "@type": "book"
}
, "location":
{ "@id": "http://www.wikidata.org/wiki/Q29"
, "label": "Spain"
}
}