Skip to content

Commit 83bfcf8

Browse files
authored
forgot some ao s
1 parent 21f753d commit 83bfcf8

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/seed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
sed -i "s/^id:.*/id: ${{ github.event.inputs.ontology_id }}/" "$CONFIG_FILE"
7474
7575
# Replace uribase value
76-
sed -i "s|^uribase:.*|uribase: https://w3id.org/pmd/ao|" "$CONFIG_FILE"
76+
sed -i "s|^uribase:.*|uribase: https://w3id.org/pmd|" "$CONFIG_FILE"
7777
7878
# Replace uribase_suffix value
7979
sed -i "s/^uribase_suffix:.*/uribase_suffix: ${{ github.event.inputs.uribase_suffix }}/" "$CONFIG_FILE"

seed-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "My Application Ontology"
33
github_org: materialdigital
44
git_main_branch: main
55
repo: heat-treatment-application-ontology
6-
uribase: https://w3id.org/pmd/ao
6+
uribase: https://w3id.org/pmd
77
uribase_suffix: hto
88

99
release_artefacts:

src/ontology/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CONFIG_HASH= c1ff456b7c1ccd8972badcafa0835cc75d4ffbc1077607098d71
1919
# these can be overwritten on the command line
2020

2121
OBOBASE= http://purl.obolibrary.org/obo
22-
URIBASE= https://w3id.org/pmd/ao
22+
URIBASE= https://w3id.org/pmd
2323
ONT= hto
2424
ONTBASE= https://w3id.org/pmd/hto
2525
EDIT_FORMAT= owl
@@ -410,7 +410,7 @@ $(IMPORTDIR)/%_import.owl: $(MIRRORDIR)/%.owl $(IMPORTDIR)/%_terms.txt \
410410
remove $(foreach p, $(ANNOTATION_PROPERTIES), --term $(p)) \
411411
--term-file $(IMPORTDIR)/$*_terms.txt $(T_IMPORTSEED) \
412412
--select complement --select annotation-properties \
413-
odk:normalize --base-iri https://w3id.org/pmd/ao \
413+
odk:normalize --base-iri https://w3id.org/pmd \
414414
--subset-decls true --synonym-decls true \
415415
repair --merge-axiom-annotations true \
416416
$(ANNOTATE_CONVERT_FILE)
@@ -420,7 +420,7 @@ $(IMPORTDIR)/%_import.owl: $(MIRRORDIR)/%.owl $(IMPORTDIR)/%_terms.txt \
420420
## Module for ontology: pmdco (mirror)
421421
$(IMPORTDIR)/pmdco_import.owl: $(MIRRORDIR)/pmdco.owl | all_robot_plugins
422422
$(ROBOT) annotate --input $< --remove-annotations \
423-
odk:normalize --base-iri https://w3id.org/pmd/ao \
423+
odk:normalize --base-iri https://w3id.org/pmd \
424424
--subset-decls true --synonym-decls true \
425425
--add-source true \
426426
repair --merge-axiom-annotations true \
@@ -572,7 +572,7 @@ $(ONT)-simple.owl: $(EDIT_PREPROCESSED) $(OTHER_SRC) $(SIMPLESEED) $(IMPORT_FILE
572572
remove --axioms equivalent \
573573
filter --term-file $(SIMPLESEED) --select "annotations ontology anonymous self" --trim true --signature true \
574574
reduce -r $(REASONER) $(REDUCE_OPTIONS) \
575-
odk:normalize --base-iri https://w3id.org/pmd/ao --subset-decls true --synonym-decls true \
575+
odk:normalize --base-iri https://w3id.org/pmd --subset-decls true --synonym-decls true \
576576
repair --merge-axiom-annotations true \
577577
$(SHARED_ROBOT_COMMANDS) annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) --output $@.tmp.owl && mv $@.tmp.owl $@
578578
# ----------------------------------------

src/ontology/hto-odk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "My Application Ontology"
33
github_org: materialdigital
44
git_main_branch: main
55
repo: heat-treatment-application-ontology
6-
uribase: https://w3id.org/pmd/ao
6+
uribase: https://w3id.org/pmd
77
uribase_suffix: hto
88

99
release_artefacts:

src/ontology/hto.owl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
2-
<rdf:RDF xmlns="https://w3id.org/pmd/ao/hto.owl#"
3-
xml:base="https://w3id.org/pmd/ao/hto.owl"
2+
<rdf:RDF xmlns="https://w3id.org/pmd/hto.owl#"
3+
xml:base="https://w3id.org/pmd/hto.owl"
44
xmlns:co="https://w3id.org/pmd/co/"
55
xmlns:dc="http://purl.org/dc/elements/1.1/"
66
xmlns:obo="http://purl.obolibrary.org/obo/"
@@ -13,7 +13,7 @@
1313
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
1414
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
1515
xmlns:terms="http://purl.org/dc/terms/">
16-
<owl:Ontology rdf:about="https://w3id.org/pmd/ao/hto.owl">
16+
<owl:Ontology rdf:about="https://w3id.org/pmd/hto.owl">
1717
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2025-11-11/hto.owl"/>
1818
<terms:contributor>Jannis Grundmann</terms:contributor>
1919
<terms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>

src/ontology/hto.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@prefix : <https://w3id.org/pmd/ao/hto.ttl#> .
1+
@prefix : <https://w3id.org/pmd/hto.ttl#> .
22
@prefix co: <https://w3id.org/pmd/co/> .
33
@prefix dc: <http://purl.org/dc/elements/1.1/> .
44
@prefix obo: <http://purl.obolibrary.org/obo/> .
@@ -11,9 +11,9 @@
1111
@prefix swrl: <http://www.w3.org/2003/11/swrl#> .
1212
@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .
1313
@prefix terms: <http://purl.org/dc/terms/> .
14-
@base <https://w3id.org/pmd/ao/hto.ttl> .
14+
@base <https://w3id.org/pmd/hto.ttl> .
1515

16-
<https://w3id.org/pmd/ao/hto.ttl> rdf:type owl:Ontology ;
16+
<https://w3id.org/pmd/hto.ttl> rdf:type owl:Ontology ;
1717
owl:versionIRI <https://w3id.org/pmd/hto/releases/2025-11-11/hto.ttl> ;
1818
terms:contributor "Jannis Grundmann" ;
1919
terms:creator <https://orcid.org/0000-0002-9014-2920> ,

0 commit comments

Comments
 (0)