Organization {stencilaschema}R Documentation

An organization such as a school, NGO, corporation, club, etc.

Description

An organization such as a school, NGO, corporation, club, etc.

Usage

Organization(
  address,
  alternateNames,
  brands,
  contactPoints,
  departments,
  description,
  funders,
  id,
  identifiers,
  images,
  legalName,
  logo,
  members,
  meta,
  name,
  parentOrganization,
  url
)

Arguments

address

Postal address for the organization.

alternateNames

Alternate names (aliases) for the item.

brands

Brands that the organization is connected with.

contactPoints

Correspondence/Contact points for the organization.

departments

Departments within the organization. For example, Department of Computer Science, Research & Development etc.

description

A description of the item.

funders

Organization(s) or person(s) funding the organization.

id

The identifier for this item.

identifiers

Any kind of identifier for any kind of Thing.

images

Images of the item.

legalName

Legal name for the Organization. Should only include letters and spaces.

The logo of the organization.

members

Person(s) or organization(s) who are members of this organization.

meta

Metadata associated with this item.

name

The name of the item.

parentOrganization

Entity that the Organization is a part of. For example, parentOrganization to a department is a university.

url

The URL of the item.

Value

A list of class Organization

See Also

Thing


[Package stencilaschema version 1.0.0 Index]