Jump to content
Main menu
Main menu
move to sidebar
hide
Demo tour
Main page
Museum collection
ACME Inc
Research catalog
People and life events
Features
Subjects on a page
Schemas
Subject views
RDF and ontology mappings
SPARQL queries
Developers hub
About NeoWiki
NeoWiki website
Issue tracker
This wiki
Recent changes
NeoWiki Demo
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
View source for ACME Inc
Page
Discussion
English
Read
View source
View history
Data
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
Data
General
What links here
Related changes
Special pages
Page information
NeoWiki
View subjects
View RDF
View JSON
RedHerb
Find a subject
Appearance
move to sidebar
hide
←
ACME Inc
A fictional company that demonstrates NeoWiki's structured-data features in a corporate knowledge-base scenario: departments, offices, products, and the relations between them. '''ACME Inc''' is the Main Subject of this page. Each related entity has its own page, linked through the relations shown in the infobox above. == Which departments are largest by headcount? == {{#invoke:NeoWikiDemo|query|MATCH (d:Department) RETURN d.name AS Department, d.Headcount AS Headcount ORDER BY Headcount DESC|columns=Department, Headcount|linkColumns=Department}} == Browse == {{#invoke:NeoWikiDemo|query|MATCH (d:Department) RETURN d.name AS Subject, 'Department' AS Type UNION MATCH (o:Office) RETURN o.name AS Subject, 'Office' AS Type UNION MATCH (p:Product) RETURN p.name AS Subject, 'Product' AS Type|columns=Subject, Type|linkColumns=Subject}} == How this is built == * Schemas: [[Schema:Company]], [[Schema:Department]], [[Schema:Office]], [[Schema:Product]], [[Schema:Employee]] * Layout: [[Layout:CompanyOverview]] * See the source of this page: [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] * The infobox renders automatically from the Main Subject. The tables come from Cypher queries via [[Module:NeoWikiDemo]].
Template used on this page:
Module:NeoWikiDemo
(
view source
)
Return to
ACME Inc
.