@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/46> a neo:Page;
    neo:pageName "Dutch Golden Age Highlights";
    dcterms:created "2026-02-03T14:41:03Z"^^xsd:dateTime;
    dcterms:modified "2026-07-27T22:06:04Z"^^xsd:dateTime;
    neo:lastEditor "NeoWiki";
    neo:mainSubject neo-subj:sEpfwJLoD1XRhhP;
    neo:hasSubject neo-subj:sEpfwJLoD1XRhhP.
neo-subj:sEpfwJLoD1XRhhP a neo-schema:Exhibition;
    rdfs:label "Dutch Golden Age Highlights";
    neo-prop:Start_year "2023"^^xsd:integer;
    neo-prop:End_year "2024"^^xsd:integer;
    neo-prop:Website <https://www.rijksmuseum.nl/en/whats-on/exhibitions>;
    neo-prop:Theme "Masterworks from the Dutch Republic's golden century of art and trade";
    neo-prop:Visitor_count "380000"^^xsd:integer;
    neo-prop:Hosted_at neo-subj:sEpfwJLnxyQy6vR.
neo-rel:rEpfwJLoXU13f3X a neo:Relation;
    neo:source neo-subj:sEpfwJLoD1XRhhP;
    neo:target neo-subj:sEpfwJLnxyQy6vR;
    neo:relationType neo-prop:Hosted_at.
neo-subj:sEpfwJLoD1XRhhP neo-prop:Features neo-subj:sEpfwJLo3dEPj2Z.
neo-rel:rEpfwJLoYRSxeGY a neo:Relation;
    neo:source neo-subj:sEpfwJLoD1XRhhP;
    neo:target neo-subj:sEpfwJLo3dEPj2Z;
    neo:relationType neo-prop:Features.
