@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/1013690> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Bob Marley" ;
    ns1:birthDate "1945-02-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/8504887/> ;
    ns1:deathDate "1981-05-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Bob Marley" ;
    skos:exactMatch <http://dbpedia.org/resource/Bob_Marley>,
        <http://id.loc.gov/authorities/names/n81020153>,
        <http://musicbrainz.org/artist/ed2ac1e9-d51d-4eff-a2c2-85e81abd6360>,
        <http://www.wikidata.org/entity/Q409> .

