Skip to content

Commit c50ed97

Browse files
bjdmeestelsdvleepmaria
authored
added feedback (#69)
## What's changed - clarified some definitions (mostly making lists instead of paragraphs, for definition-heavy paragraphs) - added iterable and expression records as definitions - typos and aesthetics ## Change checklist - [x] updated ontology, where necessary - [x] updated shapes, where necessary - [x] added or updated test cases, where necessary - [x] any TODOs have been turned into trackable issues and referenced where necessary ## Issue reference <!-- For example: --> <!-- Fixes #{ISSUE}. --> <!-- Resolves #{ISSUE}. --> --------- Co-authored-by: elsdvlee <[email protected]> Co-authored-by: Pano Maria <[email protected]> Co-authored-by: Els de Vleeschauwer <[email protected]>
1 parent 9ce3511 commit c50ed97

File tree

11 files changed

+3854
-382
lines changed

11 files changed

+3854
-382
lines changed

spec/config.js

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,6 @@ async function loadTurtle() {
2121
}
2222
var respecConfig = {
2323
preProcess: [loadTurtle],
24-
localBiblio: {
25-
"RDF11-Concepts": {
26-
title: "RDF 1.1 Concepts and Abstract Syntax",
27-
href: "https://www.w3.org/TR/rdf11-concepts/",
28-
status: "W3C Recommendation",
29-
publisher: "W3C",
30-
date: "25 February 2014",
31-
},
32-
"Turtle": {
33-
title: "RDF 1.1 Turtle",
34-
href: "https://www.w3.org/TR/turtle/",
35-
status: "W3C Recommendation",
36-
publisher: "W3C",
37-
date: "25 February 2014",
38-
},
39-
"RML": {
40-
title: "RDF Mapping Language",
41-
href: "https://rml.io/specs/rml/",
42-
status: "Unofficial draft",
43-
publisher: "https://rml.io",
44-
date: "06 October 2020",
45-
}
46-
},
4724
// These may become useful if the document gets a more 'official' status
4825
// postProcess : [ postProc ],
4926
doRdfa: "true",
@@ -74,7 +51,7 @@ var respecConfig = {
7451
{
7552
name: "Pano Maria",
7653
mailto: "[email protected]",
77-
url: "https://panomaria.com",
54+
// url: "https://panomaria.com",
7855
company: "Skemu",
7956
companyURL: "https://skemu.com"
8057
},

0 commit comments

Comments
 (0)