@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/1023419> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William Oldys" ;
    ns1:birthDate "1696-07-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6269131/> ;
    ns1:deathDate "1761-04-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "William Oldys" ;
    skos:exactMatch <http://dbpedia.org/resource/William_Oldys>,
        <http://id.loc.gov/authorities/names/n86838625>,
        <http://www.wikidata.org/entity/Q8016330>,
        <https://musicbrainz.org/artist/dd27e4ef-eb6f-4976-bf8b-4b012bfe074e> .

