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

<http://data.bibliotheken.nl/id/thes/p343015188> a schema1:Person ;
    rdfs:label "Niño, ..." ;
    schema1:description "Zie ook: Jef",
        "pseud. van: Jean-François Martinez" ;
    schema1:familyName "Niño" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5209b76a0153f4910055c76f93583977> ;
    schema1:name "... Niño" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p354978527>,
        <http://viaf.org/viaf/381161211596940070005>,
        <https://isni.org/isni/0000000387161562> .

