-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.html
113 lines (105 loc) · 4.24 KB
/
dev.html
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<title>ShapeUML: RDF Constraints Visualization based on UML</title>
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="./resources/css/style.css">
<link rel="stylesheet" type="text/css" href="./resources/css/extras.css">
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove' defer></script>
<script class='remove'>
var respecConfig = {
specStatus: "unofficial",
shortName: "shape-uml",
authors: [
{
name: "Sven Lieber",
url: "https://sven-lieber.org",
mailto: "[email protected]",
company: "Ghent University — IDLab — imec",
}
],
doRdfa: "true",
copyrightStart: "2020",
edDraftURI: "https://w3id.org/imec/unshacled/spec/shape-uml/",
otherLinks: [
{
key: "This Version",
data: [{
value: "https://w3id.org/imec/unshacled/spec/shape-uml/%thisDate%/",
href: "https://w3id.org/imec/unshacled/spec/shape-uml/%thisDate%/"
}]
},
{
key: "Previous Version",
data: [{
value: "https://w3id.org/imec/unshacled/spec/shape-uml/%prevDate%/",
href: "https://w3id.org/imec/unshacled/spec/shape-uml/%prevDate%/"
}]
}
],
editors: [
{
name: "Sven Lieber",
url: "https://sven-lieber.org",
mailto: "[email protected]",
company: "Ghent University — IDLab — imec",
},
{
name: "Anastasia Dimou",
company: "Ghent University — IDLab — imec",
}
],
localBiblio: {
"RDF": {
title: "RDF 1.1 Concepts and Abstract Syntax"
, href: "https://www.w3.org/TR/rdf11-concepts/"
, publisher: "W3C"
},
"SHACL": {
title: "Shapes Constraint Langauge (SHACL)"
, href: "https://www.w3.org/TR/shacl/"
, publisher: "W3C"
},
"SHACL-abstract": {
title: "Shapes Constraint Langauge (SHACL) - Abstract"
, href: "https://www.w3.org/TR/shacl/#abstract"
, publisher: "W3C"
},
"SHACL-core-constraints": {
title: "Shapes Constraint Langauge (SHACL) - Constraint Types"
, href: "https://www.w3.org/TR/shacl/#core-components"
, publisher: "W3C"
},
"UML": {
title: "Unified Modeling Language (UML)"
, href: "https://www.omg.org/spec/UML/2.5.1"
, publisher: "Object Management Group (OMG)"
},
"ODM": {
title: "Ontology Definition Metamodel (ODM)"
, href: "https://www.omg.org/spec/ODM/1.1/"
, publisher: "Object Management Group (OMG)"
},
"MapVOWL": {
title: "MapVOWL"
, href: "https://rml.io/specs/mapvowl/"
, publisher: "rml.io"
}
}
};
</script>
</head>
<body>
<section id='abstract' data-include="section/abstract.md" data-include-format="markdown"></section
<section id='sotd'>
<p>
This document is the result of ongoing research.
</p>
</section>
<section id='introduction' data-include="section/introduction.md" data-include-format="markdown"></section>
<section id='terminology' data-include="section/terminology.md" data-include-format="markdown"></section>
<section id="graphical-primitives" data-include="section/graphical-primitives.md" data-include-format="markdown"></section>
<section id="colors" data-include="section/colors.md" data-include-format="markdown"></section>
<section id="constraints" data-include="section/constraints.md" data-include-format="markdown"></section>
</body>
</html>