@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/p06987199X> a schema1:Person ;
    rdfs:label "Pini, Richard (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:description "tekst strips" ;
    schema1:familyName "Pini" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2860838dc22e884a54f0897d456061d5> ;
    schema1:name "Richard Pini" ;
    schema1:sameAs <http://viaf.org/viaf/57721588>,
        wd:Q11890664,
        <https://isni.org/isni/0000000031615308> .

