@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/114> a neo:Page;
    neo:pageName "ACME Operations";
    dcterms:created "2026-05-11T14:24:46Z"^^xsd:dateTime;
    dcterms:modified "2026-07-27T22:06:04Z"^^xsd:dateTime;
    neo:lastEditor "NeoWiki";
    neo:mainSubject neo-subj:s1demo7aaaaaaa3;
    neo:hasSubject neo-subj:s1demo7aaaaaaa3.
neo-subj:s1demo7aaaaaaa3 a neo-schema:Department;
    rdfs:label "ACME Operations";
    neo-prop:Description "Runs the back-office functions: finance, people, IT, and facilities. Keeps the world-domination roadmap on schedule.";
    neo-prop:Headcount "47"^^xsd:integer.
