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

<http://data.bibliotheken.nl/id/thes/p272562823> a schema1:Person ;
    rdfs:label "Branco, António" ;
    schema1:description "Linguist" ;
    schema1:familyName "Branco" ;
    schema1:givenName "António" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7457e83f70e8f0e7ddd2bb52e8c4c8bc> ;
    schema1:name "António Branco" ;
    schema1:sameAs <http://viaf.org/viaf/99486021>,
        <https://isni.org/isni/0000000118800960> .

