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

<http://data.bibliotheken.nl/id/thes/p31777865X> a schema1:Person ;
    rdfs:label "Caetano, Mário" ;
    schema1:familyName "Caetano" ;
    schema1:givenName "Mário" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/09ed4aefc654c01331f36d9e3a3953c9> ;
    schema1:name "Mário Caetano" ;
    schema1:sameAs <http://viaf.org/viaf/287812212>,
        wd:Q57414160,
        <https://isni.org/isni/0000000393495032> .

