forked from w3c/csvw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal-biblio.js
More file actions
99 lines (98 loc) · 2.83 KB
/
local-biblio.js
File metadata and controls
99 lines (98 loc) · 2.83 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
var conversions = [
["http://w3c.github.io/csvw/syntax/", "http://www.w3.org/TR/2015/CR-tabular-data-model-20150716/"],
["http://w3c.github.io/csvw/csv2rdf/", "http://www.w3.org/TR/2015/CR-csv2rdf-20150716/"],
["http://w3c.github.io/csvw/csv2json/", "http://www.w3.org/TR/2015/CR-csv2json-20150716/"],
["http://w3c.github.io/csvw/metadata/", "http://www.w3.org/TR/2015/CR-tabular-metadata-20150716/"],
["http://w3c.github.io/csvw/use-cases-and-requirements/", "http://www.w3.org/TR/2014/WD-csvw-ucr-20140701/"]
];
var localBibliography = {
"tabular-data-model": {
"authors": [
"Jeni Tennison",
"Gregg Kellogg"
],
"title": "Model for Tabular Data and Metadata on the Web",
"href" : "http://w3c.github.io/csvw/syntax/",
"rawDate": "2015-01-08",
"status" : "WD",
"publisher": "W3C"
},
"tabular-metadata": {
"authors": [
"Jeni Tennison",
"Gregg Kellogg"
],
"title": "Metadata Vocabulary for Tabular Data",
"href" : "http://w3c.github.io/csvw/metadata/",
"rawDate": "2015-01-08",
"status" : "WD",
"publisher": "W3C"
},
"csv2json": {
"authors": [
"Jeremy Tandy",
"Ivan Herman"
],
"title": "Generating JSON from Tabular Data on the Web",
"href" : "http://w3c.github.io/csvw/csv2json/",
"rawDate": "2015-01-08",
"status" : "WD",
"publisher": "W3C"
},
"csv2rdf": {
"authors": [
"Jeremy Tandy",
"Ivan Herman",
"Gregg Kellogg"
],
"title": "Generating RDF from Tabular Data on the Web",
"href" : "http://w3c.github.io/csvw/csv2rdf/",
"rawDate": "2015-01-08",
"status" : "WD",
"publisher": "W3C"
},
"csvw-context": {
"authors": [
"Gregg Kellogg"
],
"title": "Metadata Vocabulary for Tabular Data",
"href" : "http://www.w3.org/ns/csvw",
"publisher": "W3C"
},
"csvw-tests": {
"authors": [
"Gregg Kellogg"
],
"title": "CSVW Test Suite",
"href" : "http://www.w3.org/ns/csvw",
"publisher": "W3C"
},
"EBNF-NOTATION" : {
"authors" : [
"Tim Bray",
"Jean Paoli",
"C. Michael Sperberg-McQueen",
"Eve Maler",
"François Yergau"
],
"title" : "EBNF Notation",
"rawDate" : "2008-11-26",
"status" : "REC",
"publisher" : "W3C",
"href" : "http://www.w3.org/TR/xml/#sec-notation"
},
"Knuth" : {
"author" : [
"Donald E. Knuth"
],
"title" : "The Art of Computer Programming Volume 1: Fundamental Algorithms (3rd ed.)",
"publisher" : "Addison-Wesley Professional",
"rawDate" : "1997-11-14"
},
"DOAP": {
"authors": ["Ed Dumbill"],
"title": "Description of a Project",
"status": "Community Specification",
"href": "https://github.com/edumbill/doap/wiki"
}
};