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

<http://data.bibliotheken.nl/id/thes/p430879652> a schema1:Person ;
    rdfs:label "A, F. v." ;
    schema1:description "vertaler" ;
    schema1:familyName "v. A" ;
    schema1:givenName "F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eda5d6ea35846cd8411528ffb4b0f844> ;
    schema1:name "F. v. A" .

