@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/1030154> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Malcolm Young" ;
    ns1:birthDate "1953-01-06"^^xsd:date ;
    ns1:birthPlace <http://sws.geonames.org/2648579/> ;
    ns1:deathDate "2017-11-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Malcolm Young" ;
    skos:exactMatch <http://dbpedia.org/resource/Malcolm_Young>,
        <http://www.wikidata.org/entity/Q44653>,
        <https://id.loc.gov/authorities/n78011841>,
        <https://musicbrainz.org/artist/ea719716-da05-46f8-bbd5-cc5803db3d0e> .

