-
Notifications
You must be signed in to change notification settings - Fork 0
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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Vim swap | ||
*.swp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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# | ||
|
||
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. | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
.