@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/1016273> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joseph Martin Kraus" ;
    ns1:birthDate "1756-06-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2871079/> ;
    ns1:deathDate "1792-12-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Joseph Martin Kraus" ;
    skos:exactMatch <http://dbpedia.org/resource/Joseph_Martin_Kraus>,
        <http://id.loc.gov/authorities/names/n82223266>,
        <http://www.wikidata.org/entity/Q453272>,
        <https://musicbrainz.org/artist/5af39af1-d187-4bf8-8da8-ae841f853ffe> .

