Class: Audience
The target audience for an entity.
__
TODO: Should we add defined terms for different types of organization here?
Available options:
_ - https://w3id.org/cerif/vocab/OrganisationTypes_
_ - https://vocabulary.odm2.org/organizationtype/_
__
URI: schema:Audience
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 |
| metadataDescribedForActionId | 1 Action |
The Action which resulted in this metadata record being described | direct |
| audienceType | 1 Uri |
The specific type of audience | direct |
| name | 1 String |
A name/title | direct |
| audienceTypeDescription | 1 String |
A textual description of the intended audience | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| HowToStep | audienceMboIds | range | Audience |
| HowToTip | audienceMboIds | range | Audience |
| Dataset | audienceMboIds | range | Audience |
| DataDownload | audienceMboIds | range | Audience |
| Service | audienceMboIds | range | Audience |
| Document | audienceMboIds | range | Audience |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/marco-bolo/csv-input-classes
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | schema:Audience |
| native | mbo:Audience |
LinkML Source
Direct
name: Audience
description: "The target audience for an entity.\n\nTODO: Should we add defined terms\
\ for different types of organization here?\nAvailable options:\n - <https://w3id.org/cerif/vocab/OrganisationTypes>\n\
\ - <https://vocabulary.odm2.org/organizationtype/>\n"
from_schema: https://w3id.org/marco-bolo/csv-input-classes
slots:
- id
- metadataPublisherId
- metadataDescribedForActionId
- audienceType
- name
- audienceTypeDescription
class_uri: schema:Audience
Induced
name: Audience
description: "The target audience for an entity.\n\nTODO: Should we add defined terms\
\ for different types of organization here?\nAvailable options:\n - <https://w3id.org/cerif/vocab/OrganisationTypes>\n\
\ - <https://vocabulary.odm2.org/organizationtype/>\n"
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: Audience
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: Audience
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
metadataDescribedForActionId:
name: metadataDescribedForActionId
description: 'The [Action](#action) which resulted in this metadata record being
described.
Is likely to be the Action associated with a MARCO-BOLO Task.
'
title: Data Entered for Action (mPID)
comments:
- "The mPID from the first column of the Action.csv. \nNote that you can reference\
\ the same mPID in multiple rows.\n\nUses the <https://w3id.org/marco-bolo/isResultOf>\
\ predicate but ultimately ends up being \nrepresented as a triple in the form\
\ `<action> schema:result <this-entity>`.\n"
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: mbo:isResultOf
alias: metadataDescribedForActionId
owner: Audience
domain_of:
- Action
- HowTo
- HowToStep
- HowToTip
- Dataset
- Person
- Organization
- ContactPoint
- License
- PropertyValue
- DataDownload
- DatasetComment
- SoftwareSourceCode
- SoftwareApplication
- EmbargoStatement
- DefinedTerm
- Place
- GeoShape
- MonetaryGrant
- Taxon
- Audience
- Document
- Instrument
- Platform
range: Action
required: true
multivalued: false
audienceType:
name: audienceType
description: "The specific type of audience.\nOne of: \n `Audience`, `BusinessAudience`,\
\ `EducationalAudience`, \n `MedicalAudience`, `Patient`, `PeopleAudience`,\
\ \n `MedicalAudience`, `ParentAudience` or `Researcher`\n"
title: Audience Type
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: rdf:type
designates_type: true
alias: audienceType
owner: Audience
domain_of:
- Audience
range: uri
required: true
multivalued: false
pattern: ^(Audience|BusinessAudience|EducationalAudience|MedicalAudience|Patient|PeopleAudience|MedicalAudience|ParentAudience|Researcher)$
implicit_prefix: schema
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: Audience
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
audienceTypeDescription:
name: audienceTypeDescription
description: 'A textual description of the intended audience.
'
title: Description
comments:
- "For example:\n`Environmental consultants, fisheries managers, and marine technology\
\ \ncompanies requiring scientific data for impact assessments, \nresource management\
\ decisions, or product development`.\n"
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:audienceType
alias: audienceTypeDescription
owner: Audience
domain_of:
- Audience
range: string
required: true
multivalued: false
class_uri: schema:Audience