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

<http://data.bibliotheken.nl/id/thes/p068823932> a schema1:Person ;
    rdfs:label "Revis, M." ;
    schema1:description "1904-1973",
        "literator",
        "pseud. van: Willem Visser" ;
    schema1:familyName "Revis" ;
    schema1:givenName "M." ;
    schema1:hasOccupation "letterkundige" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d7171d24b7f511166eaa07a7a35d56e9> ;
    schema1:name "M. Revis" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p068823959>,
        <http://viaf.org/viaf/8716161211737840070000> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/revi002> .

