@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/p069603731> a schema1:Person ;
    rdfs:label "Viotti, Staffan (1944-)" ;
    schema1:birthDate "1944" ;
    schema1:familyName "Viotti" ;
    schema1:givenName "Staffan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb3ab13e0c10919ca51a982096c0a5e8> ;
    schema1:name "Staffan Viotti" ;
    schema1:sameAs <http://viaf.org/viaf/30849744>,
        wd:Q18246891,
        <https://isni.org/isni/0000000063372144> .

