@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/1008472> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Georgi Conus" ;
    ns1:birthDate "1862-09-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/524901/> ;
    ns1:deathDate "1933-08-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Georgi Conus" ;
    skos:exactMatch <http://dbpedia.org/resource/Georgi_Conus>,
        <http://id.loc.gov/authorities/names/n91038053>,
        <http://www.wikidata.org/entity/Q706465>,
        <https://musicbrainz.org/artist/20566d57-c609-4066-8b32-77b5e778ba79> .

