@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/1029979> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joseph Schubert" ;
    ns1:birthDate "1754-12-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3063375/> ;
    ns1:deathDate "1837-07-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Joseph Schubert" ;
    skos:exactMatch <http://dbpedia.org/resource/Joseph_Schubert_(composer)>,
        <http://www.wikidata.org/entity/Q77909>,
        <https://id.loc.gov/authorities/n87127332>,
        <https://musicbrainz.org/artist/8a7954fd-83a6-4458-9e27-b43126ab7287> .

