dfg-fachsystematik-ontology

DFG Fachsystematik Ontology - DFG Classification of Scientific Disciplines, Research Areas, Review Boards and Subject Areas

https://github.com/tibonto/dfg-fachsystematik-ontology

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary

Keywords

classification rdf taxonomy
Last synced: 4 months ago · JSON representation ·

Repository

DFG Fachsystematik Ontology - DFG Classification of Scientific Disciplines, Research Areas, Review Boards and Subject Areas

Basic Info
  • Host: GitHub
  • Owner: tibonto
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 1.93 MB
Statistics
  • Stars: 3
  • Watchers: 5
  • Forks: 1
  • Open Issues: 4
  • Releases: 6
Topics
classification rdf taxonomy
Created over 4 years ago · Last pushed 8 months ago
Metadata Files
Readme Citation

README.md

Ontology testing

DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology

DFG (The Deutsche Forschungsgemeinschaft - German Research Foundation) Classification of Scientific Disciplines, Research Areas, Review Boards and Subject Areas is published as a PDF or HTML (see links below).

We decided to build upon this work and build and RDF based ontology, for the DFG Classification of Subject Areas, so that browsing, searching and mapping (of subject number and its label) could be easy achieved by ontology/RDF processing software, such as ontology-lookup systems and tripe-stores.

WebOwl visualization of ontology classes(detail)

Ontology

screen capture of classes hierarchy in protege

Create/update ontology

dfgfo.ttl ontology file is created, by scripts/create_ontology.py python script, which

  • parses the DFG classification system encoded in csv/Fachsystematik_20XX-20XX.csv (in EN/DE) (cf. directory csv/ and csv/README.md)
  • encodes each of the DFG's classification subjects (in .csv cells) into RDF graph triples
    • of type owl:Class
    • with rdfs:label in EN and skos:altLabel in DE
    • subsumed to parent subject with rdfs:subClassOf accordinng to DFG Classification hierarchy
  • parses the metadata triples from metadata.ttl into a graph
  • joins metadata and DFG classification graphs into dfgfo.ttl

Run

Create a python3 Virtual Environment

Install requirements pip install -r scripts/requirements.txt

Run script to create ontology python scripts/create_ontology.py. Make sure to use end of line sequence LF in the csv file used to create the ontology (for example when working on Windows).

Other scripts

  • scripts/parse_csv.py parses the CSV and ensures that the columns Subject Number and Fachnummer have the same values

Ontology contributions

Contributions are welcome.

At every push or pull_request a ROBOT report and ROBOT validate OWL DL profile test will be run from .github/workflows/main.yml.

DFG Classification of Scientific Disciplines

Releases

For previous versions (2020-2024) see https://github.com/tibonto/DFG-Fachsystematik-Ontology/releases

Use Cases

Are you or your institution using the DFG-Fachsystematik-Ontology? We would like to hear from you (via an issue), and include your use-case in this section.

Owner

  • Name: TIB Onto
  • Login: tibonto
  • Kind: organization
  • Email: chamanara@tib.eu
  • Location: Hanover, Germany

TIB Ontologies Management Initiative

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: DFG Fachsystematik Ontology
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: André
    family-names: Castro
    orcid: 'https://orcid.org/0000-0002-7839-3698'
  - given-names: Susanne
    family-names: Arndt
    orcid: 'https://orcid.org/0000-0002-1019-9151'
  - name: Deutsche Forschungsgemeinschaft
    ror: https://ror.org/018mejw64
repository-code: 'https://github.com/tibonto/DFG-Fachsystematik-Ontology'
abstract: >-
  DFG Fachsystematik Ontology - DFG Classification of
  Scientific Disciplines, Research Areas, Review Boards and
  Subject Areas 
keywords:
  - ontology
  - classification
  - Scientific Disciplines
  - taxonomy
license: CC-BY-4.0
commit: 372eef9b23ec8d35c1d030f80f034f25b8532634
version: '2020'
date-released: '2022-01-17'

GitHub Events

Total
  • Create event: 4
  • Release event: 1
  • Issues event: 6
  • Watch event: 2
  • Issue comment event: 7
  • Push event: 10
  • Pull request event: 2
  • Fork event: 1
Last Year
  • Create event: 4
  • Release event: 1
  • Issues event: 6
  • Watch event: 2
  • Issue comment event: 7
  • Push event: 10
  • Pull request event: 2
  • Fork event: 1

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 4
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • andrecastro0o (6)
  • SArndt-TIB (5)
  • jgrieb (1)
  • doigl (1)
Pull Request Authors
  • andrecastro0o (8)
  • SArndt-TIB (5)
  • mpolitze (1)
  • hujo91 (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
scripts/requirements.txt pypi
  • rdflib *