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

<http://data.bibliotheken.nl/id/thes/p149305133> a schema1:Person ;
    rdfs:label "Rocca, Simon" ;
    schema1:familyName "Rocca" ;
    schema1:givenName "Simon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a94e2d28e5bb1efd4a7f4c28d698d7e> ;
    schema1:name "Simon Rocca" ;
    schema1:sameAs <http://viaf.org/viaf/46831455> .

