@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/1011978> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ronnie Van Zant" ;
    ns1:birthDate "1949-01-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4160021/> ;
    ns1:deathDate "1977-10-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ronnie Van Zant" ;
    skos:exactMatch <http://dbpedia.org/resource/Ronnie_Van_Zant>,
        <http://id.loc.gov/authorities/names/n2004065551>,
        <http://www.wikidata.org/entity/Q348571>,
        <https://musicbrainz.org/artist/39787cc4-b614-485b-86f2-91c99ddf2f93> .

