Class: Service

A service provided by an organization, e.g. delivery service, print services, etc.

__

URI: schema:Service

diagram

Slots

Name Cardinality and Range Description Inheritance
id 1
String
An identifier chosen from the range given to your work package by WP1 direct
metadataPublisherId 1
PersonOrOrganization
The MBO Persistent IDentifier (mPID) of the person who entered this row of da... direct
serviceType 1
String
A description of the type of service being offered direct
name 1
String
A name/title direct
serviceProviderOrganizationMboId 1
Organization
The service provider, service operator, or service performer; the goods produ... direct
description 0..1
String
A description for this entity direct
url 0..1
SchemaURL
The URL of the entity you are describing direct
audienceMboIds *
Audience
The intended audiences for this entity direct
placesServedMboIds *
Place
The geographic area where a service or offered item is provided direct

Usages

used by used in type used
HowToStep citeServiceMboIds range Service

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/marco-bolo/csv-input-classes

Mappings

Mapping Type Mapped Value
self schema:Service
native mbo:Service

LinkML Source

Direct

name: Service
description: 'A service provided by an organization, e.g. delivery service, print
  services, etc.

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
slots:
- id
- metadataPublisherId
- serviceType
- name
- serviceProviderOrganizationMboId
- description
- url
- audienceMboIds
- placesServedMboIds
class_uri: schema:Service

Induced

name: Service
description: 'A service provided by an organization, e.g. delivery service, print
  services, etc.

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
attributes:
  id:
    name: id
    description: 'An identifier chosen from the range given to your work package by
      WP1.

      '
    title: MBO Permanent Identifier
    comments:
    - "This is the identifier (mPID) for this row of the spreadsheet \nand for whatever\
      \ information is being described in this row. \nIt must start with `mbo_`, only\
      \ use printable ASCII characters\nand should be unique in this column. \n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    identifier: true
    alias: id
    owner: Service
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - PersonOrOrganization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: string
    required: true
    pattern: ^mbo_[a-zA-Z0-9_-]+$
  metadataPublisherId:
    name: metadataPublisherId
    description: 'The MBO Persistent IDentifier (mPID) of the person who entered this
      row of data.

      '
    title: Data Entry Person (mPID - you)
    comments:
    - 'Should be an mPID from the first column of Person.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:creator
    alias: metadataPublisherId
    owner: Service
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Person
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: PersonOrOrganization
    required: true
    multivalued: false
  serviceType:
    name: serviceType
    description: A description of the type of service being offered.
    title: Service Type
    comments:
    - "For example:\n  `Data repository service`\n  `Laboratory analysis service`\n\
      \  `Field sampling service`\n  `Technical support service`\n  `Training and\
      \ education service`\n  `Equipment calibration service`\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:serviceType
    alias: serviceType
    owner: Service
    domain_of:
    - Service
    range: string
    required: true
    multivalued: false
  name:
    name: name
    description: A name/title
    title: Name
    comments:
    - "The commonly used name. \nFor example: `MBA` for Marine Biological Association\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Service
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: string
    required: true
    multivalued: false
  serviceProviderOrganizationMboId:
    name: serviceProviderOrganizationMboId
    description: "The service provider, service operator, or service performer; the\
      \ goods producer. \nAnother party (a seller) may offer those services or goods\
      \ on behalf of the provider. \nA provider may also serve as the seller.\n"
    title: Service Provider Organization (mPID)
    comments:
    - 'A mPID from the first column of Organization.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:provider
    alias: serviceProviderOrganizationMboId
    owner: Service
    domain_of:
    - Service
    range: Organization
    required: true
    multivalued: false
  description:
    name: description
    description: A description for this entity.
    title: Description
    comments:
    - 'A concise one-sentence summary of the main point or purpose.

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Service
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Document
    - Instrument
    - Platform
    range: string
    required: false
    multivalued: false
  url:
    name: url
    description: The URL of the entity you are describing.
    title: URL
    comments:
    - 'Must include the protocol (scheme) and should follow RFC 3986 standards


      For example: `https://example.com`, `http://example.com`

      `ftp://ftp.example.org/data`, `doi:10.1000/example123`, `urn:isbn:1234567890`,
      `mailto:contact@example.com`

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: Service
    domain_of:
    - HowTo
    - HowToStep
    - Organization
    - Service
    - MonetaryGrant
    - Document
    - Instrument
    - Platform
    range: schemaURL
    required: false
    multivalued: false
  audienceMboIds:
    name: audienceMboIds
    description: 'The intended audiences for this entity.

      '
    title: Audiences (mPIDs)
    comments:
    - 'Should be an mPID from the first column of Audience.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:audience
    alias: audienceMboIds
    owner: Service
    domain_of:
    - HowToStep
    - HowToTip
    - Dataset
    - DataDownload
    - Service
    - Document
    range: Audience
    required: false
    multivalued: true
  placesServedMboIds:
    name: placesServedMboIds
    description: The geographic area where a service or offered item is provided.
    title: Places Served (mPIDs)
    comments:
    - 'mPID(s) from the first column of Place.csv

      Pipe-delimited when there are multiple values

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:areaServed
    alias: placesServedMboIds
    owner: Service
    domain_of:
    - Service
    range: Place
    required: false
    multivalued: true
class_uri: schema:Service