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

<http://data.bibliotheken.nl/id/thes/p092834922> a schema1:Person ;
    rdfs:label "Arends, R. (fl. 2e helft 18e eeuw ; tekenaar)" ;
    schema1:description "fl. 2e helft 18e eeuw" ;
    schema1:familyName "Arends" ;
    schema1:givenName "R." ;
    schema1:hasOccupation "tekenaar" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4be0e1545d9c4e1ea453f126b727ac3f> ;
    schema1:name "R. Arends" ;
    schema1:sameAs <http://viaf.org/viaf/280020709> .

