Jump to content

NeoWiki Example: Jane Doe: Difference between revisions

From NeoWiki
Created page with "== Jane Doe == This page is part of the NeoWiki end-to-end example."
 
TODO
 
(One intermediate revision by the same user not shown)
neo
Line 1: Line 1:
{}
{
    "mainSubject": "sEpxjncbtnN5Nsh",
    "subjects": {
        "sEpxjncbtnN5Nsh": {
            "label": "Jane Doe",
            "schema": "Person",
            "statements": {
                "Full name": {
                    "type": "text",
                    "value": [
                        "Jane Doe"
                    ]
                },
                "Birth year": {
                    "type": "number",
                    "value": 1985
                },
                "Website": {
                    "type": "url",
                    "value": [
                        "https://janedoe.example.com"
                    ]
                },
                "Employer": {
                    "type": "relation",
                    "value": [
                        {
                            "id": "rEpxjsKghCEWcw5",
                            "target": "sEpxjmz2M1fQbs1"
                        }
                    ]
                }
            }
        }
    }
}

Latest revision as of 09:53, 10 February 2026

Jane Doe[edit]

This page is part of the NeoWiki end-to-end example.