Skip to content

Commit da19782

Browse files
authored
forgot some ao s
1 parent 726122d commit da19782

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

seed/tto-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Tensile Test Ontology"
33
github_org: materialdigital
44
git_main_branch: main
55
repo: tensile-test-ontology
6-
uribase: https://w3id.org/pmd/ao
6+
uribase: https://w3id.org/pmd
77
uribase_suffix: tto
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= 52dcf35a1c66087d45fa1f9b557a4c7676f0414cb7b9e52f01ce
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= tto
2424
ONTBASE= https://w3id.org/pmd/tto
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/tto-odk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Tensile Test Ontology"
33
github_org: materialdigital
44
git_main_branch: main
55
repo: tensile-test-ontology
6-
uribase: https://w3id.org/pmd/ao
6+
uribase: https://w3id.org/pmd
77
uribase_suffix: tto
88

99
release_artefacts:

src/ontology/tto.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/tto.owl#"
3-
xml:base="https://w3id.org/pmd/ao/tto.owl"
2+
<rdf:RDF xmlns="https://w3id.org/pmd/tto.owl#"
3+
xml:base="https://w3id.org/pmd/tto.owl"
44
xmlns:dce="http://purl.org/dc/elements/1.1/"
55
xmlns:obo="http://purl.obolibrary.org/obo/"
66
xmlns:owl="http://www.w3.org/2002/07/owl#"
@@ -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:dcterms="http://purl.org/dc/terms/">
16-
<owl:Ontology rdf:about="https://w3id.org/pmd/ao/tto.owl">
16+
<owl:Ontology rdf:about="https://w3id.org/pmd/tto.owl">
1717
<owl:versionIRI rdf:resource="https://w3id.org/pmd/tto/releases/2025-11-11/tto.owl"/>
1818
<dcterms:contributor>https://orcid.org/0000-0003-1649-6832</dcterms:contributor>
1919
<dcterms:creator rdf:resource="https://orcid.org/0000-0001-7192-7143"/>

src/ontology/tto.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/tto.ttl#> .
1+
@prefix : <https://w3id.org/pmd/tto.ttl#> .
22
@prefix dce: <http://purl.org/dc/elements/1.1/> .
33
@prefix obo: <http://purl.obolibrary.org/obo/> .
44
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -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 dcterms: <http://purl.org/dc/terms/> .
14-
@base <https://w3id.org/pmd/ao/tto.ttl> .
14+
@base <https://w3id.org/pmd/tto.ttl> .
1515

16-
<https://w3id.org/pmd/ao/tto.ttl> rdf:type owl:Ontology ;
16+
<https://w3id.org/pmd/tto.ttl> rdf:type owl:Ontology ;
1717
owl:versionIRI <https://w3id.org/pmd/tto/releases/2025-11-11/tto.ttl> ;
1818
dcterms:contributor "https://orcid.org/0000-0003-1649-6832" ;
1919
dcterms:creator <https://orcid.org/0000-0001-7192-7143> ,

0 commit comments

Comments
 (0)