@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/1008839> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Thomas Morley" ;
    ns1:birthDate "1557"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2641181/> ;
    ns1:deathDate "1602-10"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Thomas Morley" ;
    skos:exactMatch <http://dbpedia.org/resource/Thomas_Morley>,
        <http://id.loc.gov/authorities/names/n79081242>,
        <http://musicbrainz.org/artist/a913ed8a-d348-4364-aae2-28f661b921dd>,
        <http://www.wikidata.org/entity/Q438141> .

