@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/1010873> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John R. Sweney" ;
    ns1:birthDate "1837-12-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4562144/> ;
    ns1:deathDate "1899-04-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John R. Sweney" ;
    skos:exactMatch <http://dbpedia.org/resource/John_R._Sweney>,
        <http://www.wikidata.org/entity/Q21261087>,
        <https://id.loc.gov/authorities/names/nr91024204>,
        <https://musicbrainz.org/artist/c5ab72b8-3343-49b0-86ab-6b2917ab7064> .

