@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/1029725> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Calamity Jane" ;
    ns1:birthDate "1852-05-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5056943/> ;
    ns1:deathDate "1903-08-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Calamity Jane" ;
    skos:exactMatch <http://dbpedia.org/resource/Calamity_Jane>,
        <http://www.wikidata.org/entity/Q236795>,
        <https://id.loc.gov/authorities/n80132976>,
        <https://musicbrainz.org/artist/75feb98a-c8bd-4c2f-abd6-ece6438a77ec> .

