@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/1007933> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "João de Sousa Carvalho" ;
    ns1:birthDate "1745-02-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2268411/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "João de Sousa Carvalho" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q2247998>,
        <https://id.loc.gov/authorities/names/n82132829>,
        <https://musicbrainz.org/artist/3a098edc-5667-4426-b1f5-21b28de16bca> .

