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

<http://data.bibliotheken.nl/id/thes/p071434615> a schema1:Person ;
    rdfs:label "Martínez, Orlando (1916-)" ;
    schema1:alternateName "Villanueva Martínez, Orlando" ;
    schema1:birthDate "1916" ;
    schema1:familyName "Martínez" ;
    schema1:givenName "Orlando" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae4c2fe9a90e077985a4ae56504f15fc> ;
    schema1:name "Orlando Martínez" ;
    schema1:sameAs <http://viaf.org/viaf/9027331>,
        <https://isni.org/isni/0000000059341142> .

