@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/1028860> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Charles Avison" ;
    ns1:birthDate "1709"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2641673/> ;
    ns1:deathDate "1770-05"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/Charles_Avison>,
        <http://www.wikidata.org/entity/Q1063634>,
        <https://id.loc.gov/authorities/n82003133>,
        <https://musicbrainz.org/artist/979b9f89-0fc5-42bf-8dc9-f0b7ea1adfe0> .

