Skip to content

Commit d1629d4

Browse files
🚀 Automatically rebuilt derived files (OBOFoundry#2155)
Co-authored-by: GitHub Action <[email protected]>
1 parent 9d3ac21 commit d1629d4

7 files changed

+1649
-1383
lines changed

_config.yml

+58
Original file line numberDiff line numberDiff line change
@@ -6378,6 +6378,64 @@ ontologies:
63786378
- description: symptoms of human diseases
63796379
url: http://www.disease-ontology.org/?id=DOID:0060164
63806380
user: http://www.disease-ontology.org
6381+
- activity_status: active
6382+
contact:
6383+
6384+
github: allysonlister
6385+
label: Allyson Lister
6386+
orcid: 0000-0002-7702-4495
6387+
description: A terminology for the skills necessary to make data FAIR and to keep
6388+
it FAIR.
6389+
domain: information
6390+
homepage: https://github.com/terms4fairskills/FAIRterminology
6391+
id: t4fs
6392+
layout: ontology_detail
6393+
license:
6394+
label: CC BY 4.0
6395+
logo: http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png
6396+
url: https://creativecommons.org/licenses/by/4.0/
6397+
ontology_purl: http://purl.obolibrary.org/obo/t4fs.owl
6398+
preferredPrefix: TF4S
6399+
products:
6400+
- id: t4fs.owl
6401+
ontology_purl: http://purl.obolibrary.org/obo/t4fs.owl
6402+
- id: t4fs.obo
6403+
ontology_purl: http://purl.obolibrary.org/obo/t4fs.obo
6404+
- id: t4fs.json
6405+
ontology_purl: http://purl.obolibrary.org/obo/t4fs.json
6406+
- id: t4fs-community.owl
6407+
ontology_purl: http://purl.obolibrary.org/obo/t4fs-community.owl
6408+
title: This community view of T4FS makes the ontology available in OWL without
6409+
upper-level ontology (ULO) terms to give the user community a simpler view of
6410+
the term hierarchy.
6411+
- id: t4fs-community.obo
6412+
ontology_purl: http://purl.obolibrary.org/obo/t4fs-community.obo
6413+
title: This community view of T4FS makes the ontology available in OBO format
6414+
without upper-level ontology (ULO) terms to give the user community a simpler
6415+
view of the term hierarchy.
6416+
- id: t4fs-community.json
6417+
ontology_purl: http://purl.obolibrary.org/obo/t4fs-community.json
6418+
title: This community view of T4FS makes the ontology available in JSON format
6419+
without upper-level ontology (ULO) terms to give the user community a simpler
6420+
view of the term hierarchy.
6421+
publications:
6422+
- id: https://doi.org/10.5281/zenodo.4705219
6423+
title: 'EOSC Co-creation funded project 074: Delivery of a proof of concept for
6424+
terms4FAIRskills: Technical report'
6425+
repository: https://github.com/terms4fairskills/FAIRterminology
6426+
title: terms4FAIRskills
6427+
tracker: https://github.com/terms4fairskills/FAIRterminology/issues
6428+
usages:
6429+
- description: Semaphora integrates terms4FAIRskills, allowing users to annotate
6430+
training materials with the ontology.
6431+
user: http://t4fs.esciencedatafactory.com/
6432+
- description: FAIRassist is designed to offer personalised guidance to all stakeholders
6433+
to enable the discovery of standards and repositories in FAIRsharing, which
6434+
should be used to make data FAIR, as well as to signpost FAIR assessment resources.
6435+
user: https://fairassist.org
6436+
- description: FAIRsFAIR Competence Centre (project wp6) will provide a platform
6437+
for training materials resulting from project training activities, annot
6438+
user: https://www.fairsfair.eu/
63816439
- activity_status: active
63826440
build:
63836441
checkout: git clone https://github.com/phenoscape/taxrank.git

registry/obo_context.jsonld

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
"TAHH": "http://purl.obolibrary.org/obo/TAHH_",
225225
"TAO": "http://purl.obolibrary.org/obo/TAO_",
226226
"TAXRANK": "http://purl.obolibrary.org/obo/TAXRANK_",
227+
"TF4S": "http://purl.obolibrary.org/obo/TF4S_",
227228
"TGMA": "http://purl.obolibrary.org/obo/TGMA_",
228229
"TO": "http://purl.obolibrary.org/obo/TO_",
229230
"TRANS": "http://purl.obolibrary.org/obo/TRANS_",

registry/obo_prefixes.ttl

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
,[ sh:prefix "STATO" ; sh:namespace "http://purl.obolibrary.org/obo/STATO_"]
159159
,[ sh:prefix "SWO" ; sh:namespace "http://purl.obolibrary.org/obo/SWO_"]
160160
,[ sh:prefix "SYMP" ; sh:namespace "http://purl.obolibrary.org/obo/SYMP_"]
161+
,[ sh:prefix "TF4S" ; sh:namespace "http://purl.obolibrary.org/obo/TF4S_"]
161162
,[ sh:prefix "TAXRANK" ; sh:namespace "http://purl.obolibrary.org/obo/TAXRANK_"]
162163
,[ sh:prefix "TO" ; sh:namespace "http://purl.obolibrary.org/obo/TO_"]
163164
,[ sh:prefix "TRANS" ; sh:namespace "http://purl.obolibrary.org/obo/TRANS_"]

registry/ontologies.jsonld

+73
Original file line numberDiff line numberDiff line change
@@ -8909,6 +8909,79 @@
89098909
}
89108910
]
89118911
},
8912+
{
8913+
"activity_status": "active",
8914+
"contact": {
8915+
"email": "[email protected]",
8916+
"github": "allysonlister",
8917+
"label": "Allyson Lister",
8918+
"orcid": "0000-0002-7702-4495"
8919+
},
8920+
"description": "A terminology for the skills necessary to make data FAIR and to keep it FAIR.",
8921+
"domain": "information",
8922+
"homepage": "https://github.com/terms4fairskills/FAIRterminology",
8923+
"id": "t4fs",
8924+
"layout": "ontology_detail",
8925+
"license": {
8926+
"label": "CC BY 4.0",
8927+
"logo": "http://mirrors.creativecommons.org/presskit/buttons/80x15/png/by.png",
8928+
"url": "https://creativecommons.org/licenses/by/4.0/"
8929+
},
8930+
"ontology_purl": "http://purl.obolibrary.org/obo/t4fs.owl",
8931+
"preferredPrefix": "TF4S",
8932+
"products": [
8933+
{
8934+
"id": "t4fs.owl",
8935+
"ontology_purl": "http://purl.obolibrary.org/obo/t4fs.owl"
8936+
},
8937+
{
8938+
"id": "t4fs.obo",
8939+
"ontology_purl": "http://purl.obolibrary.org/obo/t4fs.obo"
8940+
},
8941+
{
8942+
"id": "t4fs.json",
8943+
"ontology_purl": "http://purl.obolibrary.org/obo/t4fs.json"
8944+
},
8945+
{
8946+
"id": "t4fs-community.owl",
8947+
"ontology_purl": "http://purl.obolibrary.org/obo/t4fs-community.owl",
8948+
"title": "This community view of T4FS makes the ontology available in OWL without upper-level ontology (ULO) terms to give the user community a simpler view of the term hierarchy."
8949+
},
8950+
{
8951+
"id": "t4fs-community.obo",
8952+
"ontology_purl": "http://purl.obolibrary.org/obo/t4fs-community.obo",
8953+
"title": "This community view of T4FS makes the ontology available in OBO format without upper-level ontology (ULO) terms to give the user community a simpler view of the term hierarchy."
8954+
},
8955+
{
8956+
"id": "t4fs-community.json",
8957+
"ontology_purl": "http://purl.obolibrary.org/obo/t4fs-community.json",
8958+
"title": "This community view of T4FS makes the ontology available in JSON format without upper-level ontology (ULO) terms to give the user community a simpler view of the term hierarchy."
8959+
}
8960+
],
8961+
"publications": [
8962+
{
8963+
"id": "https://doi.org/10.5281/zenodo.4705219",
8964+
"title": "EOSC Co-creation funded project 074: Delivery of a proof of concept for terms4FAIRskills: Technical report"
8965+
}
8966+
],
8967+
"repository": "https://github.com/terms4fairskills/FAIRterminology",
8968+
"title": "terms4FAIRskills",
8969+
"tracker": "https://github.com/terms4fairskills/FAIRterminology/issues",
8970+
"usages": [
8971+
{
8972+
"description": "Semaphora integrates terms4FAIRskills, allowing users to annotate training materials with the ontology.",
8973+
"user": "http://t4fs.esciencedatafactory.com/"
8974+
},
8975+
{
8976+
"description": "FAIRassist is designed to offer personalised guidance to all stakeholders to enable the discovery of standards and repositories in FAIRsharing, which should be used to make data FAIR, as well as to signpost FAIR assessment resources.",
8977+
"user": "https://fairassist.org"
8978+
},
8979+
{
8980+
"description": "FAIRsFAIR Competence Centre (project wp6) will provide a platform for training materials resulting from project training activities, annot",
8981+
"user": "https://www.fairsfair.eu/"
8982+
}
8983+
]
8984+
},
89128985
{
89138986
"activity_status": "active",
89148987
"build": {

0 commit comments

Comments
 (0)