@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/1006422> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Georg Benda" ;
    ns1:birthDate "1722-06-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3065370/> ;
    ns1:deathDate "1795-11-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Georg Benda" ;
    skos:exactMatch <http://dbpedia.org/resource/Ji%C5%99%C3%AD_Anton%C3%ADn_Benda>,
        <http://id.loc.gov/authorities/names/n81126825>,
        <http://www.wikidata.org/entity/Q213535>,
        <https://musicbrainz.org/artist/2dffa2d9-3b13-420d-b6a7-84ca62763a41> .

