Skip to content

Initial namespace documentation. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Vim swap
*.swp
23 changes: 23 additions & 0 deletions 2023/diagram-editor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Diagram editor namespace prefix

This URL prefix, `https://apollo-protocol.github.io/ns/2023/diagram-editor`,
is allocated for use by the [4D activity diagram editor](https://github.com/Apollo-Protocol/4d-activity-editor).

The URLs under this namespace are used as IRIs in RDF.

## diagram

https://apollo-protocol.github.io/ns/2023/diagram-editor/diagram#
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies for my ignorance, but is the trailing hash a typo or is it meant to be there?

Suggested change
https://apollo-protocol.github.io/ns/2023/diagram-editor/diagram#
https://apollo-protocol.github.io/ns/2023/diagram-editor/diagram

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is meant to be there. This is a prefix for generating unique URLs like https://apollo-protocol.github.io/ns/2023/diagram-editor/diagram#c9ecb65e-4b1f-4633-ac5c-f765e36586f2.


This prefix is used for objects created in a diagram. The URL fragment
part is a UUID.

## hqdm-representation

https://apollo-protocol.github.io/ns/2023/diagram-editor#hqdm-representation

This IRI is included in RDF generated by the editor as the subject of an
RDF relation with predicate
[owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo). It
indicates the version of the HQDM data representation used.

16 changes: 16 additions & 0 deletions 2023/hqdm-lib.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# HQDM-lib namespace prefix

This URL prefix, `https://apollo-protocol.github.io/ns/2023/hqdm-lib`,
is allocated for use by the [hqdm-lib
library](https://github.com/Apollo-Protocol/hqdm-lib).

The URLs under this namespace are used as well-known IRIs in RDF.

## rdf-representation

https://apollo-protocol.github.io/ns/2023/hqdm-lib#rdf-representation

This IRI is included in RDF generated by hqdm-lib as the subject of an
RDF relation with predicate
[owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo). It
indicates the version of the mapping from HQDM to RDF used.
8 changes: 0 additions & 8 deletions index.html

This file was deleted.

10 changes: 10 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# The Apollo Protocol

A community to look at unlocking the benefits of digital twins between
the built environment and manufacturing sectors, supported by the
technology sector.

[Public information about the Apollo Protocol is available
here.](https://digitaltwinhub.co.uk/networks/29-the-apollo-protocol/)

This page exists [for technical reasons only](/ns).
11 changes: 11 additions & 0 deletions ns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Namespace prefixes

This section of URL space exists to provide namespace prefixes.
Currently-allocated prefixes are:

* [2023/hqdm-lib](./2023/hqdm-lib) Allocated to
[hqdm-lib](https://github.com/Apollo-Protocol/hqdm-lib).

* [2023/diagram-editor](./2023/diagram-editor) Allocated to the
prototype [4D activity diagram
editor](https://github.com/Apollo-Protocol/4d-activity-editor).