Skip to content

Commit

Permalink
Switch to w3id.org/ IRIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Mar 26, 2024
1 parent 43f743f commit d6b4faa
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 140 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
#-c 'comment-->http://www.w3.org/2000/01/rdf-schema#comment'

- name: Generate documentation
run: pylode -i build/oteio-inferred.ttl -o build/oteio.html -p ontdoc
#run: pylode -i build/oteio-inferred.ttl -o build/oteio.html -p ontdoc
run: |
pylode -i pipeline.ttl -o build/oteio.html -p ontdoc
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
6 changes: 3 additions & 3 deletions catalog-v001.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<group id="Folder Repository, directory=, recursive=true, Auto-Update=false, version=2" prefer="public" xml:base="">
<uri name="http://emmo.info/oteio/0.3.0" uri="./oteio.ttl"/>
<uri name="http://emmo.info/oteio/0.3.0/pipeline" uri="./pipeline.ttl"/>
<uri name="http://emmo.info/oteio/0.3.0/oteapi" uri="./oteapi.ttl"/>
<uri name="https://w3id.org/emmo/domain/oteio/0.4.0" uri="./oteio.ttl"/>
<uri name="https://w3id.org/emmo/domain/oteio/0.4.0/pipeline" uri="./pipeline.ttl"/>
<uri name="https://w3id.org/emmo/domain/oteio/0.4.0/oteapi" uri="./oteapi.ttl"/>
</group>
</catalog>
Loading

0 comments on commit d6b4faa

Please sign in to comment.