@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/1029418> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Wilhelm Sterk" ;
    ns1:birthDate "1880-06-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3054643/> ;
    ns1:deathDate "1944-10-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Wilhelm Sterk" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q2575252>,
        <https://id.loc.gov/authorities/no93025489>,
        <https://musicbrainz.org/artist/649fc6c7-7fa2-4c53-a32b-320a91946e7f> .

