Skip to content

Commit 81588b8

Browse files
committed
local biblio test
1 parent 4fe5ae7 commit 81588b8

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

shacl12-common/local-biblio.js

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
var localBibliography = {
2+
ISO24707: {
3+
id: "ISO24707",
4+
title: "Information technology — Common Logic (CL) — A framework for a family of logic-based languages",
5+
date: "2018-07",
6+
href: "https://www.iso.org/standard/66249.html",
7+
status: "Published",
8+
publisher: "ISO/EIC"
9+
},
10+
HORST04: {
11+
id: "HORST04",
12+
title: "Extending the RDFS Entailment Lemma",
13+
authors: ["Herman J. ter Horst"],
14+
date: "2004",
15+
isbn: "978-3-540-30475-3",
16+
href: "https://doi.org/10.1007/978-3-540-30475-3_7",
17+
status: "Conference Proceeding",
18+
publisher: "Springer, Berlin, Heidelberg"
19+
},
20+
HORST05: {
21+
id: "HORST05",
22+
title: "Completeness, Decidability and Complexity of Entailment for RDF Schema and a Semantic Extension Involving the OWL Vocabulary",
23+
authors: ["Herman J. ter Horst"],
24+
date: "2005",
25+
href: "https://dx.doi.org/10.2139/ssrn.3199251",
26+
status: "Conference Proceeding",
27+
publisher: "Journal of Web Semantics"
28+
},
29+
SAFETY: {
30+
title: "Saftety of recursive horn clauses with infinite relations",
31+
href: "http://arxiv.org/abs/cs.LO/9809032",
32+
authors: [
33+
"R. Ramakrishnan",
34+
"F. Bancilhon",
35+
"A. Silberschatz"
36+
],
37+
date: "1987",
38+
publisher: "ACM New York"
39+
},
40+
SAX: {
41+
title: "SAX – The Simple API for XML",
42+
href: "https://accu.org/journals/overload/7/34/cornish_515/",
43+
authors: ["Steve Cornish"],
44+
date: "October 1999",
45+
},
46+
STRIPEDRDF: {
47+
id: "STRIPEDRDF",
48+
title: "RDF: Understanding the Striped RDF/XML Syntax",
49+
editors: ["D. Brickley"],
50+
date: "2001",
51+
href: "http://www.w3.org/2001/10/stripes/",
52+
status: "Team Submission",
53+
publisher: "W3C"
54+
},
55+
"RDF-STAR-CG": {
56+
title: "RDF-star and SPARQL-star",
57+
href: "https://w3c.github.io/rdf-star/cg-spec/2021-12-17.html",
58+
authors: [
59+
"Olaf Hartig",
60+
"Pierre-Antoine Champin",
61+
"Gregg Kellogg",
62+
"Andy Seaborne"
63+
],
64+
rawDate: "2021-12-17",
65+
status: "Final Community Group Report",
66+
publisher: "W3C"
67+
},
68+
"RDF12-NEW": {
69+
"authors": [
70+
"David Wood"
71+
],
72+
"href": "https://w3c.github.io/rdf-new/spec/",
73+
"title": "What’s New in RDF 1.2",
74+
"rawDate": "2022-01-01",
75+
"status": "DNOTE",
76+
"publisher": "W3C"
77+
},
78+
"RDF12-PRIMER": {
79+
"authors": [
80+
"Guus Schreiber",
81+
"Yves Raimond"
82+
],
83+
"href": "https://w3c.github.io/rdf-primer/spec/",
84+
"title": "RDF 1.2 Primer",
85+
"rawDate": "2022-01-01",
86+
"status": "DNOTE",
87+
"publisher": "W3C"
88+
},
89+
"SPARQL12-NEW": {
90+
"authors": [
91+
"The W3C RDF & SPARQL Working Group"
92+
],
93+
"href": "https://w3c.github.io/sparql-new/spec/",
94+
"title": "What’s New in SPARQL 1.2",
95+
"rawDate": "2022-01-01",
96+
"status": "WD",
97+
"publisher": "W3C"
98+
},
99+
"SPARQL12-CONCEPTS": {
100+
"authors": [
101+
"The W3C RDF & SPARQL Working Group"
102+
],
103+
"href": "https://w3c.github.io/sparql-concepts/spec/",
104+
"title": "SPARQL 1.2 Concepts",
105+
"rawDate": "2022-01-01",
106+
"status": "WD",
107+
"publisher": "W3C"
108+
},
109+
};

0 commit comments

Comments
 (0)