@prefix :       <https://x.com/yumi_willems/status/2053256485124137228#> .
@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:    <http://www.w3.org/2002/07/owl#> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix dct:    <http://purl.org/dc/terms/> .
@prefix foaf:   <http://xmlns.com/foaf/0.1/> .
@prefix prov:   <http://www.w3.org/ns/prov#> .

: a owl:Ontology ;
    schema:name "#AIWeekNY Events — May 17–23, 2026 — KG Ontology"@en ;
    schema:description "Semantic model of Yumi W. Kimura's curated thread listing AI Week NYC events for May 17–23, 2026 — AI/ML roundtables, code meetups, founder mixers, production conferences, and agentic engineering hacks across New York City."@en ;
    rdfs:label "#AIWeekNY Events — Knowledge Graph" ;
    schema:identifier "https://x.com/yumi_willems/status/2053256485124137228" ;
    dct:source <https://x.com/yumi_willems/status/2053256485124137228> ;
    dct:creator :yumiKimura ; dct:date "2026-05-09"^^xsd:date .

:EventDay a owl:Class ; rdfs:label "Event Day" ; rdfs:comment "A day during AI Week NYC (May 17–23, 2026) containing IRL tech events." ; rdfs:isDefinedBy : .
:Event a owl:Class ; rdfs:label "Event" ; rdfs:comment "An IRL event during AI Week NYC listed in Yumi W. Kimura's curated thread." ; rdfs:isDefinedBy : .

:article a schema:Article, schema:SocialMediaPosting ;
    rdfs:label "#AIWeekNY Events — May 17–23, 2026" ;
    schema:name "#AIWeekNY Events — May 17–23, 2026"@en ;
    schema:headline "#AIWeekNY Events — May 17–23, 2026"@en ;
    schema:description "Yumi W. Kimura (@yumi_willems) curates AI Week NYC events for May 17–23, 2026 — AI/ML strategy roundtables, code & coffee meetups, B2B founder/investor mixers, AI in production mini-conferences, game nights, and agentic engineering hacks across New York City."@en ;
    schema:url <https://x.com/yumi_willems/status/2053256485124137228> ;
    schema:datePublished "2026-05-09"^^xsd:date ;
    schema:author :yumiKimura ;
    schema:about :aiWeekNYC, :nycTechEcosystem ;
    schema:hasPart :overviewSection, :eventsByDaySection, :faqPage, :glossarySet, :howtoSection, :daysGroup, : ; prov:wasGeneratedBy :kgGeneratorSkill .

:yumiKimura a foaf:Person, schema:Person ;
    schema:name "Yumi W. Kimura"@en ;
    schema:identifier "https://x.com/yumi_willems" ;
    schema:url <https://x.com/yumi_willems> .

:aiWeekNYC a skos:Concept, schema:DefinedTerm ;
    schema:name "#AIWeekNY"@en ;
    schema:description "A week-long series of IRL AI events across New York City — roundtables, meetups, conferences, and hacks spanning strategy, engineering, production, and community."@en ; rdfs:isDefinedBy : .

:nycTechEcosystem a skos:Concept, schema:DefinedTerm ;
    schema:name "NYC Tech Ecosystem"@en ;
    schema:description "New York City's growing AI and technology event landscape — increasingly dense with cross-disciplinary gatherings spanning founders, investors, engineers, and strategists."@en ; rdfs:isDefinedBy : .

:daysGroup a schema:ArticleSection ; schema:name "Events by Day"@en ; schema:position 2 ; schema:hasPart :daySunday, :dayMonday, :dayFriday, :daySaturday .
:daySunday a :EventDay ; rdfs:label "Sunday, May 17" ; rdfs:comment "AI/ML Strategy & Innovation Roundtable (12PM), Code & Coffee (2PM)."@en .
:dayMonday a :EventDay ; rdfs:label "Monday, May 18" ; rdfs:comment "NYC B2B: AI Founders & Investors Meetup (10:30PM)."@en .
:dayFriday a :EventDay ; rdfs:label "Friday, May 22" ; rdfs:comment "AI In Production Mini Conference (9:30AM), AI Engineers - Game Night (6:30PM)."@en .
:daySaturday a :EventDay ; rdfs:label "Saturday, May 23" ; rdfs:comment "Agentic Engineering Hack (1:30PM)."@en .

:events a schema:ArticleSection ; schema:name "Featured Events"@en ; schema:position 3 ; schema:hasPart :eRoundtable, :eCodeCoffee, :eFoundersMeetup, :eMiniConf, :eGameNight, :eAgenticHack .
:eRoundtable a :Event ; rdfs:label "AI/ML Strategy & Innovation Roundtable" ; rdfs:comment "Private roundtable — Sunday 12PM. Luma: luma.com/9sy5lmrj."@en .
:eCodeCoffee a :Event ; rdfs:label "Code & Coffee" ; rdfs:comment "Casual meetup for coders — Sunday 2PM. Meetup: meetup.com/new-york-code-coffee/events/314399818/."@en .
:eFoundersMeetup a :Event ; rdfs:label "NYC B2B: AI Founders & Investors Meetup" ; rdfs:comment "Monday 10:30PM — connecting AI founders with investors in NYC."@en .
:eMiniConf a :Event ; rdfs:label "AI In Production Mini Conference" ; rdfs:comment "Friday 9:30AM — conference focused on deploying AI to production. Luma: luma.com/kv5fbucl."@en .
:eGameNight a :Event ; rdfs:label "AI Engineers - Game Night" ; rdfs:comment "Friday 6:30PM — casual gaming night for AI engineers. Luma: luma.com/4dlpib3i."@en .
:eAgenticHack a :Event ; rdfs:label "Agentic Engineering Hack" ; rdfs:comment "Saturday 1:30PM — hackathon focused on AI agents and autonomous engineering."@en .

:overviewSection a schema:ArticleSection ; schema:name "Overview"@en ; schema:position 1 ; schema:description "Yumi W. Kimura curates #AIWeekNY — IRL AI events across NYC from May 17–23, 2026 spanning strategy, code, investment, production, and agentic engineering."@en .
:eventsByDaySection a schema:ArticleSection ; schema:name "Events by Day"@en ; schema:position 2 .

:faqPage a schema:FAQPage ; schema:name "Frequently Asked Questions"@en ; schema:mainEntity :faq1, :faq2, :faq3, :faq4, :faq5, :faq6, :faq7, :faq8, :faq9, :faq10, :faq11, :faq12 .
:faq1 a schema:Question ; schema:name "What is #AIWeekNY?"@en ; schema:acceptedAnswer :a1 . :a1 a schema:Answer ; schema:text "A week-long series of IRL AI events across New York City from May 17–23, 2026 — roundtables, meetups, conferences, and hacks covering AI strategy, engineering, investment, and production."@en .
:faq2 a schema:Question ; schema:name "Who curated this list?"@en ; schema:acceptedAnswer :a2 . :a2 a schema:Answer ; schema:text "Yumi W. Kimura (@yumi_willems) — a NYC-based curator connecting the AI community through event listings and shared calendars."@en .
:faq3 a schema:Question ; schema:name "How many events are listed?"@en ; schema:acceptedAnswer :a3 . :a3 a schema:Answer ; schema:text "Six events across four days — Sunday through Monday and Friday through Saturday, with additional slots for Wednesday and Thursday."@en .
:faq4 a schema:Question ; schema:name "What types of events are included?"@en ; schema:acceptedAnswer :a4 . :a4 a schema:Answer ; schema:text "AI/ML strategy roundtables, code meetups, founder/investor mixers, production conferences, game nights, and agentic engineering hacks."@en .
:faq5 a schema:Question ; schema:name "Where are these events located?"@en ; schema:acceptedAnswer :a5 . :a5 a schema:Answer ; schema:text "Across New York City — venues use Luma (luma.com) and Meetup (meetup.com) for registration."@en .
:faq6 a schema:Question ; schema:name "What is the AI In Production Mini Conference?"@en ; schema:acceptedAnswer :a6 . :a6 a schema:Answer ; schema:text "A Friday morning conference (9:30AM) focused on deploying AI systems to production — covering MLOps, infrastructure, monitoring, and reliability."@en .
:faq7 a schema:Question ; schema:name "What is the Agentic Engineering Hack?"@en ; schema:acceptedAnswer :a7 . :a7 a schema:Answer ; schema:text "A Saturday afternoon hackathon (1:30PM) focused on AI agents and autonomous engineering — building systems that act independently."@en .
:faq8 a schema:Question ; schema:name "Is there a code/engineering community event?"@en ; schema:acceptedAnswer :a8 . :a8 a schema:Answer ; schema:text "Yes — Code & Coffee on Sunday (2PM) for casual coding meetup, and AI Engineers Game Night on Friday (6:30PM) for a more social gathering."@en .
:faq9 a schema:Question ; schema:name "How does this compare to SF tech events?"@en ; schema:acceptedAnswer :a9 . :a9 a schema:Answer ; schema:text "NYC's AI Week has fewer events than SF's 61+ in a comparable week but spans a broader range of formats — from private roundtables to production conferences to agentic hacks — reflecting a different ecosystem structure."@en .
:faq10 a schema:Question ; schema:name "How do I register?"@en ; schema:acceptedAnswer :a10 . :a10 a schema:Answer ; schema:text "Events use Luma (luma.com) and Meetup (meetup.com). Individual links are in Yumi W. Kimura's original thread."@en .
:faq11 a schema:Question ; schema:name "What is the NYC B2B AI Founders & Investors Meetup?"@en ; schema:acceptedAnswer :a11 . :a11 a schema:Answer ; schema:text "A late-night Monday meetup (10:30PM) connecting AI founders with investors — reflecting NYC's strength at the intersection of technology and finance."@en .
:faq12 a schema:Question ; schema:name "Why does community curation matter?"@en ; schema:acceptedAnswer :a12 . :a12 a schema:Answer ; schema:text "Curators like Yumi W. Kimura lower the barrier to entry for newcomers and surface events that might otherwise be invisible. A single thread can become the connective tissue for an entire week of community activity."@en .

:glossarySet a schema:DefinedTermSet ; schema:name "Glossary of Key Terms"@en ; schema:hasDefinedTerm :aiWeekNYC, :nycTechEcosystem, :lumaTerm, :meetupTerm .
:lumaTerm a schema:DefinedTerm ; schema:name "Luma"@en ; schema:description "Event registration platform (luma.com) widely used for tech events across NYC and SF."@en .
:meetupTerm a schema:DefinedTerm ; schema:name "Meetup"@en ; schema:description "Community platform (meetup.com) for organizing and discovering local in-person events and interest groups."@en .

:howtoSection a schema:HowTo ; schema:name "How to Navigate AI Week NYC"@en ; schema:description "A seven-step guide for making the most of AI Week NYC events."@en ; schema:step :step1, :step2, :step3, :step4, :step5, :step6, :step7 .
:step1 a schema:HowToStep ; schema:name "Start with the Roundtable"@en ; schema:position 1 ; schema:text "The Sunday AI/ML Strategy & Innovation Roundtable sets the intellectual tone for the week. Private roundtables offer deeper discussion than large conferences."@en .
:step2 a schema:HowToStep ; schema:name "Mix Strategy with Code"@en ; schema:position 2 ; schema:text "Pair the strategy roundtable with Code & Coffee on the same day — AI Week rewards people who engage at both the strategic and technical levels."@en .
:step3 a schema:HowToStep ; schema:name "Leverage NYC's Finance + Tech Intersection"@en ; schema:position 3 ; schema:text "The Monday night B2B AI Founders & Investors Meetup reflects NYC's unique position at the intersection of technology and finance. Go even if you're not fundraising."@en .
:step4 a schema:HowToStep ; schema:name "Attend the Production Conference"@en ; schema:position 4 ; schema:text "The Friday AI In Production Mini Conference is the anchor event — productionizing AI is the hardest unsolved problem in the field. Come with questions."@en .
:step5 a schema:HowToStep ; schema:name "Close Loops at Game Night"@en ; schema:position 5 ; schema:text "The Friday Game Night is where conference conversations become friendships. Don't skip the social events — they're where the real networking happens."@en .
:step6 a schema:HowToStep ; schema:name "Build Something at the Hack"@en ; schema:position 6 ; schema:text "The Saturday Agentic Engineering Hack lets you apply everything learned during the week. Ship something in a day — even a prototype demonstrates engagement."@en .
:step7 a schema:HowToStep ; schema:name "Share Your Own Curation"@en ; schema:position 7 ; schema:text "Follow Yumi W. Kimura's model — curate and share events you discover. Public curation builds your reputation and strengthens the ecosystem."@en .

:kgGeneratorSkill a schema:SoftwareApplication ; schema:name "kg-generator skill"@en ; schema:url <https://github.com/anomalyco/opencode/tree/main/kg-generator> ; schema:description "LLM-prompt-based Knowledge Graph generation skill."@en .
