Skip to content

Commit 57c8532

Browse files
authored
move to local copies of CSS files (#628)
1 parent 2675cba commit 57c8532

File tree

16 files changed

+2231
-1054
lines changed

16 files changed

+2231
-1054
lines changed

shacl12-core/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
}
177177
};
178178
</script>
179-
<link rel="stylesheet" href="../shacl12-common/style.css"/>
179+
<link rel="stylesheet" href="style.css"/>
180180
</head>
181181
<body>
182182
<section id="abstract">

shacl12-core/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: "Safety of recursive horn clauses with infinite relations",
31+
href: "https://doi.org/10.1145/28659.28694",
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 &amp; 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 &amp; 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+
};

shacl12-cs/index.html

Lines changed: 1 addition & 199 deletions
Original file line numberDiff line numberDiff line change
@@ -53,205 +53,7 @@
5353
wgPublicList: "public-shacl"
5454
};
5555
</script>
56-
<style>
57-
58-
pre {
59-
tab-size: 3;
60-
-moz-tab-size: 3; /* Code for Firefox */
61-
-o-tab-size: 3; /* Code for Opera */
62-
}
63-
64-
th {
65-
text-align: left;
66-
}
67-
table.rule { background-color: #EBEBE0; }
68-
table.rule td { text-align: center; }
69-
td.up { border-bottom:1px solid black; }
70-
71-
td {
72-
vertical-align: top;
73-
}
74-
75-
.algorithm {
76-
background: #fafafc;
77-
border-left-style: solid;
78-
border-left-width: .5em;
79-
border-color: #c0c0c0;
80-
margin-bottom: 16px;
81-
padding: 8px;
82-
}
83-
84-
.arg {
85-
font-weight: bold;
86-
color: #000080;
87-
}
88-
89-
.def {
90-
background: #fcfcfc;
91-
border-left-style: solid;
92-
border-left-width: .5em;
93-
border-color: #c0c0c0;
94-
margin-bottom: 16px;
95-
}
96-
97-
.def-sparql {
98-
}
99-
100-
.def-sparql-body {
101-
margin-top: 0px;
102-
margin-bottom: 0px;
103-
}
104-
105-
.def-text {
106-
}
107-
108-
.def-text-body {
109-
}
110-
111-
.def-header {
112-
color: #a0a0a0;
113-
font-size: 16px;
114-
padding-bottom: 8px;
115-
}
116-
117-
.diagram-class {
118-
border: 1px solid black;
119-
border-radius: 4px;
120-
width: 360px;
121-
}
122-
123-
.diagram-class-name {
124-
font-size: 16px;
125-
font-weight: bold;
126-
text-align: center;
127-
}
128-
129-
.diagram-class-properties {
130-
border-top: 1px solid black;
131-
}
132-
133-
.diagram-class-properties-start {
134-
padding: 8px;
135-
}
136-
137-
.diagram-class-properties-section {
138-
border-top: 1px dashed #808080;
139-
padding: 8px;
140-
}
141-
142-
.focus-node-selected {
143-
color: blue;
144-
}
145-
146-
.focus-node-error {
147-
color: red;
148-
}
149-
150-
.focus-node-error {
151-
color: red;
152-
}
153-
154-
.rule {
155-
}
156-
157-
.component-class {
158-
font-weight: bold;
159-
font-size: 16px;
160-
}
161-
162-
.parameter-context {
163-
font-weight: bold;
164-
font-size: 16px;
165-
}
166-
167-
.parameters {
168-
font-weight: bold;
169-
font-size: 16px;
170-
}
171-
172-
.part-header {
173-
font-weight: bold;
174-
}
175-
176-
.syntax {
177-
border-left-style: solid;
178-
border-left-width: .5em;
179-
border-color: #d0d0d0;
180-
margin-bottom: 16px;
181-
padding: .5em 1em;
182-
background-color: #f6f6f6;
183-
}
184-
185-
.syntax-rule-id {
186-
padding-right: 10px;
187-
}
188-
189-
.syntax-rule-id-a {
190-
white-space: nowrap;
191-
}
192-
193-
.validator-id-a {
194-
font-weight: bold;
195-
white-space: nowrap;
196-
}
197-
198-
.term {
199-
font-style: italic;
200-
}
201-
202-
.term-def-header {
203-
font-style: italic;
204-
font-weight: bold;
205-
}
206-
207-
.term-table {
208-
border-collapse: collapse;
209-
border-color: #000000;
210-
margin: 16px;
211-
}
212-
213-
.term-table td, th {
214-
border-width: 1px;
215-
border-style: solid;
216-
padding: 5px;
217-
}
218-
219-
.todo {
220-
color: red;
221-
}
222-
223-
/* example pre taken / adapted from R2RML */
224-
pre.grammar, pre.example-shapes, pre.example-shapes-ttl, pre.example-results, pre.example-other, pre.example-js { margin-left: 0; padding: 0 2em; margin-top: 1.5em; padding: 1em; }
225-
pre.example-shapes:before, pre.example-shapes-ttl:before, pre.example-js:before, pre.example-results:before, pre.example-other:before { background: white; display: block; font-family: sans-serif; margin: -1em 0 0.4em -1em; padding: 0.2em 1em; }
226-
pre.example-shapes { background: #eeb; }
227-
pre.example-shapes, pre.example-shapes:before { border: 1px solid #cc9; }
228-
pre.example-shapes:before { color: #888; content: "Example in Compact Syntax"; width: 13em; }
229-
pre.example-shapes-ttl { background: #deb; }
230-
pre.grammar { background: #fdfdfd; border: 1px solid #e0e0e0; }
231-
pre.example-shapes-ttl, pre.example-shapes-ttl:before { border: 1px solid #bbb; }
232-
pre.example-shapes-ttl:before { color: #996; content: "Example in Turtle Syntax"; width: 13em; }
233-
example-results { background: #edb; }
234-
example-results, .example-results:before, .example-results th, .example-results td { border: 1px solid #aca; }
235-
pre.example-results:before { color: #797; content: "Example validation results"; width: 13em; }
236-
pre.example-other { background: #bed; }
237-
pre.example-other, pre.example-other:before { border: 1px solid #ddd; }
238-
pre.example-other:before { color: #888; content: "Example"; width: 13em; }
239-
240-
pre.example-js { background: #cceebe; }
241-
pre.example-js, pre.example-js:before { border: 1px solid #cc9; }
242-
pre.example-js:before { color: #996; content: "Example JavaScript"; width: 13em; }
243-
244-
/* our syntax menu for switching */
245-
div.syntaxmenu {
246-
border: 1px dotted black;
247-
padding:0.5em;
248-
margin: 1em;
249-
}
250-
251-
@media print {
252-
div.syntaxmenu { display:none; }
253-
}
254-
</style>
56+
<link rel="stylesheet" href="style.css"/>
25557
</head>
25658
<body>
25759
<section id="abstract">

0 commit comments

Comments
 (0)