@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/1022378> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Roy Howat" ;
    ns1:birthDate "1951"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2638360/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/edt> ;
    ns1:name "Roy Howat" ;
    skos:exactMatch <http://dbpedia.org/resource/Roy_Howat>,
        <http://id.loc.gov/authorities/names/n80151106>,
        <http://www.wikidata.org/entity/Q7372974>,
        <https://musicbrainz.org/artist/8e77a399-f220-4b64-abe2-39bd163b5274> .

