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

<http://data.bibliotheken.nl/id/thes/p307340899> a schema1:Person ;
    rdfs:label "Swier, Dick" ;
    schema1:description "vert." ;
    schema1:familyName "Swier" ;
    schema1:givenName "Dick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0bc773012edc0e5331ab85e69165de67> ;
    schema1:name "Dick Swier" ;
    schema1:sameAs <http://viaf.org/viaf/289766531>,
        <https://isni.org/isni/0000000395092106> .

