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

<http://data.bibliotheken.nl/id/thes/p21309164X> a schema1:Person ;
    rdfs:label "Berendsen, J." ;
    schema1:description "volleybal" ;
    schema1:familyName "Berendsen" ;
    schema1:givenName "J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7623b8452da11c2614340c2f420b6147> ;
    schema1:name "J. Berendsen" ;
    schema1:sameAs <http://viaf.org/viaf/291230293>,
        <https://isni.org/isni/0000000396293903> .

