Skip to content

Commit 7e6f07f

Browse files
turbomamclaude
andcommitted
Fix ontology metadata: real creators/contributors, honest description, DC cleanup
Credit (verified ORCIDs/emails, roles per maintainer decision): - creator/lead: Mark Andrew Miller (0000-0001-9076-6066) - contributors: Marcin P. Joachimiak (0000-0001-8175-045X), Christopher J. Mungall (0000-0002-6601-2165) Applied per field, each datum only where the field expects it: - metpo-edit.owl header: dcterms:creator/contributor now carry ORCID IRIs (replacing the placeholder string "METPO Development Team"); names are not crammed in here. - metpo-odk.yaml: creators/contributors hold names only; contact holds email. - pyproject.toml: authors + maintainers (name + email keys). - CITATION.cff (new): given/family names, ORCID, email, affiliation each in their own field. Honest description (all three places): drops the unsupported "follows OBO Foundry conventions" and "reuses terms from ... CHEBI, NCBITaxon" claims (CHEBI=1 ref, NCBITaxon=0 in the actual content). States what METPO actually does: harmonizes trait-database terminology, uses OBO-style annotation patterns, and cites OMP/MicrO/GO/ECOCORE/PATO as definition sources (the ontologies actually referenced). DC namespace cleanup: - Drop the declared-but-unused dce: prefix (deprecated DC Elements 1.1 namespace; the repo's dc-properties-violation QC check already bans its use). All DC properties remain correctly bound to dcterms: (http://purl.org/dc/terms/). - Drop dcterms:modified (hand-maintained, contradicted the automated versionIRI/versionInfo). dcterms:issued retained as first-release date. Artifacts rebuilt. make test passes: 0 ROBOT errors, 5/5 SPARQL, OWL 2 DL valid. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a9bc302 commit 7e6f07f

14 files changed

Lines changed: 113 additions & 121 deletions

CITATION.cff

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
cff-version: 1.2.0
2+
message: "If you use METPO, please cite it using these metadata."
3+
title: "METPO: Microbial Ecophysiological Trait and Phenotype Ontology"
4+
abstract: >-
5+
METPO provides terms for microbial ecophysiological traits and phenotypes:
6+
growth preferences (temperature, pH, salinity, oxygen), metabolism, and cell
7+
morphology of bacteria and archaea. Its primary purpose is to harmonize
8+
terminology across major microbial trait databases (BacDive, BactoTraits,
9+
Madin bacteria_archaea_traits, MetaTraits) for use in NMDC and KG-Microbe.
10+
type: dataset
11+
authors:
12+
- given-names: "Mark Andrew"
13+
family-names: "Miller"
14+
orcid: "https://orcid.org/0000-0001-9076-6066"
15+
email: "MAM@lbl.gov"
16+
affiliation: "Lawrence Berkeley National Laboratory"
17+
- given-names: "Marcin P."
18+
family-names: "Joachimiak"
19+
orcid: "https://orcid.org/0000-0001-8175-045X"
20+
email: "mjoachimiak@lbl.gov"
21+
affiliation: "Lawrence Berkeley National Laboratory"
22+
- given-names: "Christopher J."
23+
family-names: "Mungall"
24+
orcid: "https://orcid.org/0000-0002-6601-2165"
25+
email: "cjmungall@lbl.gov"
26+
affiliation: "Lawrence Berkeley National Laboratory"
27+
license: "CC-BY-4.0"
28+
repository-code: "https://github.com/berkeleybop/metpo"
29+
url: "https://w3id.org/metpo"

metpo-base.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
"val" : "http://purl.obolibrary.org/obo/IAO_8000001"
88
}, {
99
"pred" : "http://purl.org/dc/terms/contributor",
10-
"val" : "https://orcid.org/0000-0001-9076-6066"
10+
"val" : "https://orcid.org/0000-0001-8175-045X"
11+
}, {
12+
"pred" : "http://purl.org/dc/terms/contributor",
13+
"val" : "https://orcid.org/0000-0002-6601-2165"
1114
}, {
1215
"pred" : "http://purl.org/dc/terms/creator",
13-
"val" : "METPO Development Team"
16+
"val" : "https://orcid.org/0000-0001-9076-6066"
1417
}, {
1518
"pred" : "http://purl.org/dc/terms/description",
16-
"val" : "METPO provides standardized terms for the phenotypic traits, growth conditions, metabolic capabilities, and morphology of bacteria and archaea. It integrates heterogeneous microbial trait resources (BactoTraits, BacDive, Madin et al.) and supports knowledge-graph and literature-mining workflows in projects such as KG-Microbe. METPO follows OBO Foundry conventions and reuses terms from PATO, GO, CHEBI, NCBITaxon, and related ontologies where possible."
19+
"val" : "METPO provides terms for microbial ecophysiological traits and phenotypes: growth preferences (temperature, pH, salinity, oxygen), metabolism, and cell morphology of bacteria and archaea. Its primary purpose is to harmonize terminology across major microbial trait databases (BacDive, BactoTraits, Madin bacteria_archaea_traits, MetaTraits) for use in NMDC and KG-Microbe. METPO uses OBO-style annotation patterns (IAO textual definitions, oboInOwl synonyms) and cites terms from OMP, MicrO, GO, ECOCORE, and PATO as definition sources."
1720
}, {
1821
"pred" : "http://purl.org/dc/terms/issued",
1922
"val" : "2024-01-01"
2023
}, {
2124
"pred" : "http://purl.org/dc/terms/license",
2225
"val" : "https://creativecommons.org/licenses/by/4.0/"
23-
}, {
24-
"pred" : "http://purl.org/dc/terms/modified",
25-
"val" : "2026-05-18"
2626
}, {
2727
"pred" : "http://purl.org/dc/terms/title",
2828
"val" : "METPO: Microbial Ecophysiological Trait and Phenotype Ontology"
@@ -37,9 +37,9 @@
3737
"val" : "https://github.com/berkeleybop/metpo"
3838
}, {
3939
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
40-
"val" : "2026-06-04"
40+
"val" : "2026-06-05"
4141
} ],
42-
"version" : "https://w3id.org/metpo/releases/2026-06-04/metpo-base.json"
42+
"version" : "https://w3id.org/metpo/releases/2026-06-05/metpo-base.json"
4343
},
4444
"nodes" : [ {
4545
"id" : "http://www.geneontology.org/formats/oboInOwl#ObsoleteClass",
@@ -24194,10 +24194,6 @@
2419424194
"id" : "http://purl.org/dc/terms/license",
2419524195
"type" : "PROPERTY",
2419624196
"propertyType" : "ANNOTATION"
24197-
}, {
24198-
"id" : "http://purl.org/dc/terms/modified",
24199-
"type" : "PROPERTY",
24200-
"propertyType" : "ANNOTATION"
2420124197
}, {
2420224198
"id" : "http://purl.org/dc/terms/title",
2420324199
"type" : "PROPERTY",

metpo-base.obo

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
format-version: 1.2
2-
data-version: https://w3id.org/metpo/releases/2026-06-04/metpo-base.owl
3-
idspace: dce http://purl.org/dc/elements/1.1/
2+
data-version: https://w3id.org/metpo/releases/2026-06-05/metpo-base.owl
3+
idspace: dc http://purl.org/dc/elements/1.1/
44
idspace: dcterms http://purl.org/dc/terms/
55
idspace: metpo https://w3id.org/metpo/
66
idspace: oboInOwl http://www.geneontology.org/formats/oboInOwl#
77
idspace: qudt http://qudt.org/schema/qudt/
88
idspace: skos http://www.w3.org/2004/02/skos/core#
99
ontology: https://w3id.org/metpo/metpo-base.owl
10-
property_value: dce:type IAO:8000001
11-
property_value: dcterms:contributor https://orcid.org/0000-0001-9076-6066
12-
property_value: dcterms:creator "METPO Development Team" xsd:string
13-
property_value: dcterms:description "METPO provides standardized terms for the phenotypic traits, growth conditions, metabolic capabilities, and morphology of bacteria and archaea. It integrates heterogeneous microbial trait resources (BactoTraits, BacDive, Madin et al.) and supports knowledge-graph and literature-mining workflows in projects such as KG-Microbe. METPO follows OBO Foundry conventions and reuses terms from PATO, GO, CHEBI, NCBITaxon, and related ontologies where possible." xsd:string
10+
property_value: dc:type IAO:8000001
11+
property_value: dcterms:contributor https://orcid.org/0000-0001-8175-045X
12+
property_value: dcterms:contributor https://orcid.org/0000-0002-6601-2165
13+
property_value: dcterms:creator https://orcid.org/0000-0001-9076-6066
14+
property_value: dcterms:description "METPO provides terms for microbial ecophysiological traits and phenotypes: growth preferences (temperature, pH, salinity, oxygen), metabolism, and cell morphology of bacteria and archaea. Its primary purpose is to harmonize terminology across major microbial trait databases (BacDive, BactoTraits, Madin bacteria_archaea_traits, MetaTraits) for use in NMDC and KG-Microbe. METPO uses OBO-style annotation patterns (IAO textual definitions, oboInOwl synonyms) and cites terms from OMP, MicrO, GO, ECOCORE, and PATO as definition sources." xsd:string
1415
property_value: dcterms:issued "2024-01-01" xsd:string
1516
property_value: dcterms:license https://creativecommons.org/licenses/by/4.0/
16-
property_value: dcterms:modified "2026-05-18" xsd:string
1717
property_value: dcterms:title "METPO: Microbial Ecophysiological Trait and Phenotype Ontology" xsd:string
18-
property_value: owl:versionInfo "2026-06-04" xsd:string
18+
property_value: owl:versionInfo "2026-06-05" xsd:string
1919
property_value: seeAlso https://bioportal.bioontology.org/ontologies/METPO
2020
property_value: seeAlso https://bioregistry.io/registry/metpo
2121
property_value: seeAlso https://github.com/berkeleybop/metpo

metpo-base.owl

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<rdf:RDF xmlns="https://w3id.org/metpo/metpo-base.owl#"
33
xml:base="https://w3id.org/metpo/metpo-base.owl"
4+
xmlns:dc="http://purl.org/dc/elements/1.1/"
45
xmlns:IAO="http://purl.obolibrary.org/obo/IAO_"
5-
xmlns:dce="http://purl.org/dc/elements/1.1/"
66
xmlns:obo="http://purl.obolibrary.org/obo/"
77
xmlns:owl="http://www.w3.org/2002/07/owl#"
88
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -15,19 +15,19 @@
1515
xmlns:dcterms="http://purl.org/dc/terms/"
1616
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1717
<owl:Ontology rdf:about="https://w3id.org/metpo/metpo-base.owl">
18-
<owl:versionIRI rdf:resource="https://w3id.org/metpo/releases/2026-06-04/metpo-base.owl"/>
19-
<dce:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
20-
<dcterms:contributor rdf:resource="https://orcid.org/0000-0001-9076-6066"/>
21-
<dcterms:creator>METPO Development Team</dcterms:creator>
22-
<dcterms:description>METPO provides standardized terms for the phenotypic traits, growth conditions, metabolic capabilities, and morphology of bacteria and archaea. It integrates heterogeneous microbial trait resources (BactoTraits, BacDive, Madin et al.) and supports knowledge-graph and literature-mining workflows in projects such as KG-Microbe. METPO follows OBO Foundry conventions and reuses terms from PATO, GO, CHEBI, NCBITaxon, and related ontologies where possible.</dcterms:description>
18+
<owl:versionIRI rdf:resource="https://w3id.org/metpo/releases/2026-06-05/metpo-base.owl"/>
19+
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
20+
<dcterms:contributor rdf:resource="https://orcid.org/0000-0001-8175-045X"/>
21+
<dcterms:contributor rdf:resource="https://orcid.org/0000-0002-6601-2165"/>
22+
<dcterms:creator rdf:resource="https://orcid.org/0000-0001-9076-6066"/>
23+
<dcterms:description>METPO provides terms for microbial ecophysiological traits and phenotypes: growth preferences (temperature, pH, salinity, oxygen), metabolism, and cell morphology of bacteria and archaea. Its primary purpose is to harmonize terminology across major microbial trait databases (BacDive, BactoTraits, Madin bacteria_archaea_traits, MetaTraits) for use in NMDC and KG-Microbe. METPO uses OBO-style annotation patterns (IAO textual definitions, oboInOwl synonyms) and cites terms from OMP, MicrO, GO, ECOCORE, and PATO as definition sources.</dcterms:description>
2324
<dcterms:issued>2024-01-01</dcterms:issued>
2425
<dcterms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
25-
<dcterms:modified>2026-05-18</dcterms:modified>
2626
<dcterms:title>METPO: Microbial Ecophysiological Trait and Phenotype Ontology</dcterms:title>
2727
<rdfs:seeAlso rdf:resource="https://bioportal.bioontology.org/ontologies/METPO"/>
2828
<rdfs:seeAlso rdf:resource="https://bioregistry.io/registry/metpo"/>
2929
<rdfs:seeAlso rdf:resource="https://github.com/berkeleybop/metpo"/>
30-
<owl:versionInfo>2026-06-04</owl:versionInfo>
30+
<owl:versionInfo>2026-06-05</owl:versionInfo>
3131
</owl:Ontology>
3232

3333

@@ -109,12 +109,6 @@
109109

110110

111111

112-
<!-- http://purl.org/dc/terms/modified -->
113-
114-
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
115-
116-
117-
118112
<!-- http://purl.org/dc/terms/title -->
119113

120114
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>

metpo-full.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"meta" : {
55
"basicPropertyValues" : [ {
66
"pred" : "http://purl.org/dc/terms/contributor",
7-
"val" : "https://orcid.org/0000-0001-9076-6066"
7+
"val" : "https://orcid.org/0000-0001-8175-045X"
8+
}, {
9+
"pred" : "http://purl.org/dc/terms/contributor",
10+
"val" : "https://orcid.org/0000-0002-6601-2165"
811
}, {
912
"pred" : "http://purl.org/dc/terms/creator",
10-
"val" : "METPO Development Team"
13+
"val" : "https://orcid.org/0000-0001-9076-6066"
1114
}, {
1215
"pred" : "http://purl.org/dc/terms/description",
13-
"val" : "METPO provides standardized terms for the phenotypic traits, growth conditions, metabolic capabilities, and morphology of bacteria and archaea. It integrates heterogeneous microbial trait resources (BactoTraits, BacDive, Madin et al.) and supports knowledge-graph and literature-mining workflows in projects such as KG-Microbe. METPO follows OBO Foundry conventions and reuses terms from PATO, GO, CHEBI, NCBITaxon, and related ontologies where possible."
16+
"val" : "METPO provides terms for microbial ecophysiological traits and phenotypes: growth preferences (temperature, pH, salinity, oxygen), metabolism, and cell morphology of bacteria and archaea. Its primary purpose is to harmonize terminology across major microbial trait databases (BacDive, BactoTraits, Madin bacteria_archaea_traits, MetaTraits) for use in NMDC and KG-Microbe. METPO uses OBO-style annotation patterns (IAO textual definitions, oboInOwl synonyms) and cites terms from OMP, MicrO, GO, ECOCORE, and PATO as definition sources."
1417
}, {
1518
"pred" : "http://purl.org/dc/terms/issued",
1619
"val" : "2024-01-01"
1720
}, {
1821
"pred" : "http://purl.org/dc/terms/license",
1922
"val" : "https://creativecommons.org/licenses/by/4.0/"
20-
}, {
21-
"pred" : "http://purl.org/dc/terms/modified",
22-
"val" : "2026-05-18"
2323
}, {
2424
"pred" : "http://purl.org/dc/terms/title",
2525
"val" : "METPO: Microbial Ecophysiological Trait and Phenotype Ontology"
@@ -34,9 +34,9 @@
3434
"val" : "https://github.com/berkeleybop/metpo"
3535
}, {
3636
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
37-
"val" : "2026-06-04"
37+
"val" : "2026-06-05"
3838
} ],
39-
"version" : "https://w3id.org/metpo/releases/2026-06-04/metpo-full.json"
39+
"version" : "https://w3id.org/metpo/releases/2026-06-05/metpo-full.json"
4040
},
4141
"nodes" : [ {
4242
"id" : "http://www.geneontology.org/formats/oboInOwl#ObsoleteClass",
@@ -24193,10 +24193,6 @@
2419324193
"lbl" : "license",
2419424194
"type" : "PROPERTY",
2419524195
"propertyType" : "ANNOTATION"
24196-
}, {
24197-
"id" : "http://purl.org/dc/terms/modified",
24198-
"type" : "PROPERTY",
24199-
"propertyType" : "ANNOTATION"
2420024196
}, {
2420124197
"id" : "http://purl.org/dc/terms/title",
2420224198
"lbl" : "title",

metpo-full.obo

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
format-version: 1.2
2-
data-version: https://w3id.org/metpo/releases/2026-06-04/metpo-full.owl
3-
idspace: dce http://purl.org/dc/elements/1.1/
2+
data-version: https://w3id.org/metpo/releases/2026-06-05/metpo-full.owl
43
idspace: dcterms http://purl.org/dc/terms/
54
idspace: metpo https://w3id.org/metpo/
65
idspace: oboInOwl http://www.geneontology.org/formats/oboInOwl#
76
idspace: qudt http://qudt.org/schema/qudt/
87
idspace: skos http://www.w3.org/2004/02/skos/core#
98
ontology: https://w3id.org/metpo/metpo-full.owl
10-
property_value: dcterms:contributor https://orcid.org/0000-0001-9076-6066
11-
property_value: dcterms:creator "METPO Development Team" xsd:string
12-
property_value: dcterms:description "METPO provides standardized terms for the phenotypic traits, growth conditions, metabolic capabilities, and morphology of bacteria and archaea. It integrates heterogeneous microbial trait resources (BactoTraits, BacDive, Madin et al.) and supports knowledge-graph and literature-mining workflows in projects such as KG-Microbe. METPO follows OBO Foundry conventions and reuses terms from PATO, GO, CHEBI, NCBITaxon, and related ontologies where possible." xsd:string
9+
property_value: dcterms:contributor https://orcid.org/0000-0001-8175-045X
10+
property_value: dcterms:contributor https://orcid.org/0000-0002-6601-2165
11+
property_value: dcterms:creator https://orcid.org/0000-0001-9076-6066
12+
property_value: dcterms:description "METPO provides terms for microbial ecophysiological traits and phenotypes: growth preferences (temperature, pH, salinity, oxygen), metabolism, and cell morphology of bacteria and archaea. Its primary purpose is to harmonize terminology across major microbial trait databases (BacDive, BactoTraits, Madin bacteria_archaea_traits, MetaTraits) for use in NMDC and KG-Microbe. METPO uses OBO-style annotation patterns (IAO textual definitions, oboInOwl synonyms) and cites terms from OMP, MicrO, GO, ECOCORE, and PATO as definition sources." xsd:string
1313
property_value: dcterms:issued "2024-01-01" xsd:string
1414
property_value: dcterms:license https://creativecommons.org/licenses/by/4.0/
15-
property_value: dcterms:modified "2026-05-18" xsd:string
1615
property_value: dcterms:title "METPO: Microbial Ecophysiological Trait and Phenotype Ontology" xsd:string
17-
property_value: owl:versionInfo "2026-06-04" xsd:string
16+
property_value: owl:versionInfo "2026-06-05" xsd:string
1817
property_value: seeAlso https://bioportal.bioontology.org/ontologies/METPO
1918
property_value: seeAlso https://bioregistry.io/registry/metpo
2019
property_value: seeAlso https://github.com/berkeleybop/metpo

metpo-full.owl

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<rdf:RDF xmlns="https://w3id.org/metpo/metpo-full.owl#"
33
xml:base="https://w3id.org/metpo/metpo-full.owl"
44
xmlns:IAO="http://purl.obolibrary.org/obo/IAO_"
5-
xmlns:dce="http://purl.org/dc/elements/1.1/"
65
xmlns:obo="http://purl.obolibrary.org/obo/"
76
xmlns:owl="http://www.w3.org/2002/07/owl#"
87
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -15,18 +14,18 @@
1514
xmlns:dcterms="http://purl.org/dc/terms/"
1615
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1716
<owl:Ontology rdf:about="https://w3id.org/metpo/metpo-full.owl">
18-
<owl:versionIRI rdf:resource="https://w3id.org/metpo/releases/2026-06-04/metpo-full.owl"/>
19-
<dcterms:contributor rdf:resource="https://orcid.org/0000-0001-9076-6066"/>
20-
<dcterms:creator>METPO Development Team</dcterms:creator>
21-
<dcterms:description>METPO provides standardized terms for the phenotypic traits, growth conditions, metabolic capabilities, and morphology of bacteria and archaea. It integrates heterogeneous microbial trait resources (BactoTraits, BacDive, Madin et al.) and supports knowledge-graph and literature-mining workflows in projects such as KG-Microbe. METPO follows OBO Foundry conventions and reuses terms from PATO, GO, CHEBI, NCBITaxon, and related ontologies where possible.</dcterms:description>
17+
<owl:versionIRI rdf:resource="https://w3id.org/metpo/releases/2026-06-05/metpo-full.owl"/>
18+
<dcterms:contributor rdf:resource="https://orcid.org/0000-0001-8175-045X"/>
19+
<dcterms:contributor rdf:resource="https://orcid.org/0000-0002-6601-2165"/>
20+
<dcterms:creator rdf:resource="https://orcid.org/0000-0001-9076-6066"/>
21+
<dcterms:description>METPO provides terms for microbial ecophysiological traits and phenotypes: growth preferences (temperature, pH, salinity, oxygen), metabolism, and cell morphology of bacteria and archaea. Its primary purpose is to harmonize terminology across major microbial trait databases (BacDive, BactoTraits, Madin bacteria_archaea_traits, MetaTraits) for use in NMDC and KG-Microbe. METPO uses OBO-style annotation patterns (IAO textual definitions, oboInOwl synonyms) and cites terms from OMP, MicrO, GO, ECOCORE, and PATO as definition sources.</dcterms:description>
2222
<dcterms:issued>2024-01-01</dcterms:issued>
2323
<dcterms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
24-
<dcterms:modified>2026-05-18</dcterms:modified>
2524
<dcterms:title>METPO: Microbial Ecophysiological Trait and Phenotype Ontology</dcterms:title>
2625
<rdfs:seeAlso rdf:resource="https://bioportal.bioontology.org/ontologies/METPO"/>
2726
<rdfs:seeAlso rdf:resource="https://bioregistry.io/registry/metpo"/>
2827
<rdfs:seeAlso rdf:resource="https://github.com/berkeleybop/metpo"/>
29-
<owl:versionInfo>2026-06-04</owl:versionInfo>
28+
<owl:versionInfo>2026-06-05</owl:versionInfo>
3029
</owl:Ontology>
3130

3231

@@ -112,12 +111,6 @@
112111

113112

114113

115-
<!-- http://purl.org/dc/terms/modified -->
116-
117-
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
118-
119-
120-
121114
<!-- http://purl.org/dc/terms/title -->
122115

123116
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title">

0 commit comments

Comments
 (0)