@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p14072186X> a schema1:Person ;
    rdfs:label "Kramář, Vincenc (1877-1960)" ;
    schema1:birthDate "1877" ;
    schema1:deathDate "1960" ;
    schema1:familyName "Kramář" ;
    schema1:givenName "Vincenc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/35d9db3e9dfecd6d82c1d2262a861bf0> ;
    schema1:name "Vincenc Kramář" ;
    schema1:sameAs <http://viaf.org/viaf/12530853>,
        wd:Q11901855,
        <https://isni.org/isni/0000000108710769> .

