Skip to content

Commit 79adb38

Browse files
Initial namespace documentation.
1 parent b22c9a5 commit 79adb38

File tree

6 files changed

+62
-8
lines changed

6 files changed

+62
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Vim swap
2+
*.swp

2023/diagram-editor.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Diagram editor namespace prefix
2+
3+
This URL prefix, `https://apollo-protocol.github.io/ns/2023/diagram-editor`,
4+
is allocated for use by the [4D activity diagram editor](https://github.com/Apollo-Protocol/4d-activity-editor).
5+
6+
The URLs under this namespace are used as IRIs in RDF.
7+
8+
## diagram
9+
10+
https://apollo-protocol.github.io/ns/2023/diagram-editor/diagram#
11+
12+
This prefix is used for objects created in a diagram. The URL fragment
13+
part is a UUID.
14+
15+
## hqdm-representation
16+
17+
https://apollo-protocol.github.io/ns/2023/diagram-editor#hqdm-representation
18+
19+
This IRI is included in RDF generated by the editor as the subject of an
20+
RDF relation with predicate
21+
[owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo). It
22+
indicates the version of the HQDM data representation used.
23+

2023/hqdm-lib.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# HQDM-lib namespace prefix
2+
3+
This URL prefix, `https://apollo-protocol.github.io/ns/2023/hqdm-lib`,
4+
is allocated for use by the [hqdm-lib
5+
library](https://github.com/Apollo-Protocol/hqdm-lib).
6+
7+
The URLs under this namespace are used as well-known IRIs in RDF.
8+
9+
## rdf-representation
10+
11+
https://apollo-protocol.github.io/ns/2023/hqdm-lib#rdf-representation
12+
13+
This IRI is included in RDF generated by hqdm-lib as the subject of an
14+
RDF relation with predicate
15+
[owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo). It
16+
indicates the version of the mapping from HQDM to RDF used.

index.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# The Apollo Protocol
2+
3+
A community to look at unlocking the benefits of digital twins between
4+
the built environment and manufacturing sectors, supported by the
5+
technology sector.
6+
7+
[Public information about the Apollo Protocol is available
8+
here.](https://digitaltwinhub.co.uk/networks/29-the-apollo-protocol/)
9+
10+
This page exists [for technical reasons only](/ns).

ns.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Namespace prefixes
2+
3+
This section of URL space exists to provide namespace prefixes.
4+
Currently-allocated prefixes are:
5+
6+
* [2023/hqdm-lib](./2023/hqdm-lib) Allocated to
7+
[hqdm-lib](https://github.com/Apollo-Protocol/hqdm-lib).
8+
9+
* [2023/diagram-editor](./2023/diagram-editor) Allocated to the
10+
prototype [4D activity diagram
11+
editor](https://github.com/Apollo-Protocol/4d-activity-editor).

0 commit comments

Comments
 (0)