@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/1027704> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Guido Albanese" ;
    ns1:birthDate "1893-12-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3171886/> ;
    ns1:deathDate "1966-01-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Guido Albanese" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q20688044>,
        <https://id.loc.gov/authorities/names/nr97026224>,
        <https://musicbrainz.org/artist/2f81cd6c-8eff-4b79-8a82-2947786cc1cd> .

