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

<http://data.bibliotheken.nl/id/thes/p069091463> a schema1:Person ;
    rdfs:label "Wartna, Fred (1952-)" ;
    schema1:birthDate "1952" ;
    schema1:description "humanistisch vormingsonderwijs",
        "wereldoriëntatie" ;
    schema1:familyName "Wartna" ;
    schema1:givenName "Fred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/98fca57b5e743945ffac039d996422e6> ;
    schema1:name "Fred Wartna" ;
    schema1:sameAs <http://viaf.org/viaf/280069769>,
        <https://isni.org/isni/0000000387188140> .

