@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/15> a neo:Page;
    neo:pageName "ACME Inc";
    dcterms:created "2026-01-26T12:40:27Z"^^xsd:dateTime;
    dcterms:modified "2026-07-27T22:06:04Z"^^xsd:dateTime;
    neo:lastEditor "NeoWiki";
    neo:mainSubject neo-subj:s1demo1aaaaaaa1;
    neo:hasSubject neo-subj:s1demo1aaaaaaa1.
neo-subj:s1demo1aaaaaaa1 a neo-schema:Company;
    rdfs:label "ACME Inc";
    neo-prop:Founded_at "2005"^^xsd:integer;
    neo-prop:Websites <https://acme.example>;
    neo-prop:Status "o1demo1aaaaaaa1";
    neo-prop:World_domination_progress "42"^^xsd:integer;
    neo-prop:Is_public "true"^^xsd:boolean;
    neo-prop:Has_product neo-subj:s1demo1aaaaaaa2.
neo-rel:r1demo1aaaaaar1 a neo:Relation;
    neo:source neo-subj:s1demo1aaaaaaa1;
    neo:target neo-subj:s1demo1aaaaaaa2;
    neo:relationType neo-prop:Has_product.
neo-subj:s1demo1aaaaaaa1 neo-prop:Has_product neo-subj:s1demo1aaaaaaa3.
neo-rel:r1demo1aaaaaar2 a neo:Relation;
    neo:source neo-subj:s1demo1aaaaaaa1;
    neo:target neo-subj:s1demo1aaaaaaa3;
    neo:relationType neo-prop:Has_product.
neo-subj:s1demo1aaaaaaa1 neo-prop:Has_product neo-subj:s1demo1aaaaaaa4.
neo-rel:r1demo1aaaaaar3 a neo:Relation;
    neo:source neo-subj:s1demo1aaaaaaa1;
    neo:target neo-subj:s1demo1aaaaaaa4;
    neo:relationType neo-prop:Has_product.
neo-subj:s1demo1aaaaaaa1 neo-prop:Has_department neo-subj:s1demo7aaaaaaa1.
neo-rel:r1demo7aaaaaar1 a neo:Relation;
    neo:source neo-subj:s1demo1aaaaaaa1;
    neo:target neo-subj:s1demo7aaaaaaa1;
    neo:relationType neo-prop:Has_department.
neo-subj:s1demo1aaaaaaa1 neo-prop:Has_department neo-subj:s1demo7aaaaaaa2.
neo-rel:r1demo7aaaaaar2 a neo:Relation;
    neo:source neo-subj:s1demo1aaaaaaa1;
    neo:target neo-subj:s1demo7aaaaaaa2;
    neo:relationType neo-prop:Has_department.
neo-subj:s1demo1aaaaaaa1 neo-prop:Has_department neo-subj:s1demo7aaaaaaa3.
neo-rel:r1demo7aaaaaar3 a neo:Relation;
    neo:source neo-subj:s1demo1aaaaaaa1;
    neo:target neo-subj:s1demo7aaaaaaa3;
    neo:relationType neo-prop:Has_department.
neo-subj:s1demo1aaaaaaa1 neo-prop:Has_office neo-subj:s1demo7aaaaaaa4.
neo-rel:r1demo7aaaaaar4 a neo:Relation;
    neo:source neo-subj:s1demo1aaaaaaa1;
    neo:target neo-subj:s1demo7aaaaaaa4;
    neo:relationType neo-prop:Has_office.
neo-subj:s1demo1aaaaaaa1 neo-prop:Has_office neo-subj:s1demo7aaaaaaa5.
neo-rel:r1demo7aaaaaar5 a neo:Relation;
    neo:source neo-subj:s1demo1aaaaaaa1;
    neo:target neo-subj:s1demo7aaaaaaa5;
    neo:relationType neo-prop:Has_office.
neo-subj:s1demo1aaaaaaa1 neo-prop:Has_headquarters neo-subj:s1demo7aaaaaaa4.
neo-rel:r1demo7aaaaaar6 a neo:Relation;
    neo:source neo-subj:s1demo1aaaaaaa1;
    neo:target neo-subj:s1demo7aaaaaaa4;
    neo:relationType neo-prop:Has_headquarters.
