@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/p173017517> a schema1:Person ;
    rdfs:label "Pourier, Miguel Arcangel (1938-2013)" ;
    schema1:birthDate "1938" ;
    schema1:deathDate "2013" ;
    schema1:familyName "Pourier" ;
    schema1:givenName "Miguel Arcangel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7da6735dbacfde8356682e065c42674d> ;
    schema1:name "Miguel Arcangel Pourier" ;
    schema1:sameAs <http://viaf.org/viaf/280922735>,
        wd:Q2515535,
        <https://isni.org/isni/0000000387844304> .

