This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.
ID: https://schemas.optimade.org/defs/v1.2/properties/optimade/references/organization
Definition name: organization
Property name: organization
Description: The organization sponsoring a conference or publishing a manual (the organization field in the BibTeX specification)
Type: string
Examples:
"International Association of Engineers"
JSON definition:
{
"$id": "https://schemas.optimade.org/defs/v1.2/properties/optimade/references/organization",
"$schema": "https://schemas.optimade.org/meta/v1.2/optimade/property_definition.json",
"title": "organization",
"x-optimade-type": "string",
"x-optimade-definition": {
"label": "organization_optimade_references",
"kind": "property",
"version": "1.2.0",
"format": "1.2",
"name": "organization"
},
"type": [
"string",
"null"
],
"description": "The organization sponsoring a conference or publishing a manual (the organization field in the BibTeX specification)",
"examples": [
"International Association of Engineers"
],
"x-optimade-unit": "inapplicable"
}