@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/p068502397> a schema1:Person ;
    rdfs:label "Sctrick, Robert" ;
    schema1:alternateName "Scrick, Robert" ;
    schema1:familyName "Sctrick" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/05369c9855a5316784a58661f7613ac6> ;
    schema1:name "Robert Sctrick" ;
    schema1:sameAs <http://viaf.org/viaf/93692268>,
        wd:Q55622688,
        <https://isni.org/isni/0000000110776353> .

