ACME Inc: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| (One intermediate revision by the same user not shown) | |||
| neo | |||
|---|---|---|---|
| Line 7: | Line 7: | ||
"statements": { |
"statements": { |
||
"Founded at": { |
"Founded at": { |
||
" |
"propertyType": "number", |
||
"value": 2005 |
"value": 2005 |
||
}, |
}, |
||
"Websites": { |
"Websites": { |
||
" |
"propertyType": "url", |
||
"value": [ |
"value": [ |
||
"https://acme.example" |
"https://acme.example" |
||
| Line 17: | Line 17: | ||
}, |
}, |
||
"Status": { |
"Status": { |
||
" |
"propertyType": "select", |
||
"value": [ |
"value": [ |
||
"o1demo1aaaaaaa1" |
"o1demo1aaaaaaa1" |
||
| Line 23: | Line 23: | ||
}, |
}, |
||
"World domination progress": { |
"World domination progress": { |
||
" |
"propertyType": "number", |
||
"value": 42 |
"value": 42 |
||
}, |
|||
"Is public": { |
|||
"propertyType": "boolean", |
|||
"value": true |
|||
}, |
}, |
||
"Products": { |
"Products": { |
||
" |
"propertyType": "relation", |
||
"value": [ |
"value": [ |
||
{ |
{ |
||
| Line 44: | Line 48: | ||
}, |
}, |
||
"Departments": { |
"Departments": { |
||
" |
"propertyType": "relation", |
||
"value": [ |
"value": [ |
||
{ |
{ |
||
| Line 61: | Line 65: | ||
}, |
}, |
||
"Offices": { |
"Offices": { |
||
" |
"propertyType": "relation", |
||
"value": [ |
"value": [ |
||
{ |
{ |
||
| Line 74: | Line 78: | ||
}, |
}, |
||
"Headquarters": { |
"Headquarters": { |
||
" |
"propertyType": "relation", |
||
"value": [ |
"value": [ |
||
{ |
{ |
||
Latest revision as of 22:06, 27 July 2026
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?
| Department | Headcount |
|---|---|
| ACME Engineering | 184 |
| ACME Sales | 96 |
| ACME Operations | 47 |
Browse
| Subject | Type |
|---|---|
| ACME Engineering | Department |
| ACME Sales | Department |
| ACME Operations | Department |
| ACME Amsterdam HQ | Office |
| ACME Vienna Office | Office |
| ProWiki | Product |
| NeoWiki | Product |
| Acme Rocket | Product |
| Acme TNT | Product |
| Test Subject | Product |
| Foo | Product |
| Exampleproduct | Product |
| Acme Anvil | Product |
How this is built
- Schemas: Schema:Company, Schema:Department, Schema:Office, Schema:Product, Schema:Employee
- Layout: Layout:CompanyOverview
- See the source of this page: Edit this page
- The infobox renders automatically from the Main Subject. The tables come from Cypher queries via Module:NeoWikiDemo.