Class: PropertyValue
A property with or without a value.
__
URI: schema:PropertyValue
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 |
value | 0..1 Decimal |
The single value observed | direct |
minValue | 0..1 Decimal |
The minimum value observed | direct |
maxValue | 0..1 Decimal |
The maximum value observed | 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
- value
- minValue
- maxValue
- 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. \nNote that when inputting into CSV files this should not be the full\
\ URI, \nbut just the last part, e.g. `mbo_0000001`.\n"
title: MBO Permanent Identifier
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
range: string
required: true
pattern: ^mbo_[_0-9a-z]+$
metadataPublisherId:
name: metadataPublisherId
description: 'The MBO Persistent IDentifier (mPID) of the person who entered this
row of data.
'
title: Data Entry Person (mPID - you)
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
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:
- "Uses 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
range: Action
required: true
multivalued: false
name:
name: name
description: A name/title
title: Name
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
range: string
required: true
multivalued: false
description:
name: description
description: A description for this entity.
title: Description
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
range: string
required: false
multivalued: false
propertyId:
name: propertyId
description: 'A URL persistent identifer representing this property.
e.g. `http://vocab.nerc.ac.uk/collection/P07/current/CFSN0376/`
This should generally be sourced from [NERC P07 - Climate and Forecast Standard
Names](https://vocab.nerc.ac.uk/collection/P07).
'
title: Property ID (URL PID)
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
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
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
value:
name: value
description: 'The single value observed.
'
title: Value
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:value
alias: value
owner: PropertyValue
domain_of:
- PropertyValue
range: decimal
required: false
multivalued: false
minValue:
name: minValue
description: 'The minimum value observed.
'
title: Min Value
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:minValue
alias: minValue
owner: PropertyValue
domain_of:
- PropertyValue
range: decimal
required: false
multivalued: false
maxValue:
name: maxValue
description: 'The maximum value observed.
'
title: Max Value
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:maxValue
alias: maxValue
owner: PropertyValue
domain_of:
- PropertyValue
range: decimal
required: false
multivalued: false
unitId:
name: unitId
description: "One or more URL Persistent Identifers in which the min/max/values\
\ are recorded.\n\ne.g. `http://vocab.nerc.ac.uk/collection/P06/current/UPMM/`,\
\ `http://qudt.org/vocab/unit/NUM-PER-M3`, or `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"
title: Units (URL PIDs)
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
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)
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