@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/44> a neo:Page;
    neo:pageName "Kunsthistorisches Museum";
    dcterms:created "2026-02-03T14:41:02Z"^^xsd:dateTime;
    dcterms:modified "2026-07-27T22:06:03Z"^^xsd:dateTime;
    neo:lastEditor "NeoWiki";
    neo:mainSubject neo-subj:sEpfwJLnyuR5E4i;
    neo:hasSubject neo-subj:sEpfwJLnyuR5E4i.
neo-subj:sEpfwJLnyuR5E4i a neo-schema:Museum;
    rdfs:label "Kunsthistorisches Museum";
    neo-prop:Description "Austrian art museum housing the extensive collections of the Habsburg monarchy";
    neo-prop:Founded "1891"^^xsd:integer;
    neo-prop:Website <https://www.khm.at>;
    neo-prop:Specialization "Old Masters", "Egyptian Antiquities", "Habsburg Collections";
    neo-prop:Annual_visitors "1800000"^^xsd:integer;
    neo-prop:Admission_fee "21"^^xsd:integer;
    neo-prop:Located_in neo-subj:sEpfwJLnv9T9nKk.
neo-rel:rEpfwJLoF7AQMbe a neo:Relation;
    neo:source neo-subj:sEpfwJLnyuR5E4i;
    neo:target neo-subj:sEpfwJLnv9T9nKk;
    neo:relationType neo-prop:Located_in.
