@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/1020726> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sigmund Lebert" ;
    ns1:birthDate "1821-12-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2875392/> ;
    ns1:deathDate "1884-12-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Sigmund Lebert" ;
    skos:exactMatch <http://dbpedia.org/resource/Sigmund_Lebert>,
        <http://www.wikidata.org/entity/Q70109>,
        <https://id.loc.gov/authorities/names/no88001018>,
        <https://musicbrainz.org/artist/b43358c6-5cd3-4710-896d-0ddc99e9a04b> .

