@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/p067944086> a schema1:Person ;
    rdfs:label "Alonso, Marcelo (1921-2005)" ;
    schema1:birthDate "1921" ;
    schema1:deathDate "2005" ;
    schema1:familyName "Alonso" ;
    schema1:givenName "Marcelo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d38b339216539cc76bfae1e23e07b747> ;
    schema1:name "Marcelo Alonso" ;
    schema1:sameAs <http://viaf.org/viaf/111051475>,
        wd:Q65553131,
        <https://isni.org/isni/0000000115544535> .

