@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/1007561> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Adolphe Adam" ;
    ns1:birthDate "1803-07-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1856-05-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Adolphe Adam" ;
    skos:exactMatch <http://dbpedia.org/resource/Adolphe_Adam>,
        <http://id.loc.gov/authorities/names/n80057007>,
        <http://www.wikidata.org/entity/Q189544>,
        <https://musicbrainz.org/artist/ece590a3-ae0e-4311-bcf3-ee07cfb7b4f0> .

