hbz / lobid-organisations

Transformation, web frontend, and API for lobid-organisations
http://lobid.org/organisations
Eclipse Public License 2.0
13 stars 3 forks source link

Describe lobid-organisations dataset #255

Closed acka47 closed 7 years ago

acka47 commented 8 years ago

See https://www.w3.org/TR/dwbp/#metadata. I will first provide a JSON file using schema.org/dcat descibring the lobid-organisations dataset.

acka47 commented 8 years ago
{
  "@context": {
    "id": "@id",
    "type": "@type",
    "@vocab": "http://schema.org/",
    "dct:": "http://purl.org/dc/terms/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "name": {
      "@container": "@language"
    }
  },
  "id": "http://lobid.org/organisations#!",
  "type": "Dataset",
  "name": "lobid-organisations",
  "keywords": [
    "libraries",
    "archives",
    "museums",
    "locations"
  ],
  "spatial": [
    {
      "id": "http://www.wikidata.org/entity/Q183",
      "name": {
        "de": "Deutschland",
        "en": "Germany"
      }
    },
    {
      "id": "http://www.wikidata.org/entity/Q39",
      "name": {
        "de": "Schweiz",
        "en": "Switzerland"
      }
    },
    {
      "id": "http://www.wikidata.org/entity/Q40",
      "name": {
        "de": "Österreich",
        "en": "Austria"
      }
    }
  ],
  "datePublished": "2016-09-14",
  "contactPoint": {
    "description": "http://lobid.org/contact"
  },
  "dct:accrualPeriodicity": {
    "id": "http://purl.org/linked-data/sdmx/2009/code#freq-B",
    "name": {
      "en": "Daily - business week",
      "de": "Täglich (werktags)"
    }
  },
  "inLanguage": [
    "de",
    "en"
  ],
  "publisher": {
    "id": "http://lobid.org/organisations/DE-605#!",
    "name": {
      "de": "Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen",
      "en": "North Rhine-Westphalian Library Service"
    },
    "alternateName": [
      "hbz"
    ]
  },
  "distribution": [
    {
      "id": "http://lobid.org/organisations/search#!",
      "type": "dcat:Distribution",
      "name": "lobid-organisations API",
      "description": "The API gives access to machine-readable data. For documentation see http://lobid.org/organisations/api.",
      "dcat:accessURL": "http://lobid.org/organisations/search",
      "dcat:mediaType": [
        "text/csv",
        "application/json",
        "application/ld+json"
      ],
      "license": {
        "id": "https://creativecommons.org/publicdomain/zero/1.0/",
        "name": {
          "en": "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
          "de": "CC0 1.0 Universell (CC0 1.0) Public Domain Dedication"
        }
      }
    }
  ]
}
acka47 commented 7 years ago

lobid (resources) data already has an entry on at least three open data portals:

Obviously, the first two got/get their data from the datahub.

acka47 commented 7 years ago

We decided to add an "about" page for this information with a human-readable version of the text generated from the JSON-LD. I will start with updating the file and putting it into an about.jsonld file in /conf folder.

acka47 commented 7 years ago

From https://github.com/hbz/lobid-organisations/pull/312#issuecomment-284992034:

If suggest putting this information (= the about page) under http://lobid.org/organisations/dataset and update the id to http://lobid.org/organisations/dataset#!.

fsteeg commented 7 years ago

Deployed to staging:

http://test.lobid.org/organisations/dataset http://test.lobid.org/organisations/dataset.jsonld

acka47 commented 7 years ago

I adjusted the dataset URI and added an alternateName in German and English. +1

ChristophEwertowski commented 7 years ago

@acka47 : The description link for the German documentation leads to the English one. Also there is a blank too much in the last sentence of the English description of the rights. Otherwise +1

acka47 commented 7 years ago

Thanks, fixed it.

fsteeg commented 7 years ago

Current version deployed at:

http://test.lobid.org/organisations