@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/p070584370> a schema1:Person ;
    rdfs:label "Jacobsen, Arne (1902-1971)" ;
    schema1:birthDate "1902" ;
    schema1:deathDate "1971" ;
    schema1:description "architect",
        "mb" ;
    schema1:familyName "Jacobsen" ;
    schema1:givenName "Arne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb617e01f4114ca78759675168f7570c> ;
    schema1:name "Arne Jacobsen" ;
    schema1:sameAs <http://viaf.org/viaf/5725624>,
        wd:Q273572,
        <https://isni.org/isni/0000000121190016> .

