@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/1022754> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ben Jonson" ;
    ns1:birthDate "1572"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2634341/> ;
    ns1:deathDate "1637-08-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Ben Jonson" ;
    skos:exactMatch <http://dbpedia.org/resource/Ben_Jonson>,
        <http://id.loc.gov/authorities/names/n80044918>,
        <http://www.wikidata.org/entity/Q193857>,
        <https://musicbrainz.org/artist/5b9d93db-9bbc-4150-8fd9-a9e7fb7b1428> .

