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
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"
                    ]
                }
            }
        }
    }
}

Revision as of 09:52, 10 February 2026

Jane Doe

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