@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/1008935> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Thomas Linley" ;
    ns1:birthDate "1756-05-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2656173/> ;
    ns1:deathDate "1778-08-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Thomas Linley" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n86130322>,
        <http://www.wikidata.org/entity/Q1387164>,
        <https://musicbrainz.org/artist/6a2e17c0-cbbd-45ff-a163-cfcc79bb81ea> .

