@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/1023561> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Matt Monro" ;
    ns1:birthDate "1930-12-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2637918/> ;
    ns1:deathDate "1985-02-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Matt Monro" ;
    skos:exactMatch <http://dbpedia.org/resource/Matt_Monro>,
        <http://id.loc.gov/authorities/names/n91105114>,
        <http://www.wikidata.org/entity/Q981789>,
        <https://musicbrainz.org/artist/6965a0f4-6e7b-4feb-8709-508f83c1af93> .

