Jump to content

Main Page: Difference between revisions

From NeoWiki Demo
Content deleted Content added
NeoWiki (talk | contribs)
Importing NeoWiki demo data
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
Line 4: Line 4:
</div>
</div>


This is a public demo of NeoWiki, an early-stage MediaWiki extension. Explore the examples below, edit anything you like (it is a sandbox and resets periodically, so you cannot break it), and tell us what works and what is missing via the [https://github.com/ProfessionalWiki/NeoWiki/issues issue tracker] or by [https://professional.wiki/en/contact contacting Professional Wiki].
This is a public demo of [https://neowiki.ai NeoWiki]. Explore the examples below, edit anything you like (it is a sandbox and resets periodically, so you cannot break it), and tell us what works and what is missing via the [https://github.com/ProfessionalWiki/NeoWiki/issues issue tracker] or by [https://professional.wiki/en/contact contacting Professional Wiki].


== Start here ==
== Start here ==
Line 45: Line 45:
* [[Developers|Developers hub]]: Cypher, parser functions, the mw.neowiki Lua library, and the REST API, each with source shown alongside the rendered result.
* [[Developers|Developers hub]]: Cypher, parser functions, the mw.neowiki Lua library, and the REST API, each with source shown alongside the rendered result.
* [https://github.com/ProfessionalWiki/NeoWiki Source on GitHub]
* [https://github.com/ProfessionalWiki/NeoWiki Source on GitHub]
* [https://github.com/ProfessionalWiki/NeoWiki/tree/master/docs Technical documentation]
* [https://neowiki.ai/docs/ Technical documentation]
* [https://github.com/ProfessionalWiki/NeoWiki/issues Issue tracker]
* [https://github.com/ProfessionalWiki/NeoWiki/issues Issue tracker]



Latest revision as of 18:41, 26 July 2026

NeoWiki turns wiki pages into queryable structured data
Schemas, infoboxes, relations, and Cypher, native to MediaWiki.

This is a public demo of NeoWiki. Explore the examples below, edit anything you like (it is a sandbox and resets periodically, so you cannot break it), and tell us what works and what is missing via the issue tracker or by contacting Professional Wiki.

Start here

Just exploring

  • Structured data, queried in a page: Museum collection runs live graph queries over linked museums, artworks, and exhibitions.
  • Several Subjects on one page: open the Data tab on Rijksmuseum to see the museum and its yearly visitor records as separate Subjects.
  • Every Subject is shaped by a Schema, and Layouts control how Subjects are displayed.
  • Every Subject's data as RDF: RDF and ontology mappings shows native and EDM projections of the demo content, the latter defined by Mappings.

Trying it hands-on

  • Edit through a form and watch it update live: Subject views shows one Subject in three layouts at once, with edits propagating between them.
  • See how a Schema constrains data, with required fields, value ranges, and formats: Validation Demo.
  • Create your own: start any page, then use "Create subject" in the NeoWiki section of the sidebar.

Explore by use case

Build on it

About this wiki

NeoWiki is a MediaWiki extension for queryable structured data. See neowiki.ai for downloads, documentation, and updates.

NeoWiki is under active development: public interfaces and structure will continue to change, and this demo may be reset periodically.