ContactPoint {stencilaschema}R Documentation

A contact point, for example, a R&D department.

Description

A contact point, for example, a R&D department.

Usage

ContactPoint(
  alternateNames,
  availableLanguages,
  description,
  emails,
  id,
  identifiers,
  images,
  meta,
  name,
  telephoneNumbers,
  url
)

Arguments

alternateNames

Alternate names (aliases) for the item.

availableLanguages

Languages (human not programming) in which it is possible to communicate with the organization/department etc.

description

A description of the item.

emails

Email address for correspondence.

id

The identifier for this item.

identifiers

Any kind of identifier for any kind of Thing.

images

Images of the item.

meta

Metadata associated with this item.

name

The name of the item.

telephoneNumbers

Telephone numbers for the contact point.

url

The URL of the item.

Value

A list of class ContactPoint

See Also

Thing


[Package stencilaschema version 1.0.0 Index]