@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/p074237489> a schema1:Person ;
    rdfs:label "Winsnes, Andreas Hofgaard (1889-)" ;
    schema1:birthDate "1889" ;
    schema1:familyName "Winsnes" ;
    schema1:givenName "Andreas Hofgaard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f9a132f48b5d8ce5bcadf6a01e8570bb> ;
    schema1:name "Andreas Hofgaard Winsnes" ;
    schema1:sameAs <http://viaf.org/viaf/11476590>,
        wd:Q498164,
        <https://isni.org/isni/0000000080908625> .

