Jump to content

ACME Inc: Difference between revisions

From NeoWiki Demo
Content deleted Content added
NeoWiki (talk | contribs)
Importing NeoWiki demo data
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
neo
Line 7: Line 7:
"statements": {
"statements": {
"Founded at": {
"Founded at": {
"type": "number",
"propertyType": "number",
"value": 2005
"value": 2005
},
},
"Websites": {
"Websites": {
"type": "url",
"propertyType": "url",
"value": [
"value": [
"https://acme.example"
"https://acme.example"
Line 17: Line 17:
},
},
"Status": {
"Status": {
"type": "select",
"propertyType": "select",
"value": [
"value": [
"o1demo1aaaaaaa1"
"o1demo1aaaaaaa1"
Line 23: Line 23:
},
},
"World domination progress": {
"World domination progress": {
"type": "number",
"propertyType": "number",
"value": 42
"value": 42
},
},
"Is public": {
"Is public": {
"type": "boolean",
"propertyType": "boolean",
"value": true
"value": true
},
},
"Products": {
"Products": {
"type": "relation",
"propertyType": "relation",
"value": [
"value": [
{
{
Line 48: Line 48:
},
},
"Departments": {
"Departments": {
"type": "relation",
"propertyType": "relation",
"value": [
"value": [
{
{
Line 65: Line 65:
},
},
"Offices": {
"Offices": {
"type": "relation",
"propertyType": "relation",
"value": [
"value": [
{
{
Line 78: Line 78:
},
},
"Headquarters": {
"Headquarters": {
"type": "relation",
"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