linked-swissbib / hydra-swissbib.ch

MIT License
4 stars 2 forks source link

create complete new index: 20170928 #8

Open guenterh opened 6 years ago

guenterh commented 6 years ago

There is a bibliographicResource subject in the new Index (lsb_20170928) containing the key work which is not a string:

{

"_index": "lsb_20170928",
"_type": "bibliographicResource",
"_id": "000082309",
"_score": 1.0,
"_source": {
    "@type": "http://purl.org/dc/terms/BibliographicResource",
    "@context": "https://resources.swissbib.ch/bibliographicResource/context.jsonld",
    "@id": "http://data.swissbib.ch/bibliographicResource/000082309",
    "rdfs:isDefinedBy": "http://data.swissbib.ch/document/000082309",
    "dct:language": "http://lexvo.org/id/iso639-3/deu",
    "rdau:P60163": "http://sws.geonames.org/2921044/",
    "bibo:isbn13": "9783596104376",
    "bibo:isbn10": "3596104378",
    "dct:contributor": [
        "http://data.swissbib.ch/person/bce1f3af-c55f-3981-a0b7-0330d5dda1bc",
        "http://data.swissbib.ch/person/074dbb37-66db-3e3b-ba99-3a4c0a433e2d"
    ],
    "rdau:P60339": "Sigmund Freud ; Einl. von Hermann Beland",
    "rdau:P60333": "Frankfurt a.M : Fischer, 1994",
    "dc:format": "209 S",
    "dct:bibliographicCitation": "Fischer Taschenbuch. Psychologie ; 10437. ",
    "work": "000082309",
    "bf:instanceOf": "http://data.swissbib.ch/work/000082309",
    "rdau:P60049": "http://rdvocab.info/termList/RDAContentType/1020",
    "rdau:P60050": "http://rdvocab.info/termList/RDAMediaType/1007",
    "rdf:type": "http://purl.org/ontology/bibo/Book",
    "dct:issued": "1994",
    "dct:title": "Schriften über Träume und Traumdeutungen"
}

},

guenterh commented 6 years ago

strange, in Elasticsearch I can't see double colons ??

guenterh commented 6 years ago

subject gnd - IDs are dead links in the catalog of DNB

"hits": [

{
    "_index": "lsb_20170928",
    "_type": "bibliographicResource",
    "_id": "036235563",
    "_score": 1.0,
    "_source": {
        "@type": "http://purl.org/dc/terms/BibliographicResource",
        "@context": "https://resources.swissbib.ch/bibliographicResource/context.jsonld",
        "@id": "http://data.swissbib.ch/bibliographicResource/036235563",
        "rdfs:isDefinedBy": "http://data.swissbib.ch/document/036235563",
        "dct:language": "http://lexvo.org/id/iso639-3/eng",
        "rdau:P60163": "http://sws.geonames.org/2635167/",
        "bibo:isbn13": "9780199262977",
        "bibo:isbn10": "0199262977",
        "dct:contributor": "http://data.swissbib.ch/person/e15f76f3-0ffb-3974-86c0-b4b25c4c970d",
        "rdau:P60339": "James Treadwell",
        "bibo:edition": "Repr",
        "rdau:P60333": "Oxford : Oxford University Press, 2006",
        "dc:format": "256 S",
        "dct:subject": [
            "http://d-nb.info/gnd/4014777-0",
            "http://d-nb.info/gnd/4035964-5",
            "http://d-nb.info/gnd/4003939-0"
        ],
        "work": "036235563",
        "bf:instanceOf": "http://data.swissbib.ch/work/036235563",
        "rdau:P60049": "http://rdvocab.info/termList/RDAContentType/1020",
        "rdau:P60050": "http://rdvocab.info/termList/RDAMediaType/1007",
        "rdf:type": "http://purl.org/ontology/bibo/Book",
        "dct:issued": "2006-2005",
        "dct:title": "Autobiographical writing and British literature, 1783-1834"
    }
},
pronguen commented 6 years ago

The 3 GND links are working! I don't understand the problem...