@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/1024944> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frank Wedekind" ;
    ns1:birthDate "1864-07-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2910831/> ;
    ns1:deathDate "1918-03-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Frank Wedekind" ;
    skos:exactMatch <http://dbpedia.org/resource/Frank_Wedekind>,
        <http://www.wikidata.org/entity/Q57619>,
        <https://id.loc.gov/authorities/names/n79135578>,
        <https://musicbrainz.org/artist/c2726e9c-4aeb-487f-b15e-47cf2e05724d> .

