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

<http://data.bibliotheken.nl/id/thes/p183815068> a schema1:Person ;
    rdfs:label "Roko, O.F." ;
    schema1:familyName "Roko" ;
    schema1:givenName "O.F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/226c7e6d4b293f76844f291ffecc8216> ;
    schema1:name "O.F. Roko" ;
    schema1:sameAs <http://viaf.org/viaf/283007586>,
        <https://isni.org/isni/000000038958004X> .

