@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/1018311> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dave Grohl" ;
    ns1:birthDate "1969-01-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5175865/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Dave Grohl" ;
    skos:exactMatch <http://dbpedia.org/resource/Dave_Grohl>,
        <http://id.loc.gov/authorities/names/no00059212>,
        <http://www.wikidata.org/entity/Q12006>,
        <https://musicbrainz.org/artist/4d5f891d-9bce-45ae-ad86-912dd27252fa> .

