@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/26> a neo:Page;
    neo:pageName "The Art of Painting";
    dcterms:created "2026-02-03T14:40:54Z"^^xsd:dateTime;
    dcterms:modified "2026-07-27T22:05:58Z"^^xsd:dateTime;
    neo:lastEditor "NeoWiki";
    neo:mainSubject neo-subj:sEpfwJLoB8WxiXG;
    neo:hasSubject neo-subj:sEpfwJLoB8WxiXG.
neo-subj:sEpfwJLoB8WxiXG a neo-schema:Artwork;
    rdfs:label "The Art of Painting";
    neo-prop:Year "1666"^^xsd:integer;
    neo-prop:Medium "Oil on canvas";
    neo-prop:Image <https://upload.wikimedia.org/wikipedia/commons/4/4a/Johannes_Vermeer_-_The_Art_of_Painting_-_Google_Art_Project.jpg>;
    neo-prop:Estimated_value "200"^^xsd:integer;
    neo-prop:Created_by neo-subj:sEpfwJLo3dEPj2Z.
neo-rel:rEpfwJLoScyfU3j a neo:Relation;
    neo:source neo-subj:sEpfwJLoB8WxiXG;
    neo:target neo-subj:sEpfwJLo3dEPj2Z;
    neo:relationType neo-prop:Created_by.
neo-subj:sEpfwJLoB8WxiXG neo-prop:Held_at neo-subj:sEpfwJLnyuR5E4i.
neo-rel:rEpfwJLoTZQ5HBf a neo:Relation;
    neo:source neo-subj:sEpfwJLoB8WxiXG;
    neo:target neo-subj:sEpfwJLnyuR5E4i;
    neo:relationType neo-prop:Held_at.
