Skip to content

Commit dd04eb9

Browse files
updated ontology
1 parent 75f421c commit dd04eb9

19 files changed

Lines changed: 539 additions & 58 deletions

src/metadata/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Metadata files for the OBO Library
2+
3+
* [tto.yml](tto.yml)
4+
* Determines how your purl.obolibrary.org/obo/tto/ redirects will be handled
5+
* Go here: https://github.com/OBOFoundry/purl.obolibrary.org/tree/master/config
6+
* Click [New File](https://github.com/OBOFoundry/purl.obolibrary.org/new/master/config)
7+
* Paste in the contents of [tto.yml](tto.yml)
8+
* Click "Commit new file"
9+
* IMPORTANT: remember to make a pull request
10+
* An OBO admin will merge your Pull Request *providing it meets the requirements of the OBO library*
11+
* [tto.md](tto.md)
12+
* Determines how your metadata is shown on OBO Library, OLS and AberOWL
13+
* Go here: https://github.com/OBOFoundry/OBOFoundry.github.io/tree/master/ontology
14+
* Click [New File](https://github.com/OBOFoundry/OBOFoundry.github.io/new/master/ontology)
15+
* Paste in the contents of [tto.md](tto.md)
16+
* Click "Commit new file"
17+
* IMPORTANT: remember to make a pull request
18+
* An OBO admin will merge your Pull Request *providing it meets the requirements of the OBO library*
19+
20+
For more background see:
21+
22+
* http://obofoundry.org/
23+
* http://obofoundry.org/faq/how-do-i-edit-metadata.html
24+

src/metadata/tto.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: ontology_detail
3+
id: tto
4+
title: Tensile Test Ontology
5+
jobs:
6+
- id: https://travis-ci.org/materialdigital/tensile-test-ontology
7+
type: travis-ci
8+
build:
9+
checkout: git clone https://github.com/materialdigital/tensile-test-ontology.git
10+
system: git
11+
path: "."
12+
contact:
13+
email:
14+
label:
15+
github:
16+
description: Tensile Test Ontology is an ontology...
17+
domain: stuff
18+
homepage: https://github.com/materialdigital/tensile-test-ontology
19+
products:
20+
- id: tto.owl
21+
name: "Tensile Test Ontology main release in OWL format"
22+
- id: tto.obo
23+
name: "Tensile Test Ontology additional release in OBO format"
24+
- id: tto.json
25+
name: "Tensile Test Ontology additional release in OBOJSon format"
26+
- id: tto/tto-base.owl
27+
name: "Tensile Test Ontology main release in OWL format"
28+
- id: tto/tto-base.obo
29+
name: "Tensile Test Ontology additional release in OBO format"
30+
- id: tto/tto-base.json
31+
name: "Tensile Test Ontology additional release in OBOJSon format"
32+
dependencies:
33+
- id: pmdco
34+
- id: nfdicore
35+
tracker: https://github.com/materialdigital/tensile-test-ontology/issues
36+
license:
37+
url: http://creativecommons.org/licenses/by/3.0/
38+
label: CC-BY
39+
activity_status: active
40+
---
41+
42+
Enter a detailed description of your ontology here. You can use arbitrary markdown and HTML.
43+
You can also embed images too.
44+

src/metadata/tto.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# PURL configuration for http://purl.obolibrary.org/obo/tto
2+
3+
idspace: TTO
4+
base_url: /obo/tto
5+
6+
products:
7+
- tto.owl: https://raw.githubusercontent.com/materialdigital/tensile-test-ontology/main/tto.owl
8+
- tto.obo: https://raw.githubusercontent.com/materialdigital/tensile-test-ontology/main/tto.obo
9+
10+
term_browser: ontobee
11+
example_terms:
12+
- TTO_0000000
13+
14+
entries:
15+
16+
- prefix: /releases/
17+
replacement: https://raw.githubusercontent.com/materialdigital/tensile-test-ontology/v
18+
19+
- prefix: /tracker/
20+
replacement: https://github.com/materialdigital/tensile-test-ontology/issues
21+
22+
- prefix: /about/
23+
replacement: http://www.ontobee.org/ontology/TTO?iri=http://purl.obolibrary.org/obo/
24+
25+
## generic fall-through, serve direct from github by default
26+
- prefix: /
27+
replacement: https://raw.githubusercontent.com/materialdigital/tensile-test-ontology/main/
28+

src/ontology/imports/nfdicore_import.owl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
77

88

99
Ontology(<https://w3id.org/pmd/tto/imports/nfdicore_import.owl>
10-
<https://w3id.org/pmd/tto/releases/2026-03-30/imports/nfdicore_import.owl>
10+
<https://w3id.org/pmd/tto/releases/2026-04-01/imports/nfdicore_import.owl>
1111
Annotation(<http://purl.org/dc/elements/1.1/source> <https://nfdi.fiz-karlsruhe.de/ontology/3.0.4>)
12-
Annotation(owl:versionInfo "2026-03-30")
12+
Annotation(owl:versionInfo "2026-04-01")
1313

1414
Declaration(Class(<http://purl.obolibrary.org/obo/BFO_0000030>))
1515
Declaration(Class(<http://purl.obolibrary.org/obo/IAO_0000027>))

src/ontology/imports/pmdco_import.owl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Prefix(oboInOwl:=<http://www.geneontology.org/formats/oboInOwl#>)
1616

1717

1818
Ontology(<https://w3id.org/pmd/tto/imports/pmdco_import.owl>
19-
<https://w3id.org/pmd/tto/releases/2026-03-30/imports/pmdco_import.owl>
19+
<https://w3id.org/pmd/tto/releases/2026-04-01/imports/pmdco_import.owl>
2020
Annotation(dc:source <https://w3id.org/pmd/co/3.0.0>)
21-
Annotation(owl:versionInfo "2026-03-30")
21+
Annotation(owl:versionInfo "2026-04-01")
2222

2323
Declaration(Class(obo:BFO_0000001))
2424
Declaration(Class(obo:BFO_0000002))
@@ -4005,7 +4005,7 @@ AnnotationAssertion(skos:example co:PMD_0000053 "The process of melting aluminum
40054005
SubClassOf(co:PMD_0000053 obo:COB_0000035)
40064006
SubClassOf(co:PMD_0000053 ObjectIntersectionOf(co:PMD_0000547 ObjectSomeValuesFrom(obo:OBI_0000293 obo:BFO_0000040) ObjectSomeValuesFrom(obo:OBI_0000299 co:PMD_0020139)))
40074007

4008-
# Class: co:PMD_0000054 (heating function)
4008+
# Class: co:PMD_0000054 (Heizfunktion)
40094009

40104010
AnnotationAssertion(rdfs:label co:PMD_0000054 "Heizfunktion"@de)
40114011
AnnotationAssertion(rdfs:label co:PMD_0000054 "heating function"@en)
@@ -4415,7 +4415,7 @@ AnnotationAssertion(skos:definition co:PMD_0000530 "Ein Mechanische Eigenschafte
44154415
AnnotationAssertion(skos:example co:PMD_0000530 "Testing the flexural strength of a plastic beam to ensure it can withstand the required load in an engineering application."@en)
44164416
SubClassOf(co:PMD_0000530 co:PMD_0000849)
44174417

4418-
# Class: co:PMD_0000531 (Analyseverfahren der Biokompatibilität)
4418+
# Class: co:PMD_0000531 (biocompatibility analyzing process)
44194419

44204420
AnnotationAssertion(rdfs:label co:PMD_0000531 "Analyseverfahren der Biokompatibilität"@de)
44214421
AnnotationAssertion(rdfs:label co:PMD_0000531 "biocompatibility analyzing process"@en)
@@ -4497,7 +4497,7 @@ AnnotationAssertion(skos:definition co:PMD_0000541 "A CNC machine is a forming m
44974497
AnnotationAssertion(skos:definition co:PMD_0000541 "Eine CNC-Maschine ist eine Formmaschine, die zur präzisen Steuerung von Bearbeitungswerkzeugen für Schneid-, Bohr-, Fräs- und andere Aufgaben computergestützte numerische Steuerung verwendet."@de)
44984498
SubClassOf(co:PMD_0000541 co:PMD_0000648)
44994499

4500-
# Class: co:PMD_0000542 (cnc welding machine)
4500+
# Class: co:PMD_0000542 (CNC-Schweißmaschine)
45014501

45024502
AnnotationAssertion(rdfs:label co:PMD_0000542 "CNC-Schweißmaschine"@de)
45034503
AnnotationAssertion(rdfs:label co:PMD_0000542 "cnc welding machine"@en)
@@ -4685,7 +4685,7 @@ AnnotationAssertion(skos:definition co:PMD_0000564 "Eine Unterfunktion der Besch
46854685
AnnotationAssertion(co:PMD_0000060 co:PMD_0000564 "true"^^xsd:boolean)
46864686
SubClassOf(co:PMD_0000564 co:PMD_0000575)
46874687

4688-
# Class: co:PMD_0000565 (Beschichten Durch Löten)
4688+
# Class: co:PMD_0000565 (coating by soldering)
46894689

46904690
AnnotationAssertion(rdfs:label co:PMD_0000565 "Beschichten Durch Löten"@de)
46914691
AnnotationAssertion(rdfs:label co:PMD_0000565 "coating by soldering"@en)
@@ -4880,7 +4880,7 @@ AnnotationAssertion(skos:definition co:PMD_0000587 "The crack growth is an evolu
48804880
AnnotationAssertion(co:PMD_0000060 co:PMD_0000587 "true"^^xsd:boolean)
48814881
SubClassOf(co:PMD_0000587 co:PMD_0000635)
48824882

4883-
# Class: co:PMD_0000588 (Kriechprüfmaschine)
4883+
# Class: co:PMD_0000588 (creep testing machine)
48844884

48854885
AnnotationAssertion(rdfs:label co:PMD_0000588 "Kriechprüfmaschine"@de)
48864886
AnnotationAssertion(rdfs:label co:PMD_0000588 "creep testing machine"@en)
@@ -4990,7 +4990,7 @@ AnnotationAssertion(co:PMD_0000060 co:PMD_0000604 "true"^^xsd:boolean)
49904990
SubClassOf(co:PMD_0000604 co:PMD_0000621)
49914991
DisjointClasses(co:PMD_0000604 co:PMD_0000620)
49924992

4993-
# Class: co:PMD_0000605 (differential scanning calorimeter)
4993+
# Class: co:PMD_0000605 (Differential-Scanning-Kalorimeter)
49944994

49954995
AnnotationAssertion(rdfs:label co:PMD_0000605 "Differential-Scanning-Kalorimeter"@de)
49964996
AnnotationAssertion(rdfs:label co:PMD_0000605 "differential scanning calorimeter"@en)
@@ -5337,7 +5337,7 @@ AnnotationAssertion(skos:definition co:PMD_0000649 "Ein Umform Prozess, bei dem
53375337
AnnotationAssertion(skos:example co:PMD_0000649 "Stripping, Deep Drawing, Spinning"@en)
53385338
SubClassOf(co:PMD_0000649 co:PMD_0000646)
53395339

5340-
# Class: co:PMD_0000650 (Druckumformen)
5340+
# Class: co:PMD_0000650 (forming under compressive conditions)
53415341

53425342
AnnotationAssertion(obo:IAO_0000119 co:PMD_0000650 "Official definition can be found in: DIN 8583-1"@en)
53435343
AnnotationAssertion(terms:source co:PMD_0000650 "Offizielle Definition findet man in: DIN 8583-1"@de)
@@ -5415,7 +5415,7 @@ AnnotationAssertion(skos:definition co:PMD_0000657 "A chromatography system used
54155415
AnnotationAssertion(skos:definition co:PMD_0000657 "Ein Chromatographiesystem zur Trennung und Analyse von Verbindungen in einem Gasgemisch unter Verwendung einer chromatographischen Säule."@de)
54165416
SubClassOf(co:PMD_0000657 co:PMD_0000557)
54175417

5418-
# Class: co:PMD_0000658 (Gel-Permeations-Chromatographie Verfahren)
5418+
# Class: co:PMD_0000658 (gel permeation chromatography process)
54195419

54205420
AnnotationAssertion(rdfs:label co:PMD_0000658 "Gel-Permeations-Chromatographie Verfahren"@de)
54215421
AnnotationAssertion(rdfs:label co:PMD_0000658 "gel permeation chromatography process"@en)
@@ -5763,7 +5763,7 @@ AnnotationAssertion(skos:definition co:PMD_0000799 "A device used for analyzing
57635763
AnnotationAssertion(skos:definition co:PMD_0000799 "Ein Gerät zur Analyse von Ionen in einer Probe zur Bestimmung ihrer Zusammensetzung und Konzentration."@de)
57645764
SubClassOf(co:PMD_0000799 co:PMD_0000602)
57655765

5766-
# Class: co:PMD_0000800 (Ionenspektroskopie)
5766+
# Class: co:PMD_0000800 (ion spectroscopy)
57675767

57685768
AnnotationAssertion(rdfs:label co:PMD_0000800 "Ionenspektroskopie"@de)
57695769
AnnotationAssertion(rdfs:label co:PMD_0000800 "ion spectroscopy"@en)
@@ -6083,7 +6083,7 @@ SubClassOf(co:PMD_0000848 co:PMD_0000005)
60836083
SubClassOf(co:PMD_0000848 ObjectSomeValuesFrom(obo:BFO_0000054 co:PMD_0000522))
60846084
SubClassOf(co:PMD_0000848 ObjectSomeValuesFrom(obo:RO_0000052 co:PMD_0000000))
60856085

6086-
# Class: co:PMD_0000849 (mechanical property analyzing process)
6086+
# Class: co:PMD_0000849 (Mechanische Eigenschaften Analyseverfahren)
60876087

60886088
AnnotationAssertion(rdfs:label co:PMD_0000849 "Mechanische Eigenschaften Analyseverfahren"@de)
60896089
AnnotationAssertion(rdfs:label co:PMD_0000849 "mechanical property analyzing process"@en)
@@ -6246,7 +6246,7 @@ AnnotationAssertion(skos:definition co:PMD_0000875 "Ein Mikroskopieverfahren, da
62466246
AnnotationAssertion(skos:example co:PMD_0000875 "An example is Light Microscopy."@en)
62476247
SubClassOf(co:PMD_0000875 co:PMD_0000856)
62486248

6249-
# Class: co:PMD_0000876 (optical profilometer)
6249+
# Class: co:PMD_0000876 (Optisches Profilometer)
62506250

62516251
AnnotationAssertion(rdfs:label co:PMD_0000876 "Optisches Profilometer"@de)
62526252
AnnotationAssertion(rdfs:label co:PMD_0000876 "optical profilometer"@en)
@@ -6809,7 +6809,7 @@ AnnotationAssertion(skos:definition co:PMD_0000956 "Ein Simulationsprozess, der
68096809
AnnotationAssertion(skos:example co:PMD_0000956 "Optimizing the atomic structure of a catalyst to enhance its performance."@en)
68106810
SubClassOf(co:PMD_0000956 co:PMD_0000933)
68116811

6812-
# Class: co:PMD_0000957 (Struktur Eigenschaften Analyseverfahren)
6812+
# Class: co:PMD_0000957 (structural property analyzing process)
68136813

68146814
AnnotationAssertion(rdfs:label co:PMD_0000957 "Struktur Eigenschaften Analyseverfahren"@de)
68156815
AnnotationAssertion(rdfs:label co:PMD_0000957 "structural property analyzing process"@en)
@@ -6995,7 +6995,7 @@ AnnotationAssertion(skos:example co:PMD_0000979 "Measuring the thermal conductiv
69956995
AnnotationAssertion(co:PMD_0050117 co:PMD_0000979 "TCMP"@en)
69966996
SubClassOf(co:PMD_0000979 co:PMD_0000982)
69976997

6998-
# Class: co:PMD_0000980 (thermal conductivity measuring function)
6998+
# Class: co:PMD_0000980 (Wärmeleitfähigkeitsmessfunktion)
69996999

70007000
AnnotationAssertion(rdfs:label co:PMD_0000980 "Wärmeleitfähigkeitsmessfunktion"@de)
70017001
AnnotationAssertion(rdfs:label co:PMD_0000980 "thermal conductivity measuring function"@en)

0 commit comments

Comments
 (0)