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

Capture broader authority #5

Closed
thisisaaronland opened this issue Oct 15, 2021 · 1 comment
Closed

Capture broader authority #5

thisisaaronland opened this issue Oct 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@thisisaaronland
Copy link
Contributor

      "madsrdf:hasBroaderAuthority": {
        "@id": "http://id.loc.gov/authorities/subjects/sh98007138"
      }
@thisisaaronland thisisaaronland added the enhancement New feature or request label Oct 15, 2021
@thisisaaronland
Copy link
Contributor Author

Might be an array, might be a dictionary...

$> go run -mod vendor cmd/emit/main.go /usr/local/data/loc/lcsh.both.ndjson | grep -A 10 skos:broader

--
      "skos:broader": [
        {
          "@id": "http://id.loc.gov/authorities/subjects/sh85084840"
        },
        {
          "@id": "http://id.loc.gov/authorities/subjects/sh85084851"
        }
      ],
      "skos:changeNote": [
        {
          "@id": "_:N4f243d8c043d4b5bbe6a5b417334563a"
--
      "skos:broader": {
        "@id": "http://id.loc.gov/authorities/subjects/sh85012832"
      },
      "skos:changeNote": [
        {
          "@id": "_:N152d914e375746f2906cbf25031cf46e"
        },
        {
          "@id": "_:N37a7200020414f63ad47b49c5cb68622"
        }
      ],
--
      "skos:broader": {
        "@id": "http://id.loc.gov/authorities/subjects/sh99002032"
      },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant