@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p090654331> a schema1:Person ;
    rdfs:label "Pieters, Ric" ;
    schema1:description "journalist" ;
    schema1:familyName "Pieters" ;
    schema1:givenName "Ric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a1ac1e657da4947bec5b52799090a46> ;
    schema1:name "Ric Pieters" ;
    schema1:sameAs <http://viaf.org/viaf/289098792>,
        <https://isni.org/isni/000000039455230X> .

