@base <https://linkeddata.uriburner.com/DAV/demos/daas/semantic-web-qa-screencast/gpt5-chat-semantic-web-qa-screencast-presentation.html> .
@prefix : <https://linkeddata.uriburner.com/DAV/demos/daas/semantic-web-qa-screencast/gpt5-chat-semantic-web-qa-screencast-presentation.html#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<> a schema:WebPage, schema:CreativeWork ;
    schema:name "RDF KG-Aided Q&A Accuracy Screencast"@en ;
    schema:headline "Accurate answers because the harness is driven by an RDF knowledge graph"@en ;
    schema:description "HTML presentation and narrated screencast showing Q&A accuracy aided by an RDF, Linked Data, and Semantic Web knowledge graph harness, using actual Codex session screenshots."@en ;
    schema:dateCreated "2026-08-11"^^xsd:date ;
    schema:author <https://linkedin.com/in/kidehen#this> ;
    schema:accountablePerson <https://linkedin.com/in/kidehen#this> ;
    schema:publisher <http://dbpedia.org/resource/OpenLink_Software> ;
    schema:mainEntity :screencast ;
    schema:hasPart :screencast, :actualSessionScreenshotGallery, :sourceEntitySet, :qnaSet, :productPlatformAttribution ;
    schema:about <http://dbpedia.org/resource/Semantic_Web>, <http://dbpedia.org/resource/Linked_data>, <http://dbpedia.org/resource/Resource_Description_Framework>, :kgAidedQuestionAnswering, :resolverLinkedProvenance ;
    schema:mentions <http://dbpedia.org/resource/Andrej_Karpathy> ;
    prov:wasGeneratedBy <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/screencast-recorder#this>,
        <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this>,
        <https://openai.com/codex/#this> .

:screencast a schema:VideoObject ;
    schema:name "RDF KG-Aided Q&A Accuracy Screencast with OpenAI Onyx Voice-Over"@en ;
    schema:description "Narrated MP4 showing actual Codex session screenshots where RDF KG-backed answers include resolver-linked provenance."@en ;
    schema:contentUrl <semantic-web-qa-screencast-with-voiceover.mp4> ;
    schema:embedUrl <gpt5-chat-semantic-web-qa-screencast-presentation.html> ;
    schema:thumbnailUrl <actual-session-screenshots/01-harness-selection-criteria.png> ;
    schema:encodingFormat "video/mp4" ;
    schema:isPartOf <> ;
    schema:hasPart :voiceover, :actualSessionScreenshotGallery .

:voiceover a schema:AudioObject ;
    schema:name "OpenAI Onyx Voice-Over"@en ;
    schema:description "Male OpenAI TTS narration track for the RDF KG-aided Q&A accuracy screencast."@en ;
    schema:contentUrl <semantic-web-qa-screencast-voiceover.mp3> ;
    schema:encodingFormat "audio/mpeg" ;
    schema:isPartOf :screencast .

:actualSessionScreenshotGallery a schema:ImageGallery ;
    schema:name "Actual Codex Session Screenshots Used in the Screencast"@en ;
    schema:description "The screenshots used in the screencast: actual Codex UI captures showing questions posed and RDF KG-backed answers returned."@en ;
    schema:hasPart :screenshotHarnessSelection, :screenshotHarnessComparison, :screenshotBritainInventions ;
    schema:isPartOf <> .

:screenshotHarnessSelection a schema:ImageObject ;
    schema:name "Actual Session Screenshot: Harness Selection Criteria"@en ;
    schema:caption "Actual Codex session screenshot showing the question about coding-agent harness selection criteria and an RDF KG-backed answer with resolver provenance."@en ;
    schema:contentUrl <actual-session-screenshots/01-harness-selection-criteria.png> ;
    schema:about <https://x.com/i/grok/share/a3cf868fd6434047b9534bb2f3baa44b#howtoSection> ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fx.com%2Fi%2Fgrok%2Fshare%2Fa3cf868fd6434047b9534bb2f3baa44b%23howtoSection> ;
    schema:isPartOf :actualSessionScreenshotGallery .

:screenshotHarnessComparison a schema:ImageObject ;
    schema:name "Actual Session Screenshot: Coding Harness Comparison"@en ;
    schema:caption "Actual Codex session screenshot showing the RDF KG-backed comparison of Pi, OpenCode, Claude Code, and Codex."@en ;
    schema:contentUrl <actual-session-screenshots/02-harness-comparison.png> ;
    schema:about <https://x.com/i/grok/share/a3cf868fd6434047b9534bb2f3baa44b#q2> ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fx.com%2Fi%2Fgrok%2Fshare%2Fa3cf868fd6434047b9534bb2f3baa44b%23q2> ;
    schema:isPartOf :actualSessionScreenshotGallery .

:screenshotBritainInventions a schema:ImageObject ;
    schema:name "Actual Session Screenshot: Britain and Transformative Inventions"@en ;
    schema:caption "Actual Codex session screenshot showing Britain's historical tendency with transformative inventions, answered with RDF KG-backed provenance."@en ;
    schema:contentUrl <actual-session-screenshots/03-britain-inventions.png> ;
    schema:about <https://www.thesundaysignal.ai/p/the-machine-was-never-the-asset#q11> ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fwww.thesundaysignal.ai%2Fp%2Fthe-machine-was-never-the-asset%23q11> ;
    schema:isPartOf :actualSessionScreenshotGallery .

:qnaSet a schema:FAQPage ;
    schema:name "RDF KG-Backed Q&A Accuracy Examples"@en ;
    schema:description "Q&A examples from the session where RDF KG-backed lookup improves answer accuracy and provenance."@en ;
    schema:mainEntity :qHarnessSelection, :qHarnessComparison, :qBritainInventions ;
    schema:isPartOf <> .

:qHarnessSelection a schema:Question ;
    schema:name "What criteria should guide my choice of coding agent harness?"@en ;
    schema:acceptedAnswer :aHarnessSelection ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fx.com%2Fi%2Fgrok%2Fshare%2Fa3cf868fd6434047b9534bb2f3baa44b%23howtoSection> ;
    schema:isPartOf :qnaSet .

:aHarnessSelection a schema:Answer ;
    schema:text "The RDF KG-backed answer returns workload, openness, safety posture, token and dollar budget, existing model access, real-task prototyping, and multi-harness strategy as criteria."@en ;
    schema:isPartOf :qHarnessSelection .

:qHarnessComparison a schema:Question ;
    schema:name "What are the main differences between Pi, OpenCode, Claude Code, and Codex?"@en ;
    schema:acceptedAnswer :aHarnessComparison ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fx.com%2Fi%2Fgrok%2Fshare%2Fa3cf868fd6434047b9534bb2f3baa44b%23q2> ;
    schema:isPartOf :qnaSet .

:aHarnessComparison a schema:Answer ;
    schema:text "The RDF KG-backed answer distinguishes Pi as minimalist, OpenCode as open and model-agnostic, Claude Code as heavyweight and batteries-included, and Codex as OpenAI reliability plus sandboxing."@en ;
    schema:isPartOf :qHarnessComparison .

:qBritainInventions a schema:Question ;
    schema:name "What is Britain's historical tendency with transformative inventions?"@en ;
    schema:acceptedAnswer :aBritainInventions ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fwww.thesundaysignal.ai%2Fp%2Fthe-machine-was-never-the-asset%23q11> ;
    schema:isPartOf :qnaSet .

:aBritainInventions a schema:Answer ;
    schema:text "The RDF KG-backed answer states that Britain often originates breakthrough technologies but fails to build the enduring industries around them."@en ;
    schema:isPartOf :qBritainInventions .

:sourceEntitySet a schema:ItemList ;
    schema:name "Resolver-Linked RDF KG Source Entities"@en ;
    schema:description "Resolver links used for RDF KG lookup and provenance in the session."@en ;
    schema:itemListElement :sourceHarnessHowTo, :sourceHarnessComparison, :sourceBritainInventions ;
    schema:isPartOf <> .

:sourceHarnessHowTo a schema:ListItem ;
    schema:position 1 ;
    schema:name "Coding harness HowTo section"@en ;
    schema:url <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fx.com%2Fi%2Fgrok%2Fshare%2Fa3cf868fd6434047b9534bb2f3baa44b%23howtoSection> .

:sourceHarnessComparison a schema:ListItem ;
    schema:position 2 ;
    schema:name "Coding harness comparison question"@en ;
    schema:url <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fx.com%2Fi%2Fgrok%2Fshare%2Fa3cf868fd6434047b9534bb2f3baa44b%23q2> .

:sourceBritainInventions a schema:ListItem ;
    schema:position 3 ;
    schema:name "Britain transformative inventions question"@en ;
    schema:url <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fwww.thesundaysignal.ai%2Fp%2Fthe-machine-was-never-the-asset%23q11> .

:productPlatformAttribution a schema:ItemList ;
    schema:name "Product and Platform Attribution"@en ;
    schema:description "Human-visible and machine-readable product/platform attribution for the HTML and RDF document collection."@en ;
    schema:itemListElement :platformCodex, :platformOpenAI, :platformURIBurner, :platformOpenLink ;
    schema:isPartOf <> .

:platformCodex a schema:ListItem ;
    schema:position 1 ;
    schema:name "GPT-5 Chat Codex"@en ;
    schema:item <https://openai.com/codex/#this> ;
    schema:url <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fopenai.com%2Fcodex%2F%23this> .

:platformOpenAI a schema:ListItem ;
    schema:position 2 ;
    schema:name "OpenAI"@en ;
    schema:item <http://dbpedia.org/resource/OpenAI> ;
    schema:url <https://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FOpenAI> .

:platformURIBurner a schema:ListItem ;
    schema:position 3 ;
    schema:name "URIBurner"@en ;
    schema:item <https://linkeddata.uriburner.com/#this> ;
    schema:url <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Flinkeddata.uriburner.com%2F%23this> .

:platformOpenLink a schema:ListItem ;
    schema:position 4 ;
    schema:name "OpenLink Software"@en ;
    schema:item <http://dbpedia.org/resource/OpenLink_Software> ;
    schema:url <https://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FOpenLink_Software> .

:kgAidedQuestionAnswering a schema:DefinedTerm ;
    schema:name "RDF KG-aided question answering"@en ;
    schema:description "Question answering in which a harness uses an RDF knowledge graph to retrieve accurate answers and expose provenance through resolver links."@en .

:resolverLinkedProvenance a schema:DefinedTerm ;
    schema:name "Resolver-linked provenance"@en ;
    schema:description "A provenance pattern in which RDF source entities and relationships are exposed as live resolver links for inspection."@en .

<http://dbpedia.org/resource/Semantic_Web> a schema:DefinedTerm ;
    schema:name "Semantic Web"@en ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FSemantic_Web> .

<http://dbpedia.org/resource/Linked_data> a schema:DefinedTerm ;
    schema:name "Linked Data"@en ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FLinked_data> .

<http://dbpedia.org/resource/Resource_Description_Framework> a schema:DefinedTerm ;
    schema:name "RDF"@en ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FResource_Description_Framework> .

<http://dbpedia.org/resource/Andrej_Karpathy> a schema:Person ;
    schema:name "Andrej Karpathy"@en ;
    schema:description "Referenced as the source of the markdown-based LLM wiki idea that this RDF and Linked Data screencast contrasts with."@en ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FAndrej_Karpathy> .

<https://linkedin.com/in/kidehen#this> a schema:Person ;
    schema:name "Kingsley Uyi Idehen"@en ;
    schema:worksFor <http://dbpedia.org/resource/OpenLink_Software> ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Flinkedin.com%2Fin%2Fkidehen%23this> .

<http://dbpedia.org/resource/OpenLink_Software> a schema:Organization ;
    schema:name "OpenLink Software"@en ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FOpenLink_Software> .

<http://dbpedia.org/resource/OpenAI> a schema:Organization ;
    schema:name "OpenAI"@en ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FOpenAI> .

<https://linkeddata.uriburner.com/#this> a schema:WebSite, schema:Service ;
    schema:name "URIBurner"@en ;
    schema:provider <http://dbpedia.org/resource/OpenLink_Software> ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Flinkeddata.uriburner.com%2F%23this> .

<https://openai.com/codex/#this> a schema:SoftwareApplication, prov:SoftwareAgent ;
    schema:name "GPT-5 Chat Codex"@en ;
    schema:publisher <http://dbpedia.org/resource/OpenAI> ;
    schema:url <https://openai.com/codex/> ;
    schema:mainEntityOfPage <https://linkeddata.uriburner.com/describe/?url=https%3A%2F%2Fopenai.com%2Fcodex%2F%23this> ;
    prov:actedOnBehalfOf <https://linkedin.com/in/kidehen#this> .

<https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/screencast-recorder#this> a schema:SoftwareApplication ;
    schema:name "screencast-recorder skill"@en ;
    schema:url <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/screencast-recorder> ;
    schema:description "Skill used to produce storyboard-driven screencasts and OpenAI voice-over narration."@en ;
    prov:actedOnBehalfOf <https://linkedin.com/in/kidehen#this> .

<https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this> a schema:SoftwareApplication ;
    schema:name "kg-generator skill"@en ;
    schema:url <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator> ;
    schema:description "Skill used to produce RDF-Turtle knowledge graph descriptions of generated artifacts."@en ;
    prov:actedOnBehalfOf <https://linkedin.com/in/kidehen#this> .
