@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/1003446> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jorge Antunes" ;
    ns1:birthDate "1942-04-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3451190/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jorge Antunes" ;
    skos:exactMatch <http://dbpedia.org/resource/Jorge_Antunes_(composer)>,
        <http://www.wikidata.org/entity/Q1309284>,
        <https://id.loc.gov/authorities/names/no89012827>,
        <https://musicbrainz.org/artist/6266e6ec-654c-477c-9a43-8f13ec2453a2> .

