@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/1027802> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "André Alexandre" ;
    ns1:birthDate "1860"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3017382/> ;
    ns1:deathDate "1928"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "André Alexandre" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q55989110>,
        <https://id.loc.gov/authorities/n90677841>,
        <https://musicbrainz.org/artist/e70e9f90-6a2f-4ce6-b550-1c9b82169ac3> .

