@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/p163567980> a schema1:Person ;
    rdfs:label "Rocco, Bruno" ;
    schema1:description "tek." ;
    schema1:familyName "Rocco" ;
    schema1:givenName "Bruno" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/89cab0576ba3341a425fe8ae07d6c8be> ;
    schema1:name "Bruno Rocco" ;
    schema1:sameAs <http://viaf.org/viaf/9977542>,
        wd:Q2926943,
        <https://isni.org/isni/0000000108692329> .

