Skip to content

Commit

Permalink
Update lobid-rdf-to-json dependency
Browse files Browse the repository at this point in the history
This adds an updated labels.json.

See hbz/lobid-rdf-to-json#30.
  • Loading branch information
dr0i committed Nov 17, 2016
1 parent 9f25f6c commit 4492243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/hbz01.es.nt
Original file line number Diff line number Diff line change
Expand Up @@ -6260,10 +6260,10 @@ _:Bb1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://d-nb.info/standa
_:Bb1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/lobid/lv#MultiVolumeWorkRelation> .
_:Bb1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/lobid/lv#SeriesRelation> .
_:Bb1 <http://www.w3.org/2000/01/rdf-schema#label> "Aufsatzsammlung"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb1 <http://www.w3.org/2000/01/rdf-schema#label> "Ausstellung"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb1 <http://www.w3.org/2000/01/rdf-schema#label> "Bibliographie"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb1 <http://www.w3.org/2000/01/rdf-schema#label> "Geschichte 1918-1940"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb1 <http://www.w3.org/2000/01/rdf-schema#label> "Geschichte 1945-2003"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb1 <http://www.w3.org/2000/01/rdf-schema#label> "Geschichte 1959-1972"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb1 <http://www.w3.org/2000/01/rdf-schema#label> "Geschichte"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb1 <http://www.w3.org/2000/01/rdf-schema#label> "M\u00FCller, Guntram"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb1 <http://www.w3.org/2000/01/rdf-schema#label> "Online-Publikation"^^<http://www.w3.org/2001/XMLSchema#string> .
Expand Down Expand Up @@ -6293,7 +6293,7 @@ _:Bb2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:Bb3 .
_:Bb2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://d-nb.info/standards/elementset/gnd#SubjectHeading> .
_:Bb2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/lobid/lv#MultiVolumeWorkRelation> .
_:Bb2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/lobid/lv#SeriesRelation> .
_:Bb2 <http://www.w3.org/2000/01/rdf-schema#label> "Ausstellung"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb2 <http://www.w3.org/2000/01/rdf-schema#label> "Geschichte 1959-1972"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb2 <http://www.w3.org/2000/01/rdf-schema#label> "Geschichte"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb2 <http://www.w3.org/2000/01/rdf-schema#label> "Karte"^^<http://www.w3.org/2001/XMLSchema#string> .
_:Bb2 <http://www.w3.org/2000/01/rdf-schema#label> "Verzeichnis"^^<http://www.w3.org/2001/XMLSchema#string> .
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/jsonld/HT018612706
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
"label" : "Pop-Art",
"type" : [ "SubjectHeading" ]
}, {
"label" : "Geschichte 1959-1972",
"label" : "Ausstellung",
"type" : [ "SubjectHeading" ]
}, {
"label" : "Ausstellung",
"label" : "Geschichte 1959-1972",
"type" : [ "SubjectHeading" ]
} ],
"subjectChain" : [ "Deutschland, Bundesrepublik | Pop-Art | Geschichte 1959-1972 | Ausstellung | Köln <2015> (21345)", "Düsseldorf | Köln | Pop-Art | Geschichte 1959-1972 | Ausstellung | Köln <2015> (213456,312456)" ],
Expand Down

0 comments on commit 4492243

Please sign in to comment.