<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://neowiki.dev/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=NeoWiki</id>
	<title>NeoWiki Demo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://neowiki.dev/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=NeoWiki"/>
	<link rel="alternate" type="text/html" href="https://neowiki.dev/wiki/Special:Contributions/NeoWiki"/>
	<updated>2026-08-01T07:44:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=RDF_and_ontology_mappings&amp;diff=485</id>
		<title>RDF and ontology mappings</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=RDF_and_ontology_mappings&amp;diff=485"/>
		<updated>2026-07-30T23:14:10Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Every NeoWiki page&#039;s Subjects are available as &#039;&#039;&#039;RDF&#039;&#039;&#039;. The same data is offered in two ways:&lt;br /&gt;
&lt;br /&gt;
* A &#039;&#039;&#039;native projection&#039;&#039;&#039; in NeoWiki&#039;s own vocabulary. Lossless, always available, no setup.&lt;br /&gt;
* &#039;&#039;&#039;Ontology projections&#039;&#039;&#039; that re-express the data in an established vocabulary such as the [https://pro.europeana.eu/page/edm-documentation Europeana Data Model] (EDM). Each one is defined by a &#039;&#039;&#039;Mapping&#039;&#039;&#039; page.&lt;br /&gt;
&lt;br /&gt;
Each export is produced on demand from the page&#039;s current data and downloads as a Turtle or TriG file. A projection can also be kept in a SPARQL store and queried live. {{#ifexist:SPARQL queries|This wiki has such a store: see [[SPARQL queries]].}} {{#ifexist:EDM queries|The store holds the native and the EDM projection side by side, so a query can join across both — see [[EDM queries]].}}&lt;br /&gt;
&lt;br /&gt;
== The Mapping page ==&lt;br /&gt;
&lt;br /&gt;
Each Mapping page targets one ontology, named by the page title, and holds an entry for every mapped Schema. [[Special:Mappings]] lists them all; this wiki ships one:&lt;br /&gt;
&lt;br /&gt;
* [[Mapping:EDM]]: the Person, City, Artwork and Artist Schemas, all mapped to EDM&lt;br /&gt;
&lt;br /&gt;
== Explore the projections ==&lt;br /&gt;
&lt;br /&gt;
Follow these in order; each link downloads the projection so you can read it.&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need these links to reach an export: on any subject page, the Data tab offers per-projection downloads (Turtle or TriG) and a copy-IRI control, and the sidebar has a View RDF link.&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Pablo Picasso&#039;&#039;&#039;, [{{SERVER}}{{SCRIPTPATH}}/rest.php/neowiki/v0/page/{{PAGEID:Pablo Picasso}}/rdf native] vs [{{SERVER}}{{SCRIPTPATH}}/rest.php/neowiki/v0/page/{{PAGEID:Pablo Picasso}}/rdf?projection=EDM EDM]: the native file has everything, including the two-layer &amp;quot;Born in&amp;quot; relation and the page metadata; the EDM file is an &amp;lt;code&amp;gt;edm:Agent&amp;lt;/code&amp;gt; carrying only the mapped vocabulary, with the unmapped &amp;lt;code&amp;gt;Source&amp;lt;/code&amp;gt; absent.&lt;br /&gt;
# &#039;&#039;&#039;Málaga&#039;&#039;&#039;, [{{SERVER}}{{SCRIPTPATH}}/rest.php/neowiki/v0/page/{{PAGEID:Málaga}}/rdf?projection=EDM EDM]: an &amp;lt;code&amp;gt;edm:Place&amp;lt;/code&amp;gt; with the very same entity IRI that Picasso&#039;s &amp;lt;code&amp;gt;rdaGr2:placeOfBirth&amp;lt;/code&amp;gt; points at, because sibling projections share entity IRIs.&lt;br /&gt;
# &#039;&#039;&#039;The Milkmaid&#039;&#039;&#039;, [{{SERVER}}{{SCRIPTPATH}}/rest.php/neowiki/v0/page/{{PAGEID:The Milkmaid}}/rdf?projection=EDM EDM]: an &amp;lt;code&amp;gt;edm:ProvidedCHO&amp;lt;/code&amp;gt; whose &amp;lt;code&amp;gt;dc:creator&amp;lt;/code&amp;gt; is the IRI of [{{SERVER}}{{SCRIPTPATH}}/rest.php/neowiki/v0/page/{{PAGEID:Johannes Vermeer}}/rdf?projection=EDM Vermeer] (an &amp;lt;code&amp;gt;edm:Agent&amp;lt;/code&amp;gt;) and whose &amp;lt;code&amp;gt;edm:currentLocation&amp;lt;/code&amp;gt; is the Rijksmuseum.&lt;br /&gt;
# &#039;&#039;&#039;Johann Sebastian Bach&#039;&#039;&#039;, [{{SERVER}}{{SCRIPTPATH}}/rest.php/neowiki/v0/page/{{PAGEID:Johann Sebastian Bach}}/rdf?projection=EDM EDM]: Bach&#039;s birth is modelled as its own [[Birth of Johann Sebastian Bach|Birth Subject]] instead of flat fields, so his &amp;lt;code&amp;gt;edm:Agent&amp;lt;/code&amp;gt; projects sparse. Same Person Schema as Picasso, a different modelling style.&lt;br /&gt;
# &#039;&#039;&#039;ACME Inc&#039;&#039;&#039;, [{{SERVER}}{{SCRIPTPATH}}/rest.php/neowiki/v0/page/{{PAGEID:ACME Inc}}/rdf?projection=EDM EDM]: its Company Schema has no EDM Mapping, so the EDM projection comes back empty. An unmapped Schema is simply left out, so the projection stays conformant.&lt;br /&gt;
&lt;br /&gt;
== Learn more ==&lt;br /&gt;
&lt;br /&gt;
* [[Special:Mappings]]: every ontology Mapping on this wiki&lt;br /&gt;
* [https://neowiki.ai/docs/rdf/rdf-export RDF export reference]&lt;br /&gt;
* [https://neowiki.ai/docs/rdf/ontology-mapping Ontology mapping reference]&lt;br /&gt;
* [https://neowiki.ai/docs/rdf/person-to-edm Person-to-EDM worked example]&lt;br /&gt;
* Tell us what you need from RDF and ontology mapping: [https://github.com/ProfessionalWiki/NeoWiki/discussions/996 join the discussion].&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Rijksmuseum&amp;diff=481</id>
		<title>Rijksmuseum</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Rijksmuseum&amp;diff=481"/>
		<updated>2026-07-28T10:49:55Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Rijksmuseum&#039;&#039;&#039; is the Dutch national museum of arts and history, in [[Amsterdam]]. Founded in 1800 in The Hague and moved to Amsterdam in 1808, it has occupied its Pierre Cuypers-designed building since 1885.&lt;br /&gt;
&lt;br /&gt;
The museum holds around one million objects from 1200 to 2000, including masterpieces by Rembrandt, [[Johannes Vermeer|Vermeer]], and Frans Hals. It is best known for &amp;quot;The Night Watch&amp;quot; and a comprehensive survey of Dutch Golden Age painting.&lt;br /&gt;
&lt;br /&gt;
== Annual attendance ==&lt;br /&gt;
&lt;br /&gt;
Yearly attendance for the Rijksmuseum, stored as individual [[Schema:Attendance|Attendance]] Subjects on this page.&lt;br /&gt;
&lt;br /&gt;
{{#invoke:NeoWikiDemo|childTable|schema=Attendance|columns=Year, Visitors|sortBy=Year|numberColumns=Visitors}}&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Mus%C3%A9e_d%27Orsay&amp;diff=480</id>
		<title>Musée d&#039;Orsay</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Mus%C3%A9e_d%27Orsay&amp;diff=480"/>
		<updated>2026-07-28T10:49:55Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Musée d&#039;Orsay&#039;&#039;&#039; is a museum in [[Paris]], France, on the Left Bank of the Seine. It occupies the former Gare d&#039;Orsay,&lt;br /&gt;
a Beaux-Arts railway station built between 1898 and 1900.&lt;br /&gt;
&lt;br /&gt;
The museum holds mainly French art from 1848 to 1914: paintings, sculptures, furniture, and photography.&lt;br /&gt;
It is home to the world&#039;s largest collection of Impressionist and Post-Impressionist masterpieces, with works by&lt;br /&gt;
[[Claude Monet|Monet]], Manet, Degas, Renoir, Cézanne, Seurat, Sisley, Gauguin, and [[Vincent van Gogh|Van Gogh]].&lt;br /&gt;
&lt;br /&gt;
{{#view: sEpfwLY8VcdQZJL}}&lt;br /&gt;
{{#view: sEpfwLY8WnceT2y}}&lt;br /&gt;
{{#view: sEpfwLY8XjJ8gE1}}&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Module:NeoWikiDemo&amp;diff=479</id>
		<title>Module:NeoWikiDemo</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Module:NeoWikiDemo&amp;diff=479"/>
		<updated>2026-07-27T22:06:05Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
local nw = require( &#039;mw.neowiki&#039; )&lt;br /&gt;
&lt;br /&gt;
function p.value( frame )&lt;br /&gt;
	local property = frame.args[1]&lt;br /&gt;
	local page = frame.args[&#039;page&#039;]&lt;br /&gt;
&lt;br /&gt;
	local options = nil&lt;br /&gt;
	if page then&lt;br /&gt;
		options = { page = page }&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local v = nw.getValue( property, options )&lt;br /&gt;
&lt;br /&gt;
	return tostring( v or &#039;&#039; )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.values( frame )&lt;br /&gt;
	local property = frame.args[1]&lt;br /&gt;
	local page = frame.args[&#039;page&#039;]&lt;br /&gt;
	local separator = frame.args[&#039;separator&#039;] or &#039;, &#039;&lt;br /&gt;
&lt;br /&gt;
	local options = nil&lt;br /&gt;
	if page then&lt;br /&gt;
		options = { page = page }&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local all = nw.getAll( property, options )&lt;br /&gt;
&lt;br /&gt;
	if not all then&lt;br /&gt;
		return &#039;&#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local parts = {}&lt;br /&gt;
	for _, item in ipairs( all ) do&lt;br /&gt;
		parts[#parts + 1] = tostring( item )&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return table.concat( parts, separator )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.subject( frame )&lt;br /&gt;
	local page = frame.args[1]&lt;br /&gt;
	local s = nw.getMainSubject( page )&lt;br /&gt;
&lt;br /&gt;
	if not s then&lt;br /&gt;
		return &#039;No subject found&#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local rows = {}&lt;br /&gt;
	rows[#rows + 1] = &#039;{| class=&amp;quot;wikitable&amp;quot;&#039;&lt;br /&gt;
	rows[#rows + 1] = &#039;! Property !! Type !! Value(s)&#039;&lt;br /&gt;
&lt;br /&gt;
	for name, stmt in pairs( s.statements ) do&lt;br /&gt;
		local vals = {}&lt;br /&gt;
		for _, v in ipairs( stmt.values ) do&lt;br /&gt;
			if type( v ) == &#039;table&#039; then&lt;br /&gt;
				vals[#vals + 1] = v.label or v.target or tostring( v )&lt;br /&gt;
			else&lt;br /&gt;
				vals[#vals + 1] = tostring( v )&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
		rows[#rows + 1] = &#039;|-&#039;&lt;br /&gt;
		rows[#rows + 1] = &#039;| &#039; .. name .. &#039; || &#039; .. stmt.propertyType .. &#039; || &#039; .. table.concat( vals, &#039;, &#039; )&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	rows[#rows + 1] = &#039;|}&#039;&lt;br /&gt;
	return table.concat( rows, &#039;\n&#039; )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.children( frame )&lt;br /&gt;
	local page = frame.args[1]&lt;br /&gt;
	local children = nw.getChildSubjects( page )&lt;br /&gt;
&lt;br /&gt;
	if not children or #children == 0 then&lt;br /&gt;
		return &#039;No child subjects&#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local parts = {}&lt;br /&gt;
	for _, child in ipairs( children ) do&lt;br /&gt;
		parts[#parts + 1] = &amp;quot;&#039;&#039;&#039;&amp;quot; .. child.label .. &amp;quot;&#039;&#039;&#039; (&amp;quot; .. child.schema .. &amp;quot;)&amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return table.concat( parts, &#039;, &#039; )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function renderRowsAsTable( rows, columns, linkColumns )&lt;br /&gt;
	if #rows == 0 then&lt;br /&gt;
		return &#039;No results&#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	if not columns then&lt;br /&gt;
		columns = {}&lt;br /&gt;
		for k in pairs( rows[1] ) do&lt;br /&gt;
			columns[#columns + 1] = k&lt;br /&gt;
		end&lt;br /&gt;
		table.sort( columns )&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local linkSet = {}&lt;br /&gt;
	if linkColumns then&lt;br /&gt;
		for _, col in ipairs( linkColumns ) do&lt;br /&gt;
			linkSet[col] = true&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local out = { &#039;{| class=&amp;quot;wikitable&amp;quot;&#039;, &#039;! &#039; .. table.concat( columns, &#039; !! &#039; ) }&lt;br /&gt;
&lt;br /&gt;
	for _, row in ipairs( rows ) do&lt;br /&gt;
		local cells = {}&lt;br /&gt;
		for _, col in ipairs( columns ) do&lt;br /&gt;
			local v = row[col]&lt;br /&gt;
			local cell = v == nil and &#039;&#039; or tostring( v )&lt;br /&gt;
			if linkSet[col] and cell ~= &#039;&#039; then&lt;br /&gt;
				cell = &#039;[[&#039; .. cell .. &#039;]]&#039;&lt;br /&gt;
			end&lt;br /&gt;
			cells[#cells + 1] = cell&lt;br /&gt;
		end&lt;br /&gt;
		out[#out + 1] = &#039;|-&#039;&lt;br /&gt;
		out[#out + 1] = &#039;| &#039; .. table.concat( cells, &#039; || &#039; )&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	out[#out + 1] = &#039;|}&#039;&lt;br /&gt;
	return table.concat( out, &#039;\n&#039; )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.query( frame )&lt;br /&gt;
	local columns = nil&lt;br /&gt;
	if frame.args.columns then&lt;br /&gt;
		columns = mw.text.split( frame.args.columns, &#039;,%s*&#039; )&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local linkColumns = nil&lt;br /&gt;
	if frame.args.linkColumns then&lt;br /&gt;
		linkColumns = mw.text.split( frame.args.linkColumns, &#039;,%s*&#039; )&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return renderRowsAsTable( nw.query( frame.args[1] ), columns, linkColumns )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function statementValue( stmt )&lt;br /&gt;
	if not stmt or not stmt.values or stmt.values[1] == nil then&lt;br /&gt;
		return nil&lt;br /&gt;
	end&lt;br /&gt;
	local v = stmt.values[1]&lt;br /&gt;
	if type( v ) == &#039;table&#039; then&lt;br /&gt;
		return v.label or v.target&lt;br /&gt;
	end&lt;br /&gt;
	return v&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Renders a wikitable from the current page&#039;s child Subjects.&lt;br /&gt;
-- Args: columns=Col1, Col2 (required, in order)&lt;br /&gt;
--       schema=SchemaName (optional, filters children to one schema)&lt;br /&gt;
--       sortBy=ColName (optional)&lt;br /&gt;
--       sortDir=asc|desc (optional, default desc)&lt;br /&gt;
--       numberColumns=Col1, Col2 (optional, formatted with thousand separators)&lt;br /&gt;
function p.childTable( frame )&lt;br /&gt;
	local columns = mw.text.split( frame.args.columns or &#039;&#039;, &#039;,%s*&#039; )&lt;br /&gt;
	local schemaFilter = frame.args.schema&lt;br /&gt;
	local sortBy = frame.args.sortBy&lt;br /&gt;
	local sortDir = frame.args.sortDir or &#039;desc&#039;&lt;br /&gt;
&lt;br /&gt;
	local numberSet = {}&lt;br /&gt;
	if frame.args.numberColumns then&lt;br /&gt;
		for _, col in ipairs( mw.text.split( frame.args.numberColumns, &#039;,%s*&#039; ) ) do&lt;br /&gt;
			numberSet[col] = true&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local children = nw.getChildSubjects()&lt;br /&gt;
	if not children then&lt;br /&gt;
		return &#039;&#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local lang = mw.getContentLanguage()&lt;br /&gt;
	local rows = {}&lt;br /&gt;
&lt;br /&gt;
	for _, child in ipairs( children ) do&lt;br /&gt;
		if not schemaFilter or child.schema == schemaFilter then&lt;br /&gt;
			local row = {}&lt;br /&gt;
			for _, col in ipairs( columns ) do&lt;br /&gt;
				local v = statementValue( child.statements[col] )&lt;br /&gt;
				if v == nil then&lt;br /&gt;
					row[col] = &#039;&#039;&lt;br /&gt;
				elseif numberSet[col] and tonumber( v ) then&lt;br /&gt;
					row[col] = lang:formatNum( tonumber( v ) )&lt;br /&gt;
				else&lt;br /&gt;
					row[col] = tostring( v )&lt;br /&gt;
				end&lt;br /&gt;
			end&lt;br /&gt;
			-- Stash the raw sort value so number columns sort numerically&lt;br /&gt;
			-- even after thousand-separator formatting has stringified them.&lt;br /&gt;
			if sortBy then&lt;br /&gt;
				row.__sortValue = statementValue( child.statements[sortBy] )&lt;br /&gt;
			end&lt;br /&gt;
			rows[#rows + 1] = row&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	if sortBy then&lt;br /&gt;
		table.sort( rows, function( a, b )&lt;br /&gt;
			local av, bv = a.__sortValue, b.__sortValue&lt;br /&gt;
			local an, bn = tonumber( av ), tonumber( bv )&lt;br /&gt;
			if an and bn then&lt;br /&gt;
				if sortDir == &#039;asc&#039; then return an &amp;lt; bn end&lt;br /&gt;
				return an &amp;gt; bn&lt;br /&gt;
			end&lt;br /&gt;
			if sortDir == &#039;asc&#039; then return tostring( av ) &amp;lt; tostring( bv ) end&lt;br /&gt;
			return tostring( av ) &amp;gt; tostring( bv )&lt;br /&gt;
		end )&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return renderRowsAsTable( rows, columns, nil )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.productsFoundedSince( frame )&lt;br /&gt;
	local year = tonumber( frame.args[1] ) or 2000&lt;br /&gt;
&lt;br /&gt;
	return renderRowsAsTable( nw.query(&lt;br /&gt;
		&#039;MATCH (n:Product) WHERE n.`Available since` &amp;gt;= $year &#039; ..&lt;br /&gt;
			&#039;RETURN n.name AS name, n.`Available since` AS year ORDER BY year&#039;,&lt;br /&gt;
		{ year = year }&lt;br /&gt;
	) )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function propertyDetails( prop )&lt;br /&gt;
	local details = {}&lt;br /&gt;
&lt;br /&gt;
	if prop.type == &#039;select&#039; then&lt;br /&gt;
		local labels = {}&lt;br /&gt;
		for _, option in ipairs( prop.options ) do&lt;br /&gt;
			labels[#labels + 1] = option.label&lt;br /&gt;
		end&lt;br /&gt;
		details[#details + 1] = &#039;options: &#039; .. table.concat( labels, &#039;, &#039; )&lt;br /&gt;
	elseif prop.type == &#039;number&#039; then&lt;br /&gt;
		if prop.minimum ~= nil then&lt;br /&gt;
			details[#details + 1] = &#039;min: &#039; .. tostring( prop.minimum )&lt;br /&gt;
		end&lt;br /&gt;
		if prop.maximum ~= nil then&lt;br /&gt;
			details[#details + 1] = &#039;max: &#039; .. tostring( prop.maximum )&lt;br /&gt;
		end&lt;br /&gt;
		if prop.precision ~= nil then&lt;br /&gt;
			details[#details + 1] = &#039;precision: &#039; .. tostring( prop.precision )&lt;br /&gt;
		end&lt;br /&gt;
	elseif prop.type == &#039;relation&#039; then&lt;br /&gt;
		details[#details + 1] = &#039;targetSchema: &#039; .. prop.targetSchema&lt;br /&gt;
		details[#details + 1] = &#039;relation: &#039; .. prop.relation&lt;br /&gt;
	elseif prop.type == &#039;text&#039; or prop.type == &#039;url&#039; then&lt;br /&gt;
		if prop.multiple then&lt;br /&gt;
			details[#details + 1] = &#039;multiple: true&#039;&lt;br /&gt;
		end&lt;br /&gt;
		if prop.uniqueItems then&lt;br /&gt;
			details[#details + 1] = &#039;uniqueItems: true&#039;&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return table.concat( details, &#039;, &#039; )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.schema( frame )&lt;br /&gt;
	local schema = nw.getSchema( frame.args[1] )&lt;br /&gt;
&lt;br /&gt;
	if not schema then&lt;br /&gt;
		return &#039;Schema not found&#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local rows = {}&lt;br /&gt;
	for _, prop in ipairs( schema.properties ) do&lt;br /&gt;
		rows[#rows + 1] = {&lt;br /&gt;
			Name = prop.name,&lt;br /&gt;
			Type = prop.type,&lt;br /&gt;
			Required = prop.required and &#039;Yes&#039; or &#039;No&#039;,&lt;br /&gt;
			Details = propertyDetails( prop ),&lt;br /&gt;
		}&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return renderRowsAsTable( rows, { &#039;Name&#039;, &#039;Type&#039;, &#039;Required&#039;, &#039;Details&#039; } )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local PERSON_EVENTS_MONTHS = {&lt;br /&gt;
	&#039;January&#039;, &#039;February&#039;, &#039;March&#039;, &#039;April&#039;, &#039;May&#039;, &#039;June&#039;,&lt;br /&gt;
	&#039;July&#039;, &#039;August&#039;, &#039;September&#039;, &#039;October&#039;, &#039;November&#039;, &#039;December&#039;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- Formats an ISO yyyy-mm-dd string as &amp;quot;21 March 1685&amp;quot; without relying on&lt;br /&gt;
-- MediaWiki&#039;s date parsing, which is unreliable for pre-modern years.&lt;br /&gt;
local function personEventsFormatDate( iso )&lt;br /&gt;
	local y, m, d = string.match( iso or &#039;&#039;, &#039;^(%d+)-(%d+)-(%d+)$&#039; )&lt;br /&gt;
	if not y then&lt;br /&gt;
		return iso or &#039;&#039;&lt;br /&gt;
	end&lt;br /&gt;
	return tonumber( d ) .. &#039; &#039; .. ( PERSON_EVENTS_MONTHS[tonumber( m )] or m ) .. &#039; &#039; .. y&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local PERSON_EVENTS_ROLES = {&lt;br /&gt;
	[&#039;Brought into life&#039;] = &#039;Born&#039;,&lt;br /&gt;
	[&#039;By mother&#039;] = &#039;Mother&#039;,&lt;br /&gt;
	[&#039;From father&#039;] = &#039;Father&#039;,&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- Renders the current Person page&#039;s life events as a table by reverse-querying&lt;br /&gt;
-- the graph: the canonical edges run Birth -&amp;gt; Person, so a person&#039;s role in each&lt;br /&gt;
-- event (&amp;quot;was born&amp;quot; / CIDOC P98i, mother, father) is derived here rather than&lt;br /&gt;
-- stored as an inverse edge. The `date` property is stored as a native Neo4j&lt;br /&gt;
-- date list; the result normalizer renders b.Date[0] as a Y-m-d string.&lt;br /&gt;
function p.personEvents( frame )&lt;br /&gt;
	local name = mw.title.getCurrentTitle().text&lt;br /&gt;
&lt;br /&gt;
	local events = nw.query(&lt;br /&gt;
		&#039;MATCH (b:Birth)-[r]-&amp;gt;(p:Person {name: $name}) &#039; ..&lt;br /&gt;
		&#039;OPTIONAL MATCH (b)-[:`Took place at`]-&amp;gt;(pl:Place) &#039; ..&lt;br /&gt;
		&#039;RETURN type(r) AS role, b.name AS event, b.Date[0] AS date, pl.name AS place ORDER BY date&#039;,&lt;br /&gt;
		{ name = name }&lt;br /&gt;
	)&lt;br /&gt;
&lt;br /&gt;
	if not events or #events == 0 then&lt;br /&gt;
		return &#039;&#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local rows = {}&lt;br /&gt;
	for _, e in ipairs( events ) do&lt;br /&gt;
		rows[#rows + 1] = {&lt;br /&gt;
			Role = PERSON_EVENTS_ROLES[e.role] or e.role,&lt;br /&gt;
			Event = e.event,&lt;br /&gt;
			Date = e.date and personEventsFormatDate( e.date ) or &#039;&#039;,&lt;br /&gt;
			Place = e.place or &#039;&#039;,&lt;br /&gt;
		}&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return &amp;quot;&#039;&#039;&#039;Life events&#039;&#039;&#039;\n&amp;quot; .. renderRowsAsTable( rows, { &#039;Role&#039;, &#039;Event&#039;, &#039;Date&#039;, &#039;Place&#039; }, { &#039;Event&#039;, &#039;Place&#039; } )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Marcus_Rendl&amp;diff=478</id>
		<title>Marcus Rendl</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Marcus_Rendl&amp;diff=478"/>
		<updated>2026-07-27T22:06:04Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Marcus Rendl&#039;&#039;&#039; is a historian specialising in linked open data for cultural heritage collections. His research examines how RDF-based knowledge graphs can preserve scholarly nuance while making collection data interoperable across institutions.&lt;br /&gt;
&lt;br /&gt;
He is based at [[OEAW Vienna]] and has contributed to publications on [[Wikibase Backends for GLAM Knowledge Graphs|Wikibase backends]] and on [[Reconciling Author Identifiers Across Cultural Heritage Datasets|author identifier reconciliation]] in the [[Heritage Linked Data]] programme.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Dutch_Golden_Age_Highlights&amp;diff=477</id>
		<title>Dutch Golden Age Highlights</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Dutch_Golden_Age_Highlights&amp;diff=477"/>
		<updated>2026-07-27T22:06:04Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Dutch Golden Age Highlights&#039;&#039;&#039; is a special exhibition at the [[Rijksmuseum]] drawing on the museum&#039;s holdings of 17th-century Dutch art. It brings together masterworks of painting, drawing, and decorative art from the period when the Dutch Republic dominated European trade and culture.&lt;br /&gt;
&lt;br /&gt;
Featured works include pieces by [[Johannes Vermeer]] and other leading masters of the era, grouped thematically to trace the social and economic context of the Republic&#039;s golden century.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Gustav_Klimt&amp;diff=476</id>
		<title>Gustav Klimt</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Gustav_Klimt&amp;diff=476"/>
		<updated>2026-07-27T22:06:04Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Gustav Klimt&#039;&#039;&#039; was an Austrian Symbolist painter and one of the most prominent members of the [[Vienna]] Secession movement. His primary subject was the female body, and his work is marked by frank eroticism and an ornamental, often gilded surface treatment drawn from Byzantine mosaics.&lt;br /&gt;
&lt;br /&gt;
His &amp;quot;Golden Phase&amp;quot; produced his most celebrated works, including &amp;quot;[[The Kiss]]&amp;quot; and &amp;quot;Portrait of Adele Bloch-Bauer I&amp;quot;. Both combine richly patterned decoration with naturalistic figures and have become enduring icons of early twentieth-century art.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=TEI_Encoding_Patterns_for_Multilingual_Editions&amp;diff=475</id>
		<title>TEI Encoding Patterns for Multilingual Editions</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=TEI_Encoding_Patterns_for_Multilingual_Editions&amp;diff=475"/>
		<updated>2026-07-27T22:06:04Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&#039;&#039;&#039;TEI Encoding Patterns for Multilingual Editions&#039;&#039;&#039;&amp;quot; surveys the encoding choices editors make when preparing scholarly editions of texts that exist in multiple languages or translations. The paper distils a small set of TEI patterns that handle parallel passages, code-switching, and translator attribution without sacrificing source readability.&lt;br /&gt;
&lt;br /&gt;
It serves as a practical reference for editorial teams working on cross-linguistic editions in digital humanities projects.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=ACME_Operations&amp;diff=474</id>
		<title>ACME Operations</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=ACME_Operations&amp;diff=474"/>
		<updated>2026-07-27T22:06:04Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ACME Operations&#039;&#039;&#039; runs the company&#039;s back-office functions: finance, people, IT, and facilities. At 47 people, it is the leanest of [[ACME Inc|ACME]]&#039;s three departments.&lt;br /&gt;
&lt;br /&gt;
The team keeps day-to-day company infrastructure running and coordinates the planning cycles behind the corporate roadmap.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=ACME_Inc&amp;diff=473</id>
		<title>ACME Inc</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=ACME_Inc&amp;diff=473"/>
		<updated>2026-07-27T22:06:04Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A fictional company that demonstrates NeoWiki&#039;s structured-data features in a corporate knowledge-base scenario: departments, offices, products, and the relations between them. &#039;&#039;&#039;ACME Inc&#039;&#039;&#039; is the Main Subject of this page. Each related entity has its own page, linked through the relations shown in the infobox above.&lt;br /&gt;
&lt;br /&gt;
== Which departments are largest by headcount? ==&lt;br /&gt;
&lt;br /&gt;
{{#invoke:NeoWikiDemo|query|MATCH (d:Department) RETURN d.name AS Department, d.Headcount AS Headcount ORDER BY Headcount DESC|columns=Department, Headcount|linkColumns=Department}}&lt;br /&gt;
&lt;br /&gt;
== Browse ==&lt;br /&gt;
&lt;br /&gt;
{{#invoke:NeoWikiDemo|query|MATCH (d:Department) RETURN d.name AS Subject, &#039;Department&#039; AS Type UNION MATCH (o:Office) RETURN o.name AS Subject, &#039;Office&#039; AS Type UNION MATCH (p:Product) RETURN p.name AS Subject, &#039;Product&#039; AS Type|columns=Subject, Type|linkColumns=Subject}}&lt;br /&gt;
&lt;br /&gt;
== How this is built ==&lt;br /&gt;
&lt;br /&gt;
* Schemas: [[Schema:Company]], [[Schema:Department]], [[Schema:Office]], [[Schema:Product]], [[Schema:Employee]]&lt;br /&gt;
* Layout: [[Layout:CompanyOverview]]&lt;br /&gt;
* See the source of this page: [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]&lt;br /&gt;
* The infobox renders automatically from the Main Subject. The tables come from Cypher queries via [[Module:NeoWikiDemo]].&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Bilbao&amp;diff=472</id>
		<title>Bilbao</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Bilbao&amp;diff=472"/>
		<updated>2026-07-27T22:06:04Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Bilbao&#039;&#039;&#039; is the largest city of the Basque Country in northern Spain, set on the estuary of the river Nervión. Once an industrial and shipbuilding hub, it has reinvented itself as a centre for culture, services, and tourism.&lt;br /&gt;
&lt;br /&gt;
The city is best known for the Guggenheim Museum Bilbao, whose 1997 opening sparked the urban renewal often called the &amp;quot;Bilbao effect&amp;quot;, alongside the long-established Bilbao Fine Arts Museum.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Birth_of_Johann_Ambrosius_Bach&amp;diff=471</id>
		<title>Birth of Johann Ambrosius Bach</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Birth_of_Johann_Ambrosius_Bach&amp;diff=471"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Kunsthistorisches_Museum&amp;diff=470</id>
		<title>Kunsthistorisches Museum</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Kunsthistorisches_Museum&amp;diff=470"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Kunsthistorisches Museum&#039;&#039;&#039; is an art museum in [[Vienna]], Austria, housed in a grand Ringstrasse palace opened in 1891 to display the imperial Habsburg collections. Its facade and domed interior rank among the major examples of late nineteenth-century historicist architecture.&lt;br /&gt;
&lt;br /&gt;
Its holdings span Egyptian and Near Eastern antiquities, Greek and Roman art, and an exceptional picture gallery with works by Bruegel, [[Johannes Vermeer|Vermeer]], [[Diego Velázquez|Velázquez]], Titian, and Raphael, including the world&#039;s largest Bruegel collection.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Paris&amp;diff=469</id>
		<title>Paris</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Paris&amp;diff=469"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Paris&#039;&#039;&#039; is the capital and largest city of France, on the river Seine in the country&#039;s north. It has been a major European centre of finance, diplomacy, fashion, and the arts for centuries.&lt;br /&gt;
&lt;br /&gt;
The city is celebrated for landmarks such as the Eiffel Tower, Notre-Dame, and the Louvre, and hosts world-leading art collections at the [[Musée d&#039;Orsay]], the Centre Pompidou, and other institutions.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Reconciling_Author_Identifiers_Across_Cultural_Heritage_Datasets&amp;diff=468</id>
		<title>Reconciling Author Identifiers Across Cultural Heritage Datasets</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Reconciling_Author_Identifiers_Across_Cultural_Heritage_Datasets&amp;diff=468"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&#039;&#039;&#039;Reconciling Author Identifiers Across Cultural Heritage Datasets&#039;&#039;&#039;&amp;quot; examines the problem of aligning author identifiers across collection systems that use different authority files and identifier schemes. The paper proposes a reconciliation workflow that combines string similarity, biographical metadata, and curator review to balance recall against editorial trust.&lt;br /&gt;
&lt;br /&gt;
The work contributes a concrete reconciliation pattern to the [[Heritage Linked Data]] programme&#039;s linked open data integrations.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Johann_Sebastian_Bach&amp;diff=467</id>
		<title>Johann Sebastian Bach</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Johann_Sebastian_Bach&amp;diff=467"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Johann Sebastian Bach&#039;&#039;&#039; was a German composer and organist of the Baroque period, born in [[Eisenach]] in 1685. He was the son of [[Johann Ambrosius Bach]] and the father of [[Wilhelm Friedemann Bach]], [[Carl Philipp Emanuel Bach]], and [[Johann Christian Bach]].&lt;br /&gt;
&lt;br /&gt;
{{#invoke:NeoWikiDemo|personEvents}}&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=A_Survey_of_Provenance_Models_in_Open_Knowledge_Graphs&amp;diff=466</id>
		<title>A Survey of Provenance Models in Open Knowledge Graphs</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=A_Survey_of_Provenance_Models_in_Open_Knowledge_Graphs&amp;diff=466"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&#039;&#039;&#039;A Survey of Provenance Models in Open Knowledge Graphs&#039;&#039;&#039;&amp;quot; reviews the main approaches to recording provenance in public knowledge graphs, comparing their expressivity, query support, and real-world adoption. The paper argues that pragmatic, layered models tend to outperform fully expressive frameworks once editorial workflows are considered.&lt;br /&gt;
&lt;br /&gt;
The work informs the [[Heritage Linked Data]] programme by clarifying which provenance patterns are realistic when integrating heterogeneous cultural heritage datasets.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Impressionist_Masters&amp;diff=465</id>
		<title>Impressionist Masters</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Impressionist_Masters&amp;diff=465"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Impressionist Masters&#039;&#039;&#039; is a special exhibition at the [[Musée d&#039;Orsay]] tracing the development of light and colour in French Impressionism. Drawing on the museum&#039;s deep holdings of late 19th-century painting, it charts the movement&#039;s break with academic conventions.&lt;br /&gt;
&lt;br /&gt;
Featured artists include [[Claude Monet]] and [[Vincent van Gogh]], shown alongside their contemporaries to track how Impressionist techniques were absorbed and reinterpreted in the decades that followed.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Aur%C3%A9lie_Cordier&amp;diff=464</id>
		<title>Aurélie Cordier</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Aur%C3%A9lie_Cordier&amp;diff=464"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Aurélie Cordier&#039;&#039;&#039; is a digital humanities researcher focused on TEI encoding and bibliographic ontologies. She studies how scholarly editing practices can be modelled in shared, machine-readable formats without losing editorial intent.&lt;br /&gt;
&lt;br /&gt;
She is affiliated with [[Sorbonne University]] and has published on [[TEI Encoding Patterns for Multilingual Editions|TEI encoding patterns for multilingual editions]] and on [[Cross-Lingual Author Disambiguation at Scale|cross-lingual author disambiguation]].&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=ACME_Engineering&amp;diff=463</id>
		<title>ACME Engineering</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=ACME_Engineering&amp;diff=463"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;ACME Engineering&#039;&#039;&#039; builds and maintains the company&#039;s product portfolio, from the original [[Acme Anvil|Anvil]] to the more recent [[Acme Rocket|Rocket]] and [[Acme TNT|TNT]] lines. At 184 people, it is the largest department at [[ACME Inc|ACME]].&lt;br /&gt;
&lt;br /&gt;
The team is based at the [[ACME Amsterdam HQ|Amsterdam headquarters]] and owns product design, manufacturing, and post-launch support end to end.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Pablo_Picasso&amp;diff=462</id>
		<title>Pablo Picasso</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Pablo_Picasso&amp;diff=462"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Pablo Picasso&#039;&#039;&#039; (1881–1973) was a Spanish painter, sculptor, and printmaker who co-founded the Cubist movement. He was born in [[Málaga]] and spent most of his working life in France.&lt;br /&gt;
&lt;br /&gt;
This page&#039;s Person Subject carries the flat toy-model fields (gender, birth date, birth place, description, source) used by the [[Mapping:EDM]] ontology mapping to project the page into EDM. See the person→EDM walkthrough in the NeoWiki docs.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Alcal%C3%A1_de_Henares&amp;diff=461</id>
		<title>Alcalá de Henares</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Alcal%C3%A1_de_Henares&amp;diff=461"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Alcalá de Henares&#039;&#039;&#039; is a historic city in the Community of Madrid, Spain, on the river Henares. Its university and historic precinct were inscribed as a UNESCO World Heritage Site in 1998, recognised as one of the world&#039;s first planned university cities.&lt;br /&gt;
&lt;br /&gt;
The city is the birthplace of Miguel de Cervantes, author of Don Quixote, and preserves a strong literary and academic heritage centred on the historic University of Alcalá.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Cross-Lingual_Author_Disambiguation_at_Scale&amp;diff=460</id>
		<title>Cross-Lingual Author Disambiguation at Scale</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Cross-Lingual_Author_Disambiguation_at_Scale&amp;diff=460"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&#039;&#039;&#039;Cross-Lingual Author Disambiguation at Scale&#039;&#039;&#039;&amp;quot; presents methods for resolving author identities across bibliographic datasets that span multiple languages and transliteration conventions. The paper combines name normalisation, co-author network signals, and topic-aware embeddings to disambiguate authors at the scale of national catalogue exports.&lt;br /&gt;
&lt;br /&gt;
The work feeds into the [[Multilingual NER Toolkit]] project, where the disambiguation pipeline integrates with upstream entity recognition for historical European texts.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Vienna&amp;diff=459</id>
		<title>Vienna</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Vienna&amp;diff=459"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Vienna&#039;&#039;&#039; is the capital and largest city of Austria, on the Danube in the country&#039;s east. As the long-time seat of the Habsburg court, it shaped centuries of European politics, music, and architecture.&lt;br /&gt;
&lt;br /&gt;
The city remains a leading centre for classical music and the visual arts, with major institutions including the [[Kunsthistorisches Museum]], the Belvedere, the Albertina, and the Austrian Academy of Sciences.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=M%C3%A1laga&amp;diff=458</id>
		<title>Málaga</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=M%C3%A1laga&amp;diff=458"/>
		<updated>2026-07-27T22:06:03Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Málaga&#039;&#039;&#039; (Getty TGN 7007942) is a city in Andalusia, southern Spain, on the Costa del Sol. It is the birthplace of [[Pablo Picasso]].&lt;br /&gt;
&lt;br /&gt;
Its City Subject projects into EDM as an &amp;lt;code&amp;gt;edm:Place&amp;lt;/code&amp;gt; via the [[Mapping:EDM]] ontology mapping, so a person&#039;s &amp;lt;code&amp;gt;rdaGr2:placeOfBirth&amp;lt;/code&amp;gt; can point at a typed place.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Erfurt&amp;diff=457</id>
		<title>Erfurt</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Erfurt&amp;diff=457"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Linked_Bibliography_Mappings_for_European_Archives&amp;diff=456</id>
		<title>Linked Bibliography Mappings for European Archives</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Linked_Bibliography_Mappings_for_European_Archives&amp;diff=456"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&#039;&#039;&#039;Linked Bibliography Mappings for European Archives&#039;&#039;&#039;&amp;quot; presents a CIDOC CRM mapping framework for archival bibliographic records, drawing on case studies from three European national archives. The paper documents the property-level transformations needed to align MARC21 source data with a CRM-compliant graph projection.&lt;br /&gt;
&lt;br /&gt;
The work informs the [[European Literary Bibliography]] project by providing a reusable mapping methodology for migrating heterogeneous bibliographic descriptions into linked open data.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Vincent_van_Gogh&amp;diff=455</id>
		<title>Vincent van Gogh</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Vincent_van_Gogh&amp;diff=455"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Vincent van Gogh&#039;&#039;&#039; was a Dutch Post-Impressionist painter whose bold colors and dramatic brushwork helped lay the foundations of modern art. He produced around 2,100 works in a career of just over a decade, including some 860 oil paintings, most from his final two years.&lt;br /&gt;
&lt;br /&gt;
Van Gogh struggled with mental illness, lived in poverty for much of his career, and achieved little commercial success in his lifetime. He died in 1890, and his reputation grew posthumously, helped by the tireless advocacy of his sister-in-law Johanna van Gogh-Bonger.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Wilhelm_Friedemann_Bach&amp;diff=454</id>
		<title>Wilhelm Friedemann Bach</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Wilhelm_Friedemann_Bach&amp;diff=454"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Wilhelm Friedemann Bach&#039;&#039;&#039; was a German composer and organist, the eldest surviving son of [[Johann Sebastian Bach]] and [[Maria Barbara Bach]]. He was born in [[Weimar]] in 1710.&lt;br /&gt;
&lt;br /&gt;
{{#invoke:NeoWikiDemo|personEvents}}&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Rijksmuseum&amp;diff=453</id>
		<title>Rijksmuseum</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Rijksmuseum&amp;diff=453"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Rijksmuseum&#039;&#039;&#039; is the Dutch national museum of arts and history, in [[Amsterdam]]. Founded in 1800 in The Hague and moved to Amsterdam in 1808, it has occupied its Pierre Cuypers-designed building since 1885.&lt;br /&gt;
&lt;br /&gt;
The museum holds around one million objects from 1200 to 2000, including masterpieces by Rembrandt, [[Johannes Vermeer|Vermeer]], and Frans Hals. It is best known for &amp;quot;The Night Watch&amp;quot; and a comprehensive survey of Dutch Golden Age painting.&lt;br /&gt;
&lt;br /&gt;
== Annual attendance ==&lt;br /&gt;
&lt;br /&gt;
Yearly attendance for the Rijksmuseum, stored as individual [[Schema:Attendance|Attendance]] Subjects on this page.&lt;br /&gt;
&lt;br /&gt;
{{#invoke:NeoWikiDemo|childTable|schema=Attendance|columns=Year, Visitors|sortBy=Year|numberColumns=Visitors}}&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Madrid&amp;diff=452</id>
		<title>Madrid</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Madrid&amp;diff=452"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Madrid&#039;&#039;&#039; is the capital and most populous city of Spain. It sits on the Manzanares river in the centre of the Iberian Peninsula and is the country&#039;s political, economic, and cultural heart.&lt;br /&gt;
&lt;br /&gt;
The city is home to the Spanish royal family, national government institutions, and a dense concentration of museums. The [[Museo del Prado]], Reina Sofía, and Thyssen-Bornemisza together form its renowned Golden Triangle of Art.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Museo_del_Prado&amp;diff=451</id>
		<title>Museo del Prado</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Museo_del_Prado&amp;diff=451"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Museo del Prado&#039;&#039;&#039; is the main Spanish national art museum, in central [[Madrid]]. Opened to the public in 1819, it grew out of the Spanish royal collections and now holds one of the world&#039;s finest gatherings of European art from the twelfth to the early twentieth century.&lt;br /&gt;
&lt;br /&gt;
The collection is particularly strong in Spanish painting, with definitive holdings of [[Diego Velázquez|Velázquez]], Goya, and El Greco, alongside major works by Bosch, Titian, Rubens, and Dürer from centuries of Habsburg and Bourbon patronage.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Multilingual_NER_Toolkit&amp;diff=450</id>
		<title>Multilingual NER Toolkit</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Multilingual_NER_Toolkit&amp;diff=450"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Multilingual NER Toolkit&#039;&#039;&#039; is an open-source named-entity recognition project tuned for historical European languages. Started in 2022, it ships models and tooling that handle the spelling variation, archaic vocabulary, and code-switching common in pre-modern texts.&lt;br /&gt;
&lt;br /&gt;
Led by [[Sorbonne University]], it serves as a foundation for downstream work on entity disambiguation and linking across cultural heritage corpora.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Claude_Monet&amp;diff=449</id>
		<title>Claude Monet</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Claude_Monet&amp;diff=449"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Claude Monet&#039;&#039;&#039; was a French painter and founder of Impressionist painting. He is seen as a key precursor to Modernism, especially in his later series of [[Water Lilies|water lilies]], haystacks, and Rouen Cathedral.&lt;br /&gt;
&lt;br /&gt;
Monet&#039;s ambition to document the French countryside led him to paint the same scene many times to capture shifts in light and season.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Lessons_from_a_Year_of_MARC_to_RDF_Migration&amp;diff=448</id>
		<title>Lessons from a Year of MARC to RDF Migration</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Lessons_from_a_Year_of_MARC_to_RDF_Migration&amp;diff=448"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&#039;&#039;&#039;Lessons from a Year of MARC to RDF Migration&#039;&#039;&#039;&amp;quot; reports on a twelve-month programme converting a sizeable MARC21 catalogue into RDF. The paper documents recurring data-quality issues, the trade-offs between faithful preservation and cleanup, and the workflow choices that proved durable.&lt;br /&gt;
&lt;br /&gt;
The findings inform the [[European Literary Bibliography]] project by setting out reusable patterns for migrating legacy bibliographic records into linked open data.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Las_Meninas&amp;diff=447</id>
		<title>Las Meninas</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Las_Meninas&amp;diff=447"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&#039;&#039;&#039;Las Meninas&#039;&#039;&#039;&amp;quot; is a 1656 painting by [[Diego Velázquez]], the leading artist of the Spanish Golden Age, held by the [[Museo del Prado]] in [[Madrid]]. Its complex, enigmatic composition raises questions about reality and illusion and sets an uncertain relationship between viewer and figure.&lt;br /&gt;
&lt;br /&gt;
The painting shows the young Infanta Margaret Theresa surrounded by her entourage, with Velázquez himself at work on a large canvas at the left and the king and queen reflected in a mirror at the back of the room. Called &amp;quot;the theology of painting&amp;quot;, it is regarded as one of the most important paintings in Western art history.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Heritage_Linked_Data&amp;diff=446</id>
		<title>Heritage Linked Data</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Heritage_Linked_Data&amp;diff=446"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Heritage Linked Data&#039;&#039;&#039; is a research programme connecting European cultural heritage datasets through CIDOC CRM mappings. Started in 2019, it focuses on practical strategies for aligning heterogeneous collection records around a shared semantic backbone.&lt;br /&gt;
&lt;br /&gt;
Led by [[OEAW Vienna]], the programme produces methodological guidance and technical tooling, including work on provenance modelling, identifier reconciliation, and Wikibase-based knowledge graphs.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Mus%C3%A9e_d%27Orsay&amp;diff=445</id>
		<title>Musée d&#039;Orsay</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Mus%C3%A9e_d%27Orsay&amp;diff=445"/>
		<updated>2026-07-27T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Musée d&#039;Orsay&#039;&#039;&#039; is a museum in [[Paris]], France, on the Left Bank of the Seine. It occupies the former Gare d&#039;Orsay,&lt;br /&gt;
a Beaux-Arts railway station built between 1898 and 1900.&lt;br /&gt;
&lt;br /&gt;
The museum holds mainly French art from 1848 to 1914: paintings, sculptures, furniture, and photography.&lt;br /&gt;
It is home to the world&#039;s largest collection of Impressionist and Post-Impressionist masterpieces, with works by&lt;br /&gt;
[[Claude Monet|Monet]], Manet, Degas, Renoir, Cézanne, Seurat, Sisley, Gauguin, and [[Vincent van Gogh|Van Gogh]].&lt;br /&gt;
&lt;br /&gt;
{{#view: sEpfwLY8VcdQZJL}}&lt;br /&gt;
{{#view: sEpfwLY8WnceT2y}}&lt;br /&gt;
{{#view: sEpfwLY8XjJ8gE1}}&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Acme_TNT&amp;diff=444</id>
		<title>Acme TNT</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Acme_TNT&amp;diff=444"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Acme TNT&#039;&#039;&#039; is the most recent addition to the [[ACME Inc|ACME]] product range, available since 2015. It rounds out the catalogue alongside the [[Acme Anvil|Anvil]] and [[Acme Rocket|Rocket]], sharing the same underlying platform.&lt;br /&gt;
&lt;br /&gt;
Like the other products, TNT is engineered and supported from the [[ACME Amsterdam HQ|Amsterdam headquarters]] and sold worldwide through the regional sales teams.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Birth_of_Wilhelm_Friedemann_Bach&amp;diff=443</id>
		<title>Birth of Wilhelm Friedemann Bach</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Birth_of_Wilhelm_Friedemann_Bach&amp;diff=443"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Weimar&amp;diff=442</id>
		<title>Weimar</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Weimar&amp;diff=442"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Sandbox_Subject&amp;diff=441</id>
		<title>Sandbox Subject</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Sandbox_Subject&amp;diff=441"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Sandbox Subject&#039;&#039;&#039; is a Subject used by the [[Subject views]] page. It uses the dedicated [[Schema:Sandbox|Sandbox]] schema, so edits made here don&#039;t affect any other Subject in the demo wiki.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Johannes_Vermeer&amp;diff=440</id>
		<title>Johannes Vermeer</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Johannes_Vermeer&amp;diff=440"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Johannes Vermeer&#039;&#039;&#039; was a Dutch Baroque painter who specialized in domestic interior scenes of middle-class life. A moderately successful provincial genre painter in his lifetime, he produced relatively few paintings and was not wealthy, leaving his wife and children in debt at his death.&lt;br /&gt;
&lt;br /&gt;
Vermeer worked slowly and carefully, often with expensive pigments. He is renowned for his masterly use of light, evident in canvases such as &amp;quot;Girl with a Pearl Earring&amp;quot; and &amp;quot;[[The Milkmaid]]&amp;quot;.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Stockholm&amp;diff=439</id>
		<title>Stockholm</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Stockholm&amp;diff=439"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Stockholm&#039;&#039;&#039; is the capital and largest city of Sweden, built across fourteen islands where Lake Mälaren meets the Baltic Sea. Its well-preserved medieval old town, Gamla Stan, lies at the heart of the modern city.&lt;br /&gt;
&lt;br /&gt;
Stockholm is a leading Nordic centre for culture and research, home to institutions such as the Vasa Museum and the Nationalmuseum, and the city where the Nobel Prize ceremony is held each year.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=The_Kiss&amp;diff=438</id>
		<title>The Kiss</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=The_Kiss&amp;diff=438"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&#039;&#039;&#039;The Kiss&#039;&#039;&#039;&amp;quot; is an oil-on-canvas painting with added gold leaf, silver, and platinum by the Austrian Symbolist [[Gustav Klimt]]. Painted between 1907 and 1908, it is the highpoint of his Golden Period and depicts a couple embracing, their bodies entwined in elaborately patterned robes.&lt;br /&gt;
&lt;br /&gt;
It now hangs in the Österreichische Galerie Belvedere in [[Vienna]] and is considered a masterpiece of Vienna Jugendstil. The Belvedere acquired it shortly after its first exhibition, before Klimt had even finished it, and the painting has rarely left Austria since.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=European_Literary_Bibliography&amp;diff=437</id>
		<title>European Literary Bibliography</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=European_Literary_Bibliography&amp;diff=437"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;European Literary Bibliography&#039;&#039;&#039; harmonises MARC21 bibliographic records across European literary archives into linked open data. Started in 2021, it builds shared mappings that let records held in different national archives be queried and cross-referenced as a single graph.&lt;br /&gt;
&lt;br /&gt;
The project is led by [[KNAW Amsterdam]] and brings together collaborators working on bibliographic ontologies, multilingual cataloguing, and migration tooling for legacy library formats.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Johann_Christian_Bach&amp;diff=436</id>
		<title>Johann Christian Bach</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Johann_Christian_Bach&amp;diff=436"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Johann Christian Bach&#039;&#039;&#039; was a German composer who settled in London, the youngest son of [[Johann Sebastian Bach]] and [[Anna Magdalena Bach]]. He was born in [[Leipzig]] in 1735 and became known as the London Bach.&lt;br /&gt;
&lt;br /&gt;
{{#invoke:NeoWikiDemo|personEvents}}&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Birth_of_Carl_Philipp_Emanuel_Bach&amp;diff=435</id>
		<title>Birth of Carl Philipp Emanuel Bach</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Birth_of_Carl_Philipp_Emanuel_Bach&amp;diff=435"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Sorbonne_University&amp;diff=434</id>
		<title>Sorbonne University</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Sorbonne_University&amp;diff=434"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Sorbonne University&#039;&#039;&#039; is a public research university in [[Paris]] with strong programmes in the humanities and digital scholarship. It traces its origins to the 13th-century University of Paris and now operates across faculties of arts, sciences, and medicine.&lt;br /&gt;
&lt;br /&gt;
In the demo&#039;s research graph, Sorbonne University leads the [[Multilingual NER Toolkit]] project and is the affiliation of authors contributing to TEI encoding and entity disambiguation work.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=Validation_Clean&amp;diff=433</id>
		<title>Validation Clean</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=Validation_Clean&amp;diff=433"/>
		<updated>2026-07-27T22:06:01Z</updated>

		<summary type="html">&lt;p&gt;NeoWiki: Importing NeoWiki demo data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A demo Subject with every property of the [[Schema:Validation Demo|Validation Demo]] schema filled in correctly. The starting point for the recipes on the [[Validation Demo]] hub page.&lt;/div&gt;</summary>
		<author><name>NeoWiki</name></author>
	</entry>
</feed>