Skip to content

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

Notifications You must be signed in to change notification settings

tibonto/DFG-Fachsystematik-Ontology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages