@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/35> a neo:Page;
    neo:pageName "Museo del Prado";
    dcterms:created "2026-02-03T14:41:00Z"^^xsd:dateTime;
    dcterms:modified "2026-07-27T22:06:02Z"^^xsd:dateTime;
    neo:lastEditor "NeoWiki";
    neo:mainSubject neo-subj:sEpfwJLnzqsDMs5;
    neo:hasSubject neo-subj:sEpfwJLnzqsDMs5.
neo-subj:sEpfwJLnzqsDMs5 a neo-schema:Museum;
    rdfs:label "Museo del Prado";
    neo-prop:Description "Spain's main national art museum, featuring one of the finest collections of European art from the 12th to early 20th century";
    neo-prop:Founded "1819"^^xsd:integer;
    neo-prop:Website <https://www.museodelprado.es>;
    neo-prop:Specialization "Spanish Art", "Italian Renaissance", "Flemish Painting";
    neo-prop:Annual_visitors "3200000"^^xsd:integer;
    neo-prop:Admission_fee "15"^^xsd:integer;
    neo-prop:Links <https://www.instagram.com/museoprado>;
    neo-prop:Located_in neo-subj:sEpfwJLnw6zMVhC.
neo-rel:rEpfwJLoG5ZtGDZ a neo:Relation;
    neo:source neo-subj:sEpfwJLnzqsDMs5;
    neo:target neo-subj:sEpfwJLnw6zMVhC;
    neo:relationType neo-prop:Located_in.
