Class: PropertyValue

A property with or without a value.

__

URI: schema:PropertyValue

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
metadataDescribedForActionId 1
Action
The Action which resulted in this metadata record being described direct
name 1
String
A name/title direct
description 0..1
String
A description for this entity direct
propertyId 0..1
Uri
A URL persistent identifer representing this property direct
measurementMethod 0..1
String
How the property was measured direct
measurementTechnique 0..1
String
A textual descripion of the measurement technique direct
unitId *
Uri
One or more URL Persistent Identifers in which the min/max/values are recorde... direct
unitText 0..1
String
A textual description of the unit direct
isTypeOfPropertyValueMboId *
PropertyValue
Parent PropertyValues for which this is a more specific sub-type of direct

Usages

used by used in type used
Dataset containsVariablesMboIds range PropertyValue
PropertyValue isTypeOfPropertyValueMboId range PropertyValue

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PropertyValue
description: 'A property with or without a value.

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
slots:
- id
- metadataPublisherId
- metadataDescribedForActionId
- name
- description
- propertyId
- measurementMethod
- measurementTechnique
- unitId
- unitText
- isTypeOfPropertyValueMboId
class_uri: schema:PropertyValue

Induced

name: PropertyValue
description: 'A property with or without a value.

  '
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: PropertyValue
    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: PropertyValue
    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: PropertyValue
    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
  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: PropertyValue
    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
  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: PropertyValue
    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
  propertyId:
    name: propertyId
    description: 'A URL persistent identifer representing this property.

      '
    title: Property ID (URL PID)
    comments:
    - "e.g. `http://vocab.nerc.ac.uk/collection/P07/current/CFSN0376/` to represent\
      \ 'sea_surface_salinity' \n\nThese should generally be sourced from well-established\
      \ controlled vocbularies,\nlike [NERC P01 - BODC Parameter Usage Vocabulary](https://vocab.nerc.ac.uk/collection/P01),\n\
      [NERC P07 - Climate and Forecast Standard Names](https://vocab.nerc.ac.uk/collection/P07),\n\
      and [ENVO](https://www.ebi.ac.uk/ols4/ontologies/envo).\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:propertyID
    alias: propertyId
    owner: PropertyValue
    domain_of:
    - PropertyValue
    range: uri
    required: false
    multivalued: false
  measurementMethod:
    name: measurementMethod
    description: How the property was measured.
    title: Measurement Method
    comments:
    - 'The what - the overall approach or protocol used

      More general/categorical description

      Often refers to standardized procedures or methodologies

      Examples: "CTD profiling"

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:measurementMethod
    alias: measurementMethod
    owner: PropertyValue
    domain_of:
    - PropertyValue
    range: string
    required: false
    multivalued: false
  measurementTechnique:
    name: measurementTechnique
    description: 'A textual descripion of the measurement technique.

      '
    title: Measurement Technique
    comments:
    - 'The how - the specific technical implementation or procedural details

      More specific technical description

      Often includes instrument settings, protocols, or analytical steps

      Examples: "CTD rosette deployment to 1000m depth with 2-minute sampling intervals"

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:measurementTechnique
    alias: measurementTechnique
    owner: PropertyValue
    domain_of:
    - PropertyValue
    range: string
    required: false
    multivalued: false
  unitId:
    name: unitId
    description: 'One or more URL Persistent Identifers in which the min/max/values
      are recorded.

      '
    title: Units (URL PIDs)
    comments:
    - "For example: `http://vocab.nerc.ac.uk/collection/P06/current/UPMM/`, \n`http://qudt.org/vocab/unit/NUM-PER-M3`,\
      \ \n`http://vocab.nerc.ac.uk/collection/P06/current/UPMM/|http://qudt.org/vocab/unit/NUM-PER-M3`.\n\
      \nThe primary source of units should be [NERC P06: BODC-approved data storage\
      \ units](https://vocab.nerc.ac.uk/collection/P06). \nIf a suitable unit cannot\
      \ be found there, then a more general unit can be chosen from [QUDT](https://www.qudt.org/doc/2025/01/DOC_VOCAB-UNITS.html).\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:unitCode
    alias: unitId
    owner: PropertyValue
    domain_of:
    - PropertyValue
    range: uri
    required: false
    multivalued: true
    pattern: ^[A-Za-z0-9-_]+$
  unitText:
    name: unitText
    description: 'A textual description of the unit.

      '
    title: Unit Text
    comments:
    - 'Human-readable string corresponding to the identifier in ''Units (URL PIDs)''

      For example: `Number per cubic metre`,  `#/m^3`

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:unitText
    alias: unitText
    owner: PropertyValue
    domain_of:
    - PropertyValue
    range: string
    required: false
    multivalued: false
  isTypeOfPropertyValueMboId:
    name: isTypeOfPropertyValueMboId
    description: 'Parent PropertyValues for which this is a more specific sub-type
      of.

      '
    title: Is Sub-Type Of (PropertyValue mPIDs)
    comments:
    - 'An mPID from the first column of PropertyValue.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:valueReference
    alias: isTypeOfPropertyValueMboId
    owner: PropertyValue
    domain_of:
    - PropertyValue
    range: PropertyValue
    required: false
    multivalued: true
class_uri: schema:PropertyValue