@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/p069412545> a schema1:Person ;
    rdfs:label "Ferrari, A. (1941-)" ;
    schema1:birthDate "1941" ;
    schema1:familyName "Ferrari" ;
    schema1:givenName "A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/857cb247d35f98b47692d6d55a275380> ;
    schema1:name "A. Ferrari" ;
    schema1:sameAs <http://viaf.org/viaf/24847788>,
        wd:Q104052539,
        <https://isni.org/isni/0000000108803324> .

