Skip to content

Commit 043b8a6

Browse files
committed
Merge branch 'gh-pages' into usage-report
# Conflicts: # ssn/usage/config.js # ssn/usage/index.html
2 parents 44d82ee + 5e7a8b8 commit 043b8a6

File tree

452 files changed

+32380
-33687
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

452 files changed

+32380
-33687
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Check Repository Integrity
2+
3+
on:
4+
push:
5+
branches:
6+
- "**" # Run on all branches
7+
8+
jobs:
9+
check-repo:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
16+
- name: Set up Python
17+
uses: actions/setup-python@v5
18+
with:
19+
python-version: "3.13"
20+
21+
- name: Install dependencies
22+
run: |
23+
python -m pip install --upgrade pip
24+
pip install rdflib
25+
26+
- name: Run repository check
27+
run: |
28+
python ssn/scripts/check_repository.py

.github/workflows/shacl-validation.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 1
1818
- name: Setup Python
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.x'
21+
python-version: '3.13'
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install pyshacl rdflib
2626
- name: Run SHACL validations
27-
run: python ssn/scripts/validate.py
27+
run: |
28+
cd ssn
29+
python scripts/validate.py

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.pdf
2+
.vscode/
3+
*.bkp

README.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,46 @@
11
# sdw-sosa-ssn
22

3-
This is a repository for the <a href="https://www.w3.org/2021/sdw/">Spatial Data on the Web Working Group</a>, a collaborative project between <a href="http://www.w3.org/">W3C</a> and <a href="http://www.opengeospatial.org/">OGC</a>.
3+
This is a repository for the [Spatial Data on the Web Working Group](https://www.w3.org/2021/sdw/), a collaborative project between [W3C](https://www.w3.org/) and [OGC](https://ogc.org/).
44

5-
This repository has been factored out as a submodule of the original repository at [https://github.com/w3c/sdw](https://github.com/w3c/sdw)
5+
This repository has been factored out as a submodule of the original repository at [https://github.com/w3c/sdw](https://github.com/w3c/sdw).
66

7-
The repo is used for developing editors drafts of some of the Working Group's <a href="https://www.w3.org/2021/10/sdw-charter.html#deliverables">deliverables</a> and related resources, in particular:
7+
The repo is used for developing editors drafts of some of the Working Group's [deliverables](https://www.w3.org/2021/10/sdw-charter.html#deliverables) and related resources, in particular:
88

99
<dl>
10-
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn-extensions">ssn-extensions</a></dt>
10+
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn">ssn</a></dt>
1111
<dd>
12-
Extensions to the SSN ontology to enable linking directly to the ultimate feature-of-interest alongside the link to the (proximate) feature-of-interest; and homogeneous collections of observations.
13-
<br/><a href="https://w3c.github.io/sdw-sosa-ssn/ssn-extensions/">Editor's Draft</a>
14-
<br/><a href="https://www.w3.org/TR/vocab-ssn-ext/">Working Draft</a>
12+
The Semantic Sensor Network Ontology — 2023 Edition
13+
<br><a href="https://w3c.github.io/sdw-sosa-ssn/ssn/">Editor's Draft</a>
14+
<br><a href="https://www.w3.org/TR/vocab-ssn-2023">Public working draft</a>
15+
<br><a href="https://www.w3.org/TR/vocab-ssn/">W3C Recommendation from 2017</a>
1516
</dd>
16-
17-
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn-usage">ssn-usage</a></dt>
17+
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn/rdf">ssn/rdf</a></dt>
1818
<dd>
19-
The implementation report for the Semantic Sensor Network Ontology, initially developed by the Spatial Data on the Web Working Group.
20-
<br/><a href="https://w3c.github.io/sdw-sosa-ssn/ssn-usage/">Implementation report</a>
19+
RDF implementation of the SSN Ontology — 2023 edition, plus supporting resources
2120
</dd>
22-
23-
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn-usecases">ssn-usecases</a></dt>
21+
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn/rdf/ontology">ssn/rdf/ontology</a></dt>
2422
<dd>
25-
A use cases document describing the reasons and new use cases for a proposed update to SSN in 2023.
26-
<br/><a href="https://w3c.github.io/sdw-sosa-ssn/ssn-usecases/">SSN Use cases</a>
23+
RDF implementation of the SSN Ontology — 2023 edition
2724
</dd>
28-
29-
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn">ssn</a></dt>
25+
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn/rdf/ontology/core">ssn/rdf/ontology/core</a></dt>
3026
<dd>
31-
The Semantic Sensor Network Ontology Recommendation
32-
<br/><a href="https://w3c.github.io/sdw-sosa-ssn/ssn/">Editor's Draft</a>
33-
<br/><a href="https://www.w3.org/TR/vocab-ssn/">W3C Recommendation</a>
34-
35-
This is a working draft with both SSN and SOSA ontology source files, examples and the specification document.
36-
27+
RDF implementation of the core terms of the SSN Ontology — 2023 edition — in `sosa:` namespace
28+
</dd>
29+
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn/rdf/ontology/extensions">ssn/rdf/ontology/extensions</a></dt>
30+
<dd>
31+
RDF implementation of extensions to the SSN Ontology — documented in the (draft) Recommendation
32+
</dd>
33+
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn/rdf/ontology/alignments">ssn/rdf/ontology/alignments</a></dt>
34+
<dd>
35+
RDF implementation of alignments of the SSN Ontology to external ontologies — documented in the (draft) Recommendation
36+
</dd>
37+
<dt><a href="https://github.com/w3c/sdw-sosa-ssn/tree/gh-pages/ssn/rdf/examples">ssn/rdf/examples</a></dt>
38+
<dd>
39+
RDF examples of applications of the SSN Ontology
3740
</dd>
3841
</dl>
3942

4043
## How to provide comments
4144

4245
Comments are welcome as issues raised against this repository.
43-
WG members should use the primary <a href="mailto:public-sdw-wg@w3.org">public-sdw-wg@w3.org</a> mailing list [<a href="https://lists.w3.org/Archives/Public/public-sdw-wg/">archive</a>].
44-
46+
WG members should use the primary [public-sdw-wg@w3.org](mailto:public-sdw-wg@w3.org) mailing list [archive](https://lists.w3.org/Archives/Public/public-sdw-wg/).

ssn-extensions/config.js

Lines changed: 0 additions & 69 deletions
This file was deleted.
-81.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)