DefinedTerm
A word, name, acronym, phrase, etc. with a formal definition.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
name (required) | schema:name | string |
The name of the item. | Thing |
type (required) | schema:type | enum{ DefinedTerm } |
The name of the type. | Entity |
alternateNames | schema:alternateName | array[ string ] |
Alternate names (aliases) for the item. | Thing |
description | schema:description | array[ BlockContent ] | array[ InlineContent ] | string |
A description of the item. | Thing |
id | schema:id | string |
The identifier for this item. | Entity |
identifiers | schema:identifier | array[ PropertyValue | string ] |
Any kind of identifier for any kind of Thing. | Thing |
images | schema:image | array[ ImageObject | string:uri ] |
Images of the item. | Thing |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
termCode | schema:termCode | string |
A code that identifies this DefinedTerm within a DefinedTermSet | DefinedTerm |
url | schema:url | string:uri |
The URL of the item. | Thing |
Parent: Thing
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from DefinedTerm.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏