@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sl:    <http://www.semanlink.net/2001/00/semanlink-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tag:   <http://www.semanlink.net/tag/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://www.semanlink.net/doc/2025/11/how_long_contexts_fail>
        dc:title         "How Long Contexts Fail" ;
        sl:comment       "- Context Poisoning: When a hallucination makes it into the context\r\n- Context Distraction: When the context overwhelms the training\r\n- Context Confusion: When superfluous context influences the response\r\n- Context Clash: When parts of the context disagree\r\n\r\nfollowed by [How to fix your context](https://www.dbreunig.com/2025/06/26/how-to-fix-your-context.html)" ;
        sl:creationDate  "2025-11-11" ;
        sl:tag           tag:long_context , tag:context_engineering .

tag:context_engineering
        a                 sl:Tag ;
        rdfs:isDefinedBy  tag:context_engineering.n3 ;
        sl:comment        "New name for [Prompt engineering](tag:prompt_engineering)" ;
        skos:prefLabel    "Context engineering" ;
        skos:related      tag:prompt_engineering ;
        foaf:page         tag:context_engineering.html .

tag:prompt_engineering
        a               sl:Tag ;
        skos:prefLabel  "Prompt engineering" .

tag:long_context  a     sl:Tag ;
        skos:prefLabel  "Long Context" .
