Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Skosify Hochschulkompass classification #1

Closed
acka47 opened this issue Mar 6, 2019 · 10 comments
Closed

Skosify Hochschulkompass classification #1

acka47 opened this issue Mar 6, 2019 · 10 comments
Assignees

Comments

@acka47
Copy link
Member

acka47 commented Mar 6, 2019

See https://www.hochschulkompass.de/studium/studiengangsuche/erweiterte-studiengangsuche.html

There are three classifications:

  1. by subject group ("Fächergruppe")
  2. by study area ("Studienbereiche")
  3. by field of study ("Studienfelder")

We will have to find out which of those best to skosify.

@acka47 acka47 self-assigned this Mar 6, 2019
@acka47
Copy link
Member Author

acka47 commented Mar 6, 2019

As the fields in 3.) are grouped into subject groups in 1.) I propose to use those for the SKOS file and create concepts out of 3.) which are put into skos:Collections derived from 1.).

@acka47
Copy link
Member Author

acka47 commented Mar 6, 2019

There are:

  • 10 Fächergruppen (1.)
  • 82 Studienbereiche (2.)
  • 522 Studienfelder (3.)

So, I think we should go with the approach I already proposed:

create concepts out of 3.) which are put into skos:Collections derived from 1.).

@acka47 acka47 added this to Ready in SkoHub Mar 18, 2019
@acka47 acka47 assigned literarymachine and unassigned acka47 Mar 18, 2019
@literarymachine literarymachine changed the title Skosify and publish Hochschulkompass classifications Skosify Hochschulkompass classifications Mar 25, 2019
@literarymachine
Copy link
Contributor

create concepts out of 3.) which are put into skos:Collections derived from 1.).

@acka47 what about 2.?

@acka47
Copy link
Member Author

acka47 commented Mar 25, 2019

We might as well create collections out of these. I hesitated to add more complexity but if we have collections in the first place it probably does not matter to add some more.

@literarymachine
Copy link
Contributor

Ok. But does the skos:Collection approach mean that there won't be any skos:ConceptScheme?

@acka47
Copy link
Member Author

acka47 commented Mar 26, 2019

But does the skos:Collection approach mean that there won't be any skos:ConceptScheme?

O. My thinking was strange. We probably are just dealing with a three-level hierarchy (although the UI of the Hochschulkompass does not make it that clear), with Fächergruppen a top-level concepts, then Studienbereiche on second level and Studienfelder at the bottom. So we should represent this in SKOS accordingly. Here is an example:

@prefix : <namespace#> .

<scheme>  a skos:ConceptScheme ;
  dct:title "Klassifikation des Hochschulkompass" ;
  skos:hasTopConcept :F1, :F17, :F56, :F146, :F381, :F193, :F255, :F382, :F273, :F380 .

:F273 a skos:Concept ;
   skos:prefLabel "Sprach- und Kulturwissenschaften"@de ;
   skos:inScheme <scheme> .

:B320 a skos:Concept ;
   skos:prefLabel "Kulturwissenschaften" ;
  skos:inScheme <scheme> ;
   skos:broader :F273 .

:S322 a skos:Concept ;
   skos:prefLabel "Kultur und Technik" ;
  skos:inScheme <scheme> ;
   skos:broader :B320 .

@acka47
Copy link
Member Author

acka47 commented May 20, 2019

BTW, taking a deeper look at the page, I also found a description of the classification at https://www.hochschulkompass.de/studienbereiche-kennenlernen.html:

Alle Studienmöglichkeiten im Hochschulkompass sind einem oder mehreren Studienfeldern zugeordnet. Ein Studienfeld umfasst einen Teilbereich eines Wissens- oder Themengebiets, unter dem ähnliche Studiengänge zusammengefasst sind. Mehrere Studienfelder gehören wiederum zu einem bestimmten Studienbereich und mehrere Studienbereiche zu einer Fächergruppe. Das bedeutet, dass alle Studienmöglichkeiten im Hochschulkompass nach Wissens- und Themengebieten gegliedert sind, so dass die Studiengangsuche auch thematisch und schrittweise von den übergeordneten Fächergruppen über die Studienbereiche und Studienfelder bis hin zu den Studiengängen konkretisiert werden kann.

@acka47
Copy link
Member Author

acka47 commented May 20, 2019

Going forward with the vocab, we might add some documentation properties (scopeNote etc.) with content from the description pages under https://www.hochschulkompass.de/studienbereiche-kennenlernen.html, e.g. https://www.hochschulkompass.de/kunst-musik-und-design.html for F146.
EDIT: We should of course also add a name and description of the vocab as a whole.

@acka47 acka47 changed the title Skosify Hochschulkompass classifications Skosify Hochschulkompass classification May 20, 2019
@acka47
Copy link
Member Author

acka47 commented Jul 24, 2019

We agreed to adjust the namespace (not use "Hochschulkompass") and to configure the redirect with w3id. Will do that this week.

@acka47
Copy link
Member Author

acka47 commented Jul 24, 2019

Closing this, as the respective PR is already merged. Opened #13 & #14 for the next tasks.

@acka47 acka47 closed this as completed Jul 24, 2019
SkoHub automation moved this from Ready to Done Jul 24, 2019
sroertgen referenced this issue in openeduhub/skohub-vocabs Apr 21, 2020
@acka47 acka47 removed this from Done in SkoHub Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants