Skip to content

Commit 9987d34

Browse files
updated ontology
1 parent f67a40c commit 9987d34

26 files changed

Lines changed: 27785 additions & 9168 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/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# More information: https://github.com/INCATools/ontology-development-kit/
1111

1212
# Fingerprint of the configuration file when this Makefile was last generated
13-
CONFIG_HASH= bb2f8a735b3caa7744c0e5024062bf5d7a0c187a3b19600be6beb77782c1eb90
13+
CONFIG_HASH= e17fcb0969a4f5a7e467ccb80b5074d3eae541136151638224ee47316cfdd4bb
1414

1515

1616
# ----------------------------------------
@@ -482,7 +482,7 @@ ifeq ($(MIR),true)
482482
.PHONY: mirror-pmdco
483483
.PRECIOUS: $(MIRRORDIR)/pmdco.owl
484484
mirror-pmdco: | $(TMPDIR)
485-
$(ROBOT) convert -I https://w3id.org/pmd/co/3.0.0-alpha4 -o $(TMPDIR)/$@.owl
485+
$(ROBOT) convert -I https://raw.githubusercontent.com/materialdigital/core-ontology/refs/heads/main/src/ontology/pmdco.ttl -o $(TMPDIR)/$@.owl
486486

487487

488488
## ONTOLOGY: nfdicore

src/ontology/imports/pmdco_import.owl

Lines changed: 286 additions & 66 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)