@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/1026507> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johann Peter Salomon" ;
    ns1:birthDate "1745-02-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2946447/> ;
    ns1:deathDate "1815-11-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Johann Peter Salomon" ;
    skos:exactMatch <http://dbpedia.org/resource/Johann_Peter_Salomon>,
        <http://www.wikidata.org/entity/Q63490>,
        <https://id.loc.gov/authorities/names/n83122588>,
        <https://musicbrainz.org/artist/edb26f95-c44f-4035-9729-41c56f167a16> .

