@prefix neo: <https://dev.galaxy.bluespice.de/ontology/>.
@prefix neo-subj: <https://dev.galaxy.bluespice.de/entity/>.
@prefix neo-prop: <https://dev.galaxy.bluespice.de/prop/>.
@prefix neo-schema: <https://dev.galaxy.bluespice.de/schema/>.
@prefix neo-rel: <https://dev.galaxy.bluespice.de/relation/>.
@prefix neo-page: <https://dev.galaxy.bluespice.de/page/>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix dcterms: <http://purl.org/dc/terms/>.

<https://dev.galaxy.bluespice.de/page/18330> a neo:Page;
    neo:pageName "Controlled Document:Policy/WCAG";
    dcterms:created "2026-06-22T07:52:23Z"^^xsd:dateTime;
    dcterms:modified "2026-08-04T07:28:37Z"^^xsd:dateTime;
    neo:lastEditor "WikiSysop";
    neo:mainSubject neo-subj:sEv88gL6Mcxf8Co;
    neo:hasSubject neo-subj:sEv88gL6Mcxf8Co, neo-subj:sEv8fmAnrn2KnDU.
neo-subj:sEv88gL6Mcxf8Co a neo-schema:Document_Control;
    rdfs:label "Document Control";
    neo-prop:Document_type "policy";
    neo-prop:Valid_from "2026-06-15"^^xsd:date;
    neo-prop:Valid_until "2026-06-22"^^xsd:date;
    neo-prop:Audit_due_date "2026-06-24"^^xsd:date.
neo-subj:sEv8fmAnrn2KnDU a neo-schema:Status_report;
    rdfs:label "Policy/WCAG".
