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

<http://data.bibliotheken.nl/id/thes/p069002002> a schema1:Person ;
    rdfs:label "Roelands, J.A.M. (1900-1982)" ;
    schema1:birthDate "1900" ;
    schema1:deathDate "1982" ;
    schema1:description "mb" ;
    schema1:familyName "Roelands" ;
    schema1:givenName "J.A.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d8c924b84ddad4d5ce9cb5b5570a7d7d> ;
    schema1:name "J.A.M. Roelands" ;
    schema1:sameAs <http://viaf.org/viaf/43128414>,
        <https://isni.org/isni/0000000021270334> .

