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

<http://data.bibliotheken.nl/id/thes/p074742426> a schema1:Person ;
    rdfs:label "Astrain, ..." ;
    schema1:description "striptek." ;
    schema1:familyName "Astrain" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3ee0d766f8851c0ce5eae22e0d3c5077> ;
    schema1:name "... Astrain" ;
    schema1:sameAs <http://viaf.org/viaf/290499247>,
        <https://isni.org/isni/000000039572461X> .

