@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/p068507283> a schema1:Person ;
    rdfs:label "Rolf, Johnny (1936-)" ;
    schema1:birthDate "1936" ;
    schema1:description "mb",
        "pseud. van: Johanna Jacoba de Rooden" ;
    schema1:familyName "Rolf" ;
    schema1:givenName "Johnny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3bc30bb04bf22882d9d6a3d6861348cc> ;
    schema1:name "Johnny Rolf" ;
    schema1:sameAs <http://viaf.org/viaf/96331357>,
        wd:Q20738080,
        <https://isni.org/isni/0000000078722557> .

