@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1006521> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Luís de Freitas Branco" ;
    ns1:birthDate "1890-10-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2267057/> ;
    ns1:deathDate "1955-11-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Luís de Freitas Branco" ;
    skos:exactMatch <http://dbpedia.org/resource/Lu%C3%ADs_de_Freitas_Branco>,
        <http://www.wikidata.org/entity/Q555403>,
        <https://id.loc.gov/authorities/names/no89001484>,
        <https://musicbrainz.org/artist/7ae46f4c-ead4-437b-891d-f44b0a557ce7> .

