@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/1030925> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Antônio Carlos Marques Pinto" ;
    ns1:birthDate "1945-10-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3469034/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Antônio Carlos Marques Pinto" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q105033269>,
        <https://musicbrainz.org/artist/cf982155-c5c7-4fd4-a7f2-1d2b976cfb31> .

