@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/1006391> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giacomo Meyerbeer" ;
    ns1:birthDate "1791-09-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2816876/> ;
    ns1:deathDate "1864-05-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giacomo Meyerbeer" ;
    skos:exactMatch <http://dbpedia.org/resource/Giacomo_Meyerbeer>,
        <http://id.loc.gov/authorities/names/n79140961>,
        <http://musicbrainz.org/artist/e2e5fec1-d87b-4b48-81b1-7e9ab074f348>,
        <http://www.wikidata.org/entity/Q105237> .

