Organization: An organization such as a school, NGO, corporation, club,...

Description Usage Arguments Value See Also

View source: R/types.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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.

logo

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


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.