-
Notifications
You must be signed in to change notification settings - Fork 37
7 Use GND as KB
vdanielupb edited this page Feb 26, 2018
·
13 revisions
This page is under construction
Predicate List enables to search for canditates with predicates definded in predicateList.
Use following settings:
usePredeicateList=true
, predicateList=http://d-nb.info/standards/elementset/gnd#[predicate_1],...,http://d-nb.info/standards/elementset/gnd#[predicate_n]
and commonEntities=true
blankNodeMatching enables creating the index from KNs which uses blank nodes as references. blankNodeMatching=true
For instance:
<http://d-nb.info/gnd/XXXXXXXXXXXXXXXXXXXX> a gndo:DifferentiatedPerson ;
gndo:gndIdentifier "XXX" ;
gndo:preferredNameForThePerson "Doe, Jon" ;
gndo:preferredNameEntityForThePerson _:node1234 .
_:node1234 gndo:forename "Jon" ;
gndo:surname "Doe" .
create Index from gz files use readFromGz=true
to build a Triple Index with compressed .gz files