Skip to content

Commit

Permalink
Merge pull request #7 from tibonto/6-create-a-dcatdistribution-of-the…
Browse files Browse the repository at this point in the history
…-ontology-for-better-indexing-at-tib-ts

6 create a dcatdistribution of the ontology for better indexing at tib ts
  • Loading branch information
SArndt-TIB authored Oct 5, 2022
2 parents 699e7da + 26852ca commit aebcc8c
Show file tree
Hide file tree
Showing 4 changed files with 1,315 additions and 970 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We decided to build upon this work and build and RDF based ontology, for the *DF
* parses the DFG classification system encoded [csv/Fachsystematik_2020-2024.csv](./csv/Fachsystematik_2020-2024.csv) (in EN/DE)
* 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 DE
* 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](./metadata.ttl) into a graph
* joins metadata and DFG classification graphs into [dfgfo.ttl](./dfgfo.ttl)
Expand All @@ -36,12 +36,12 @@ Create a python3 Virtual Environment

Install requirements `pip install -r scripts/requirements.txt`

Run script to create ontologu `python scripts/create_ontology.py`
Run script to create ontology `python scripts/create_ontology.py`


## Other scripts

* [scripts/parse_csv.py](./scripts/parse_csv.py) parses the CSV and ensures that the collumns `Subject Number` and `Fachnummer` have the same values
* [scripts/parse_csv.py](./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.
Expand Down
Loading

0 comments on commit aebcc8c

Please sign in to comment.