Skip to content

Commit

Permalink
Merge pull request #13 from Research-Squirrel-Engineers/master
Browse files Browse the repository at this point in the history
Bugfixes for AtlantGIS linked data set
  • Loading branch information
kacebe authored Nov 27, 2021
2 parents 2a60ba1 + f881690 commit 1c44e52
Show file tree
Hide file tree
Showing 12 changed files with 2,535 additions and 2,415 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Ontology Documentation CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Create Ontology Documentation 🔧
run: |
sudo apt-get install python3 python3-setuptools -y
sudo apt-get install gcc libpq-dev -y
sudo apt-get install python-dev -y
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel -y
sudo pip3 install wheel pylode
mkdir docs
cd docs
pylode -i ../linkeddata/ontology/atlantgis.owl -o index
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/
502 changes: 280 additions & 222 deletions linkeddata/ontology/atlantgis.owl

Large diffs are not rendered by default.

1,708 changes: 854 additions & 854 deletions linkeddata/rdf/archaeological_sites.ttl

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions linkeddata/rdf/finds.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# on 2019-11-28 23:38
# by python script

PREFIX atlantgis: <http://atlantgis.squirrel.link/ontology#>
PREFIX site: <http://atlantgis.squirrel.link/site#>
PREFIX find: <http://atlantgis.squirrel.link/find#>
PREFIX vesseltype: <http://atlantgis.squirrel.link/vesseltype#>
PREFIX atlantgis: <http://atlantgis.squirrel.link/ontology/>
PREFIX site: <http://atlantgis.squirrel.link/data/site/>
PREFIX find: <http://atlantgis.squirrel.link/data/find/>
PREFIX vesseltype: <http://atlantgis.squirrel.link/data/vesseltype/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
Expand Down Expand Up @@ -2326,4 +2326,3 @@ find:135 atlantgis:minD_H '32.0'.
find:135 atlantgis:maxD '34.0'.
find:135 atlantgis:maxD_H '13.0'.
find:135 atlantgis:bodenD '15.5'.

23 changes: 13 additions & 10 deletions linkeddata/rdf/kuestenlinie.ttl

Large diffs are not rendered by default.

419 changes: 226 additions & 193 deletions linkeddata/rdf/landtype.ttl

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions linkeddata/rdf/periods.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# on 2019-11-27 08:16
# by python script

PREFIX atlantgis: <http://atlantgis.squirrel.link/ontology#>
PREFIX period: <http://atlantgis.squirrel.link/period#>
PREFIX atlantgis: <http://atlantgis.squirrel.link/ontology/>
PREFIX period: <http://atlantgis.squirrel.link/data/period/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
Expand Down
248 changes: 124 additions & 124 deletions linkeddata/rdf/resources.ttl

Large diffs are not rendered by default.

260 changes: 130 additions & 130 deletions linkeddata/rdf/sites.ttl

Large diffs are not rendered by default.

1,626 changes: 813 additions & 813 deletions linkeddata/rdf/streams.ttl

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions linkeddata/rdf/vesseltypes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# on 2019-11-28 22:50
# by python script

PREFIX atlantgis: <http://atlantgis.squirrel.link/ontology#>
PREFIX vesseltype: <http://atlantgis.squirrel.link/vesseltype#>
PREFIX atlantgis: <http://atlantgis.squirrel.link/ontology/>
PREFIX vesseltype: <http://atlantgis.squirrel.link/data/vesseltype/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
Expand Down
120 changes: 60 additions & 60 deletions linkeddata/rdf/voronoi.ttl

Large diffs are not rendered by default.

0 comments on commit 1c44e52

Please sign in to comment.