<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://neowiki.dev/w/index.php?action=history&amp;feed=atom&amp;title=RDF_and_ontology_mappings</id>
	<title>RDF and ontology mappings - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://neowiki.dev/w/index.php?action=history&amp;feed=atom&amp;title=RDF_and_ontology_mappings"/>
	<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=RDF_and_ontology_mappings&amp;action=history"/>
	<updated>2026-07-18T11:44:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://neowiki.dev/w/index.php?title=RDF_and_ontology_mappings&amp;diff=366&amp;oldid=prev</id>
		<title>NeoWiki: Importing NeoWiki demo data</title>
		<link rel="alternate" type="text/html" href="https://neowiki.dev/w/index.php?title=RDF_and_ontology_mappings&amp;diff=366&amp;oldid=prev"/>
		<updated>2026-07-17T08:07:49Z</updated>

		<summary type="html">&lt;p&gt;Importing NeoWiki demo data&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Every NeoWiki page&amp;#039;s Subjects are available as &amp;#039;&amp;#039;&amp;#039;RDF&amp;#039;&amp;#039;&amp;#039;. The same data is offered in two ways:&lt;br /&gt;
&lt;br /&gt;
* A &amp;#039;&amp;#039;&amp;#039;native projection&amp;#039;&amp;#039;&amp;#039; in NeoWiki&amp;#039;s own vocabulary. Lossless, always available, no setup.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Ontology projections&amp;#039;&amp;#039;&amp;#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 &amp;#039;&amp;#039;&amp;#039;Mapping&amp;#039;&amp;#039;&amp;#039; page.&lt;br /&gt;
&lt;br /&gt;
Each export is produced on demand from the page&amp;#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 — see [[SPARQL queries]] on wikis that have a store configured, such as the NeoWiki development stack.&lt;br /&gt;
&lt;br /&gt;
== The Mapping pages ==&lt;br /&gt;
&lt;br /&gt;
Each Mapping binds one Schema to one target ontology. This wiki ships four, all targeting EDM:&lt;br /&gt;
&lt;br /&gt;
* [[Mapping:PersonToEDM]] — the Person Schema&lt;br /&gt;
* [[Mapping:CityToEDM]] — the City Schema&lt;br /&gt;
* [[Mapping:ArtworkToEDM]] — the Artwork Schema&lt;br /&gt;
* [[Mapping:ArtistToEDM]] — the Artist Schema&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;
# &amp;#039;&amp;#039;&amp;#039;Pablo Picasso&amp;#039;&amp;#039;&amp;#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;
# &amp;#039;&amp;#039;&amp;#039;Málaga&amp;#039;&amp;#039;&amp;#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; — and the very same entity IRI that Picasso&amp;#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;
# &amp;#039;&amp;#039;&amp;#039;The Milkmaid&amp;#039;&amp;#039;&amp;#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;
# &amp;#039;&amp;#039;&amp;#039;Johann Sebastian Bach&amp;#039;&amp;#039;&amp;#039;, [{{SERVER}}{{SCRIPTPATH}}/rest.php/neowiki/v0/page/{{PAGEID:Johann Sebastian Bach}}/rdf?projection=edm EDM]: Bach&amp;#039;s birth is modelled as its own Birth Subject instead of flat fields, so his &amp;lt;code&amp;gt;edm:Agent&amp;lt;/code&amp;gt; projects sparse — the same Person Schema as Picasso, a different modelling style.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;ACME Inc&amp;#039;&amp;#039;&amp;#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 — a Schema without a Mapping is simply absent, which is how conformant output stays conformant.&lt;br /&gt;
&lt;br /&gt;
== Learn more ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ProfessionalWiki/NeoWiki/blob/master/docs/rdf/rdf-export.md RDF export reference]&lt;br /&gt;
* [https://github.com/ProfessionalWiki/NeoWiki/blob/master/docs/rdf/ontology-mapping.md Ontology mapping reference]&lt;br /&gt;
* [https://github.com/ProfessionalWiki/NeoWiki/blob/master/docs/examples/person-to-edm.md 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>
</feed>