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

Use RPB Spatial notation in SKOS #1

Open
acka47 opened this issue Aug 28, 2024 · 0 comments
Open

Use RPB Spatial notation in SKOS #1

acka47 opened this issue Aug 28, 2024 · 0 comments

Comments

@acka47
Copy link
Contributor

acka47 commented Aug 28, 2024

Moved here from hbz/lobid-vocabs#228

At the moment the SKOS notation for RPB Spatial is not used. Should we put them in the SKOS File too? To reduce the confusion in communication with LBZ.

To also document the difference between o and not o concepts in spatial?

<datafield tag="084" ind1=" " ind2=" ">
  <subfield code="a">rpbr_01_</subfield>
  <subfield code="2">rpb</subfield>
</datafield>

=> https://rpb.lobid.org/spatial#n01

:n01 a skos:Concept ;
    skos:broader :n1 ;
    skos:closeMatch <http://d-nb.info/gnd/4049795-1> ;
    skos:definition "Rheinland-Pfalz insgesamt. Landesteile (n1) > Rheinland-Pfalz (n01)"@de ;
    skos:inScheme <https://rpb.lobid.org/spatial> ;
    skos:notation "01" ;
    skos:prefLabel "Rheinland-Pfalz"@de .

``


rpbr_99_o13802_ rpb ```

=> https://rpb.lobid.org/spatial#n13802

:n13802 a skos:Concept ;
    skos:broader :n138 ;
    skos:definition "Einzelne Landkreise, Verbandsgemeinden, Orte und Ortsteile (n6) > Neuwied, Landkreis (n138) > Bad Hönningen, Verbandsgemeinde (n13802)"@de ;
    skos:inScheme <https://rpb.lobid.org/spatial> ;
    skos:notation "o13802" ;
    skos:prefLabel "Bad Hönningen, Verbandsgemeinde"@de .
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

1 participant