Giter Club home page Giter Club logo

Comments (13)

fsteeg avatar fsteeg commented on June 13, 2024

Unlike the GND ontology at http://d-nb.info/standards/elementset/gnd, which is available as RDF, I have not found anything similar for the vocab. @acka47 Are you aware of any dump for the http://d-nb.info/standards/vocab/gnd namespace?

from lobid-gnd.

acka47 avatar acka47 commented on June 13, 2024

I think there are only two different controlled vocabs from the http://d-nb.info/standards/vocab/gnd namespace used in GND. Besides the already mentioned GND Geographic Area Codes, there also are the GND Subject Categories. You can get both of them as RDF, e.g. curl -L -H "Accept:application/rdf+xml" http://d-nb.info/standards/vocab/gnd/geographic-area-code

from lobid-gnd.

acka47 avatar acka47 commented on June 13, 2024

Command for getting the Sachgruppen:

$ curl -L -H "Accept:application/rdf+xml" http://d-nb.info/standards/vocab/gnd/gnd-sc

from lobid-gnd.

fsteeg avatar fsteeg commented on June 13, 2024

Deployed to stage: http://stage.lobid.org/gnd/118820591 (Ländercode, Geschlecht)

from lobid-gnd.

acka47 avatar acka47 commented on June 13, 2024

I just noticed that the GND-Sachgruppen aren't shown yet in the HTML. We should show them with the GND-SachgruppenJoseph Weizenbaum for example is in Sachgruppen "Personen zu Mathematik" and "Personen zu Informatik, Datenverarbeitung", from the JSON-LD:

{
  "id":"http://d-nb.info/gnd/118820591",
  "gndSubjectCategory":[
    "http://d-nb.info/standards/vocab/gnd/gnd-sc#28p",
    "http://d-nb.info/standards/vocab/gnd/gnd-sc#30p"
  ]
}

Furthermore, as discussed on the phone, we should adjust the behaviour of the links:

  • All http://d-nb.info/gnd/{id} should go the the respective lobid-gnd page of the resource.
  • Clicking on country codes, gender and Sachgruppen should result in a query for all resources with that code.
  • Additionally, with a link symbol a link to the external source should be provided.

from lobid-gnd.

fsteeg avatar fsteeg commented on June 13, 2024

Deployed to stage: http://stage.lobid.org/gnd/118820591

(For consistency, all text links go to searches, and all icons to sources, but in lobid-gnd if we have it.)

from lobid-gnd.

ChristophEwertowski avatar ChristophEwertowski commented on June 13, 2024

If I click on "Personen zur Mathematik" I first see a page of works. I think it would be better to show persons first, if possible.
Before clicking "Berlin" at "Geburtsort" I would expect to only get persons who were born there, not all resources with the according GND-URL.

from lobid-gnd.

acka47 avatar acka47 commented on June 13, 2024

Before clicking "Berlin" at "Geburtsort" I would expect to only get persons who were born there, not all resources with the according GND-URL.

Yes, it would be nice to make the link context-sensitive, i.e. only query for occurences of the respective entry (here "Berlin") in the actual field I am clicking on.

from lobid-gnd.

fsteeg avatar fsteeg commented on June 13, 2024

Deployed field-specific search links: http://stage.lobid.org/gnd/118820591

from lobid-gnd.

acka47 avatar acka47 commented on June 13, 2024

This is much better. But for outgoing links like wikidata and viaf the behaviour is quite unexpected. We should add an exception for those (wikipedia and sameAs).

from lobid-gnd.

ChristophEwertowski avatar ChristophEwertowski commented on June 13, 2024

What Adrian said.

from lobid-gnd.

fsteeg avatar fsteeg commented on June 13, 2024

Deployed fix: http://stage.lobid.org/gnd/118820591

from lobid-gnd.

acka47 avatar acka47 commented on June 13, 2024

+1 (Reviewing this I had to write #44 (comment) as showing all these long URLs isn't the best approach.)

from lobid-gnd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.