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

<http://data.bibliotheken.nl/id/thes/p30230455X> a schema1:Person ;
    rdfs:label "Petrov, ..." ;
    schema1:description "striptekenaar" ;
    schema1:familyName "Petrov" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0dcae8aee03a3a5ddb12a380212c184b> ;
    schema1:name "... Petrov" ;
    schema1:sameAs <http://viaf.org/viaf/291495250>,
        <https://isni.org/isni/0000000396506251> .

