Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Align with https://uri.gbv.de/terminology/dfg/ #17

Closed
nichtich opened this issue Jun 14, 2024 · 3 comments · Fixed by #33
Closed

Align with https://uri.gbv.de/terminology/dfg/ #17

nichtich opened this issue Jun 14, 2024 · 3 comments · Fixed by #33
Assignees

Comments

@nichtich
Copy link

nichtich commented Jun 14, 2024

The DFG Fachsystematik (BARTOC record and URI http://bartoc.org/en/node/520) has already been converted to RDF/SKOS at https://github.com/gbv/jskos-data/tree/master/dfg with URI and namespace http://uri.gbv.de/terminology/dfg/ (the URIs are currently not resolveable because the web application at https://uri.gbv.de/terminology/ is being worked on). Both versions should be aligned.

Apart from the URIs, the version https://uri.gbv.de/terminology/dfg/ uses SKOS, so each class is a skos:Concept and hierarchy uses skos:broader/skos:narrower. Furthermore notations are included with skos:notation.

@andrecastro0o
Copy link
Collaborator

andrecastro0o commented Jul 4, 2024

@nichtich @SArndt-TIB
what is the plan here? That we include a SKOS version in this repo, or we keep them separate?

side note: @nichtich https://uri.gbv.de/terminology/dfg/ is not loading :/ just eternal spinning wheels show up

@SArndt-TIB
Copy link
Collaborator

@andrecastro0o, @nichtich already provided an rdf+xml version of their SKOS version, but details will come later, see the mail from June 17th. You can already take a look: https://github.com/gbv/jskos-data/tree/dfg/dfg. We should discuss this in the next meeting.

@andrecastro0o
Copy link
Collaborator

align my including owl:sameAs statements in DFO individual terms , pointing to http://uri.gbv.de/terminology/dfg/

dfgfo:116-03 a owl:Class ;
    rdfs:label "African, American and Oceania Studies"@en ;
    rdfs:subClassOf dfgfo:116 ;
    skos:altLabel "Afrika-, Amerika- und Ozeanienbezogene Wissenschaften"@de ;
    owl:sameAs <http://uri.gbv.de/terminology/dfg2024/116-03> .

(dots removed as #29 will be completed before this issue

@andrecastro0o andrecastro0o self-assigned this Aug 20, 2024
@andrecastro0o andrecastro0o linked a pull request Aug 20, 2024 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants