@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/150> a neo:Page;
    neo:pageName "John Doe The Giant";
    dcterms:created "2026-06-24T12:48:51Z"^^xsd:dateTime;
    dcterms:modified "2026-06-24T12:49:17Z"^^xsd:dateTime;
    neo:lastEditor "AdminName";
    neo:mainSubject neo-subj:sEvD96DPJRsKH6G;
    neo:hasSubject neo-subj:sEvD96DPJRsKH6G.
neo-subj:sEvD96DPJRsKH6G a neo-schema:Statue;
    rdfs:label "John Doe The Giant".
