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

<http://data.bibliotheken.nl/id/thes/p068303416> a schema1:Person ;
    rdfs:label "Loscerbo, John" ;
    schema1:familyName "Loscerbo" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae85cfb78b8224e8b0d1f5a10a403de3> ;
    schema1:name "John Loscerbo" ;
    schema1:sameAs <http://viaf.org/viaf/67791565>,
        <https://isni.org/isni/0000000082556221> .

