Schema:Person: Difference between revisions
Appearance
Recreate Schema:Person |
No edit summary |
||
| Line 1: | Line 1: | ||
{ | { | ||
"description": " | "description": "Person in the NeoWiki example set", | ||
"propertyDefinitions": { | "propertyDefinitions": { | ||
"Full name": { | "Full name": { | ||
"type": "text" | "type": "text" | ||
}, | }, | ||
"Birth | "Birth year": { | ||
"type": " | "type": "number" | ||
}, | }, | ||
"Website": { | "Website": { | ||
"type": "url" | "type": "url" | ||
}, | }, | ||
" | "Employer": { | ||
"type": "relation", | "type": "relation", | ||
"relation": "Works at", | |||
"targetSchema": "Company" | |||
"relation": " | |||
"targetSchema": " | |||
} | } | ||
} | } | ||
} | } | ||