@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/89> a neo:Page;
    neo:pageName "Hannah Voss";
    dcterms:created "2026-05-11T14:24:41Z"^^xsd:dateTime;
    dcterms:modified "2026-07-27T22:05:59Z"^^xsd:dateTime;
    neo:lastEditor "NeoWiki";
    neo:mainSubject neo-subj:s1demo8aaaaaab5;
    neo:hasSubject neo-subj:s1demo8aaaaaab5.
neo-subj:s1demo8aaaaaab5 a neo-schema:Author;
    rdfs:label "Hannah Voss";
    neo-prop:Description "Knowledge graph researcher with a focus on provenance and FAIR data principles.";
    neo-prop:ORCID <https://orcid.org/0000-0001-9999-0000>;
    neo-prop:Affiliated_with neo-subj:s1demo8aaaaaai1.
neo-rel:r1demo8aaaaaaB5 a neo:Relation;
    neo:source neo-subj:s1demo8aaaaaab5;
    neo:target neo-subj:s1demo8aaaaaai1;
    neo:relationType neo-prop:Affiliated_with.
