@prefix neo: <https://neowiki.dev/ontology/>.
@prefix neo-subj: <https://neowiki.dev/entity/>.
@prefix neo-prop: <https://neowiki.dev/prop/>.
@prefix neo-schema: <https://neowiki.dev/schema/>.
@prefix neo-rel: <https://neowiki.dev/relation/>.
@prefix neo-page: <https://neowiki.dev/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://neowiki.dev/page/131> a neo:Page;
    neo:pageName "Validation Clean";
    dcterms:created "2026-06-11T11:31:08Z"^^xsd:dateTime;
    dcterms:modified "2026-07-27T22:06:01Z"^^xsd:dateTime;
    neo:lastEditor "NeoWiki";
    neo:mainSubject neo-subj:sVgd1VWVmdUSMp6;
    neo:hasSubject neo-subj:sVgd1VWVmdUSMp6.
neo-subj:sVgd1VWVmdUSMp6 a neo-schema:Validation_Demo;
    rdfs:label "Validation Clean";
    neo-prop:Title "All properties filled in";
    neo-prop:Summary "A valid summary that is comfortably between ten and one hundred characters long.";
    neo-prop:Aliases "Clean sample", "Reference subject";
    neo-prop:Homepage <https://example.com>;
    neo-prop:Tags <https://example.com/a>, <https://example.com/b>;
    neo-prop:Score "42.5"^^xsd:decimal;
    neo-prop:Status "oVgd1htUPMmGZYT";
    neo-prop:Topics "oVgd1Fzq3xfLnxJ", "oVgd1LjchzFUcLg";
    neo-prop:Featured "true"^^xsd:boolean;
    neo-prop:Release_date "2024-06-15"^^xsd:date;
    neo-prop:Last_reviewed "2024-06-15T09:30:00Z"^^xsd:dateTime;
    neo-prop:Related_product neo-subj:s1demo1aaaaaaa2.
neo-rel:rVgd1keRxJzQR6e a neo:Relation;
    neo:source neo-subj:sVgd1VWVmdUSMp6;
    neo:target neo-subj:s1demo1aaaaaaa2;
    neo:relationType neo-prop:Related_product.
