@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/1029987> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Salomon Hermann Mosenthal" ;
    ns1:birthDate "1821-01-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2892518/> ;
    ns1:deathDate "1877-02-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Salomon Hermann Mosenthal" ;
    skos:exactMatch <http://dbpedia.org/resource/Salomon_Hermann_Mosenthal>,
        <http://www.wikidata.org/entity/Q2214998>,
        <https://id.loc.gov/authorities/n82208536>,
        <https://musicbrainz.org/artist/829978e1-b2a4-4b8e-91a6-1320ef2428eb> .

