@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/1006453> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Carl Stamitz" ;
    ns1:birthDate "1745-05-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2873891/> ;
    ns1:deathDate "1801-11-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Carl Stamitz" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n80015507>,
        <http://www.wikidata.org/entity/Q157898>,
        <https://dbpedia.org/resource/Carl_Stamitz>,
        <https://musicbrainz.org/artist/53c0e27d-3015-443c-b533-a7fc34bad3f0> .

