Events
Event
| property | Type | multi-/ single valued | example | 
|---|---|---|---|
| @context | URI | s | https://raw.githubusercontent.com/slub/esmarc/master/conf/context.jsonld | 
| @id | URI | s | https://data.slub-dresden.de/events/709381840 | 
| @type | URI | s | http://schema.org/Event | 
| about | list of objects | m | [{'identifier': {'@type': 'PropertyValue', 'propertyID': 'DDC', 'value': '227.06'}, '@id': 'http://purl.org/NET/decimalised#c227'}] | 
| adressRegion | literal | s | XD-US | 
| alternateName | list of literals | m | [International Conference on Waterfront Archaeology] | 
| category | object | s | {'de': [{'@id': 'https://de.wikipedia.org/wiki/?curid=10251898', 'sameAs': 'https://de.wikipedia.org/wiki/Kategorie:Erstveranstaltung_1996', 'name': 'Erstveranstaltung 1996'}, {'@id': 'https://de.wikipedia.org/wiki/?curid=1750006', 'sameAs': 'https://de.wikipedia.org/wiki/Kategorie:Volksfest_in_Thüringen', 'name': 'Volksfest in Thüringen'}, {'@id': 'https://de.wikipedia.org/wiki/?curid=10770330', 'sameAs': 'https://de.wikipedia.org/wiki/Kategorie:Wikipedia:Defekte_Weblinks/Ungeprüfte_Archivlinks_2019-05', 'name': 'Wikipedia:Defekte Weblinks/Ungeprüfte Archivlinks 2019-05'}, {'@id': 'https://de.wikipedia.org/wiki/?curid=10770333', 'sameAs': 'https://de.wikipedia.org/wiki/Kategorie:Wikipedia:Defekte_Weblinks/Ungeprüfte_Botmarkierungen_2019-05', 'name': 'Wikipedia:Defekte Weblinks/Ungeprüfte Botmarkierungen 2019-05'}, {'@id': 'https://de.wikipedia.org/wiki/?curid=10287747', 'sameAs': 'https://de.wikipedia.org/wiki/Kategorie:Wikipedia:Weblink_offline_IABot', 'name': 'Wikipedia:Weblink offline IABot'}]} | 
| dateCreated | literal | s | 2012-04-28 | 
| dateModified | literal | s | 2019-03-17T12:54:00Z | 
| endDate | object | s | {'@value': '1986', 'disambiguatingDescription': 'Veranstaltungsdaten', 'description': '1986'} | 
| identifier | literal | s | 709381840 | 
| isBasedOn | URI | s | https://data.slub-dresden.de/source/swb-aut/708851886 | 
| location | object | s | {'sameAs': 'https://d-nb.info/gnd/4036361-2', '@id': 'https://data.slub-dresden.de/geo/106243012', 'name': 'Los Angeles, Calif.', 'description': 'Veranstaltungsort'} | 
| name | object | s | {'de': ['Thüringentag']} | 
| preferredName | literal | s | Erlanger Podiums-Diskussion über Diabetes Mellitus | 
| sameAs | list of objects | m | [{'@id': 'https://d-nb.info/gnd/800541-2', 'publisher': {'@id': 'https://data.slub-dresden.de/organizations/514366265', 'preferredName': 'Deutsche Nationalbibliothek', 'abbr': 'DNB'}, 'isBasedOn': {'@type': 'Dataset', '@id': 'https://data.slub-dresden.de/source/swb-aut/708851886'}}, {'@id': 'http://swb.bsz-bw.de/DB=2.1/PPNSET?PPN=708851886', 'publisher': {'@id': 'https://data.slub-dresden.de/organizations/103302212', 'preferredName': 'K10Plus', 'abbr': 'KXP'}, 'isBasedOn': {'@type': 'Dataset', '@id': 'https://data.slub-dresden.de/source/swb-aut/708851886'}}] | 
| startDate | object | s | {'@value': '1986', 'disambiguatingDescription': 'Veranstaltungsdaten', 'description': '1986'} | 
Origin
See MARC21-mapping: EventsExample
$ curl -XGET "https://data.slub-dresden.de/events/708851886" | jq '.'Structure
[
  {
    "@type": "http://schema.org/Event",
    "@context": "https://raw.githubusercontent.com/slub/esmarc/master/conf/context.jsonld",
    "@id": "https://data.slub-dresden.de/events/708851886",
    "identifier": "708851886",
    "dateModified": "2019-03-17T12:54:00Z",
    "dateCreated": "2012-04-28",
    "sameAs": […],
    "preferredName": "International Conference on Data Engineering",
    "location": {…},
    "startDate": {…},
    "endDate": {…},
    "adressRegion": "XD-US",
    "isBasedOn": "https://data.slub-dresden.de/source/swb-aut/708851886",
  }
]
In Detail
[
  {
    "@type": "http://schema.org/Event",
    "@context": "https://raw.githubusercontent.com/slub/esmarc/master/conf/context.jsonld",
    "@id": "https://data.slub-dresden.de/events/708851886",
    "identifier": "708851886",
    "dateModified": "2019-03-17T12:54:00Z",
    "dateCreated": "2012-04-28",
    "sameAs": [
        {
          "@id": "https://d-nb.info/gnd/800541-2",
          "publisher": {
            "@id": "https://data.slub-dresden.de/organizations/514366265",
            "preferredName": "Deutsche Nationalbibliothek",
            "abbr": "DNB"
          },
          "isBasedOn": {
            "@type": "Dataset",
            "@id": "https://data.slub-dresden.de/source/swb-aut/708851886"
          }
        },
        {
          "@id": "http://swb.bsz-bw.de/DB=2.1/PPNSET?PPN=708851886",
          "publisher": {
            "@id": "https://data.slub-dresden.de/organizations/103302212",
            "preferredName": "K10Plus",
            "abbr": "KXP"
          },
          "isBasedOn": {
            "@type": "Dataset",
            "@id": "https://data.slub-dresden.de/source/swb-aut/708851886"
          }
        }
      ],
    "preferredName": "International Conference on Data Engineering",
    "location": {
        "sameAs": "https://d-nb.info/gnd/4036361-2",
        "@id": "https://data.slub-dresden.de/geo/106243012",
        "name": "Los Angeles, Calif.",
        "description": "Veranstaltungsort"
      },
    "startDate": {
        "@value": "1986",
        "disambiguatingDescription": "Veranstaltungsdaten",
        "description": "1986"
      },
    "endDate": {
        "@value": "1986",
        "disambiguatingDescription": "Veranstaltungsdaten",
        "description": "1986"
      },
    "adressRegion": "XD-US",
    "isBasedOn": "https://data.slub-dresden.de/source/swb-aut/708851886",
  }
]