@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/38> a neo:Page;
    neo:pageName "Vincent van Gogh";
    dcterms:created "2026-02-03T14:41:01Z"^^xsd:dateTime;
    dcterms:modified "2026-07-27T22:06:02Z"^^xsd:dateTime;
    neo:lastEditor "NeoWiki";
    neo:mainSubject neo-subj:sEpfwJLo2hCAw9G;
    neo:hasSubject neo-subj:sEpfwJLo2hCAw9G.
neo-subj:sEpfwJLo2hCAw9G a neo-schema:Artist;
    rdfs:label "Vincent van Gogh";
    neo-prop:Born "1853"^^xsd:integer;
    neo-prop:Died "1890"^^xsd:integer;
    neo-prop:Nationality "Dutch";
    neo-prop:Movement "Post-Impressionism", "Neo-Impressionism";
    neo-prop:Wikipedia <https://en.wikipedia.org/wiki/Vincent_van_Gogh>;
    neo-prop:Active_period "1881–1890".
