@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/p069000298> a schema1:Person ;
    rdfs:label "Huart, Frederik Johan Albert (1896-1935)" ;
    schema1:birthDate "1896" ;
    schema1:deathDate "1935" ;
    schema1:familyName "Huart" ;
    schema1:givenName "Frederik Johan Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3c7032649b1ba23a57849c317a44c1c5> ;
    schema1:name "Frederik Johan Albert Huart" ;
    schema1:sameAs <http://viaf.org/viaf/47143372>,
        wd:Q67198281,
        <https://isni.org/isni/0000000043984274> .

