@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K12-61> a schema:Person;
  schema:description "Mike Super is an American magician who is the winner of the NBC show Phenomenon. He was a top finalist on Season 9 of America's Got Talent. He's also appeared on The Ellen DeGeneres Show and The Penn & Teller FOOL US TV series. Super currently tours the U.S. and Canada with his illusion show."@en;
  schema:disambiguatingDescription "Magician";
  schema:hasOccupation "Magician";
  schema:name "Mike Super";
  schema:sameAs <http://www.wikidata.org/entity/Q6848990>,
    <https://en.wikipedia.org/wiki/Mike_Super>,
    <https://twitter.com/mikesuper/>,
    <https://www.facebook.com/mikesupermagic/>,
    <https://www.instagram.com/mikesupermagic/>;
  schema:url <https://www.mikesuper.com>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
