This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
exampleJSON.json
77 lines (70 loc) · 2.29 KB
/
exampleJSON.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{"@context":
{
"adms": "http://www.w3.org/ns/adms#",
"dcterms": "http://purl.org/dc/terms/",
"dctype": "http://purl.org/dc/dcmitype/",
"foaf": "http://xmlns.com/foaf/0.1/",
"loc": "http://id.loc.gov/authorities/",
"org": "http://www.w3.org/ns/org#",
"osti": "http://example.com/osti/namespace/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "http://schema.org/",
"skos": "http://www.w3.org/2004/02/skos/core#"
},
"@id": "github.com/ExampleSoftware",
"dcterms:title": "Example Software",
"osti:acronym": "ExWare",
"dcterms:date": "2016-12-16",
"dcterms:description": "This Example Software is super fancy and does all the things",
"dcterms:coverage": "United States",
"schema:codeRepository": "http://github.com/ExampleSoftware",
"osti:availability": "Open Source, Publicly Available Repository",
"dcterms:license": "MIT License",
"dcterms:requires": "Python FuzzyWuzzy library",
"dcterms:creator": {
"@type": "foaf:Person",
"foaf:firstName": "Jay",
"foaf:familyName": "Billings",
"foaf:mbox_sha1sum": "[email protected]",
"adms:identifier": [
{
"@type": "adms:Identifier",
"adms:schemaAgency": "DOE Contract Number",
"skos:notation": "W-123-4567"
},
{
"@type": "adms:Identifier",
"adms:schemaAgency": "B&R Code",
"skos:notation": "AB020132"
},
{
"@type": "adms:Identifier",
"adms:schemaAgency": "DOI",
"skos:notation": "10.1234/5678"
}
],
"dcterms:contributor":
{
"@type": "org:Organization",
"skos:prefLabel": "Oak Ridge National Laboratory",
"skos:altLabel": "ORNL",
"adms:identifier":
{
"@type:": "adms:Identifier",
"adms:schemaAgency": "ORCiD",
"skos:notation": "0000-0001-5848-6881"
},
"org:role": {
"@type:": "org:Role",
"skos:prefLabel": "Contributing Organization"
}
},
"adms:contactPoint": {
"@type": "foaf:Person",
"foaf:firstName": "Jean",
"foaf:familyName": "Smith",
"foaf:mbox_sha1sum": "[email protected]",
}
}
}