WARNING: This site is a work in progress.
Class: BT01 Project Info (BT01ProjectInfo)
Project info for Tebu projects.
URI: rfs:BT01ProjectInfo
erDiagram
BT01ProjectInfo {
float ecologicalConnectivityIndex
AdministrativeAreaTypes hasAdministrativeArea
ConservationStatusTypes iucnConservationStatus
duration projectDuration
SocialCulturalIndexTypes socialCulturalIndex
string creditClassVersion
MarketTypeTypesList marketType
string name
string description
uri url
string projectStartDate
string projectEndDate
EnvironmentTypeList environmentType
BT01RegionTypes region
BT01BioregionTypesList bioregion
BT01BiomeTypesList biomeType
BT01WatershedTypes watershed
BT01SubWatershedTypes subWatershed
ActivityTypeList activity
}
Methodology {
string name
uri url
string version
string identifier
}
Entity {
string name
string description
uri url
string image
EntityTypes type
}
Impact {
string name
ImpactType hasImpactType
SDGList supportsSDG
}
QuantityValue {
float numericValue
string unit
}
Feature {
string name
}
Geometry {
string asWKT
}
ReferenceId {
string identifier
string referenceType
}
Link {
string name
uri url
}
ManagementArea {
ActivityTypeList projectActivity
}
BT01ProjectInfo ||--}o ManagementArea : "hasManagementAreas"
BT01ProjectInfo ||--}o Entity : "hasEnvironmentalAuthority"
BT01ProjectInfo ||--|o Entity : "hasProjectVerifier"
BT01ProjectInfo ||--}o Link : "hasLinks"
BT01ProjectInfo ||--}o ReferenceId : "hasReferenceId"
BT01ProjectInfo ||--|| Feature : "hasFeature"
BT01ProjectInfo ||--|o QuantityValue : "projectSize"
BT01ProjectInfo ||--|| Impact : "hasPrimaryImpact"
BT01ProjectInfo ||--}o Impact : "hasCoBenefits"
BT01ProjectInfo ||--|o Entity : "hasProjectDeveloper"
BT01ProjectInfo ||--|o Entity : "hasProjectMonitor"
BT01ProjectInfo ||--|o Entity : "hasProjectOperator"
BT01ProjectInfo ||--|o Entity : "hasProjectOwner"
BT01ProjectInfo ||--|o Entity : "hasProjectPartner"
BT01ProjectInfo ||--|o Methodology : "usesMethodology"
Feature ||--|| Geometry : "hasGeometry"
Feature ||--|o Geometry : "hasBoundingBox"
Feature ||--|o Geometry : "hasCentroid"
ManagementArea ||--|o QuantityValue : "extent"
Inheritance
- ProjectInfo
- CreditProjectInfo
- BT01ProjectInfo
- CreditProjectInfo
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
ecologicalConnectivityIndex | 0..1 Float | The ecological connectivity index of the project | direct |
hasAdministrativeArea | 0..1 AdministrativeAreaTypes | The administrative area associated with the project | direct |
hasManagementAreas | * ManagementArea | The management areas associated with the project | direct |
iucnConservationStatus | 0..1 ConservationStatusTypes | The conservation status of the project | direct |
projectDuration | 0..1 Duration | The duration of the project | direct |
socialCulturalIndex | 0..1 SocialCulturalIndexTypes | The social cultural index of the project | direct |
hasEnvironmentalAuthority | * Entity | The environmental authority associated with the project | direct |
hasProjectVerifier | 0..1 Entity | The organization responsible for owning the project | CreditProjectInfo |
creditClassVersion | 0..1 String | The version of the credit class used for the project | CreditProjectInfo |
marketType | * MarketTypeTypes | The type of market for the associated credits | CreditProjectInfo |
name | 1 String | Name of the entity / resource | ProjectInfo |
description | 0..1 String | Description of the entity / resource | ProjectInfo |
url | 0..1 Uri | Link to a valid URL where more information can be found about the entity / re… | ProjectInfo |
projectStartDate | 1 String | The start date of the project | ProjectInfo |
projectEndDate | 1 String | The end date of the project | ProjectInfo |
hasLinks | * Link | A list of links associated with the project | ProjectInfo |
hasReferenceId | * ReferenceId | External reference IDs associated with the project | ProjectInfo |
hasFeature | 1 Feature | The location of the project | ProjectInfo |
projectSize | 0..1 QuantityValue | ProjectInfo | |
environmentType | * EnvironmentType | The environment type of the project | ProjectInfo |
region | 1 BT01RegionTypes | The region associated with the project | ProjectInfo |
bioregion | 1..* BT01BioregionTypes | The bioregion associated with the project | ProjectInfo |
biomeType | 1..* BT01BiomeTypes | The type of biome associated with the project | ProjectInfo |
watershed | 1 BT01WatershedTypes | The watershed associated with the project | ProjectInfo |
subWatershed | 1 BT01SubWatershedTypes | The sub-watershed associated with the project | ProjectInfo |
activity | * ActivityType | The types of activities being implemented in projects | ProjectInfo |
hasPrimaryImpact | 1 Impact | The primary impact expected from adhering to the protocol and/or management p… | ProjectInfo |
hasCoBenefits | * Impact | Co-benefits are any secondary impacts that may result from adhering to the pr… | ProjectInfo |
hasProjectDeveloper | 0..1 Entity | The organization responsible for owning the project | ProjectInfo |
hasProjectMonitor | 0..1 Entity | The organization responsible for monitoring the project | ProjectInfo |
hasProjectOperator | 0..1 Entity | The organization responsible for operating the project | ProjectInfo |
hasProjectOwner | 0..1 Entity | The organization that owns the project | ProjectInfo |
hasProjectPartner | 0..1 Entity | The organization that is a partner for the project | ProjectInfo |
usesMethodology | 0..1 Methodology | The methodology that the project uses | ProjectInfo |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:BT01ProjectInfo |
native | rfs:BT01ProjectInfo |
LinkML Source
Direct
```yaml
name: BT01ProjectInfo
description: Project info for Tebu projects.
title: BT01 Project Info
from_schema: https://framework.regen.network/schema/
is_a: CreditProjectInfo
slot_usage:
region:
name: region
range: BT01RegionTypes
required: true
bioregion:
name: bioregion
range: BT01BioregionTypes
required: true
biomeType:
name: biomeType
range: BT01BiomeTypes
required: true
watershed:
name: watershed
range: BT01WatershedTypes
required: true
subWatershed:
name: subWatershed
range: BT01SubWatershedTypes
required: true
attributes:
ecologicalConnectivityIndex:
name: ecologicalConnectivityIndex
description: The ecological connectivity index of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- BT01ProjectInfo
range: float
hasAdministrativeArea:
name: hasAdministrativeArea
description: The administrative area associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- BT01ProjectInfo
range: AdministrativeAreaTypes
hasManagementAreas:
name: hasManagementAreas
description: The management areas associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- BT01ProjectInfo
range: ManagementArea
multivalued: true
inlined: true
iucnConservationStatus:
name: iucnConservationStatus
description: The conservation status of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- BT01ProjectInfo
range: ConservationStatusTypes
projectDuration:
name: projectDuration
description: The duration of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- BT01ProjectInfo
range: duration
socialCulturalIndex:
name: socialCulturalIndex
description: The social cultural index of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- BT01ProjectInfo
range: SocialCulturalIndexTypes
hasEnvironmentalAuthority:
name: hasEnvironmentalAuthority
description: The environmental authority associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- BT01ProjectInfo
range: Entity
multivalued: true
inlined: true
inlined_as_list: true
</details>
### Induced
<details>
```yaml
name: BT01ProjectInfo
description: Project info for Tebu projects.
title: BT01 Project Info
from_schema: https://framework.regen.network/schema/
is_a: CreditProjectInfo
slot_usage:
region:
name: region
range: BT01RegionTypes
required: true
bioregion:
name: bioregion
range: BT01BioregionTypes
required: true
biomeType:
name: biomeType
range: BT01BiomeTypes
required: true
watershed:
name: watershed
range: BT01WatershedTypes
required: true
subWatershed:
name: subWatershed
range: BT01SubWatershedTypes
required: true
attributes:
ecologicalConnectivityIndex:
name: ecologicalConnectivityIndex
description: The ecological connectivity index of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: ecologicalConnectivityIndex
owner: BT01ProjectInfo
domain_of:
- BT01ProjectInfo
range: float
hasAdministrativeArea:
name: hasAdministrativeArea
description: The administrative area associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasAdministrativeArea
owner: BT01ProjectInfo
domain_of:
- BT01ProjectInfo
range: AdministrativeAreaTypes
hasManagementAreas:
name: hasManagementAreas
description: The management areas associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasManagementAreas
owner: BT01ProjectInfo
domain_of:
- BT01ProjectInfo
range: ManagementArea
multivalued: true
inlined: true
iucnConservationStatus:
name: iucnConservationStatus
description: The conservation status of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: iucnConservationStatus
owner: BT01ProjectInfo
domain_of:
- BT01ProjectInfo
range: ConservationStatusTypes
projectDuration:
name: projectDuration
description: The duration of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: projectDuration
owner: BT01ProjectInfo
domain_of:
- BT01ProjectInfo
range: duration
socialCulturalIndex:
name: socialCulturalIndex
description: The social cultural index of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: socialCulturalIndex
owner: BT01ProjectInfo
domain_of:
- BT01ProjectInfo
range: SocialCulturalIndexTypes
hasEnvironmentalAuthority:
name: hasEnvironmentalAuthority
description: The environmental authority associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasEnvironmentalAuthority
owner: BT01ProjectInfo
domain_of:
- BT01ProjectInfo
range: Entity
multivalued: true
inlined: true
inlined_as_list: true
hasProjectVerifier:
name: hasProjectVerifier
description: The organization responsible for owning the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasProjectVerifier
owner: BT01ProjectInfo
domain_of:
- CreditProjectInfo
range: Entity
creditClassVersion:
name: creditClassVersion
description: The version of the credit class used for the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: creditClassVersion
owner: BT01ProjectInfo
domain_of:
- CreditProjectInfo
range: string
marketType:
name: marketType
description: The type of market for the associated credits.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: marketType
owner: BT01ProjectInfo
domain_of:
- CreditProjectInfo
range: MarketTypeTypes
multivalued: true
name:
name: name
description: Name of the entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:name
alias: name
owner: BT01ProjectInfo
domain_of:
- Link
- ProjectInfo
- Feature
- File
- Impact
- CreditingProgram
- CreditProtocol
- Methodology
- Registry
- BufferPoolAccount
- CreditClassInfo
- Entity
range: string
required: true
description:
name: description
description: Description of the entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:description
alias: description
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
- File
- CreditClassInfo
- Entity
range: string
url:
name: url
description: Link to a valid URL where more information can be found about the
entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:url
alias: url
owner: BT01ProjectInfo
domain_of:
- Link
- ProjectInfo
- CreditingProgram
- CreditProtocol
- Methodology
- Registry
- CreditClassInfo
- Entity
range: uri
projectStartDate:
name: projectStartDate
description: The start date of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: schema:startDate
alias: projectStartDate
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: string
required: true
projectEndDate:
name: projectEndDate
description: The end date of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: schema:endDate
alias: projectEndDate
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: string
required: true
hasLinks:
name: hasLinks
description: A list of links associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasLinks
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: Link
multivalued: true
inlined: true
inlined_as_list: true
hasReferenceId:
name: hasReferenceId
description: External reference IDs associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasReferenceId
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: ReferenceId
multivalued: true
inlined: true
inlined_as_list: true
hasFeature:
name: hasFeature
description: The location of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasFeature
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: Feature
required: true
projectSize:
name: projectSize
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: projectSize
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: QuantityValue
inlined: false
environmentType:
name: environmentType
description: The environment type of the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: environmentType
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: EnvironmentType
multivalued: true
region:
name: region
description: The region associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: region
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: BT01RegionTypes
required: true
bioregion:
name: bioregion
description: The bioregion associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: bioregion
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: BT01BioregionTypes
required: true
multivalued: true
biomeType:
name: biomeType
description: The type of biome associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: biomeType
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: BT01BiomeTypes
required: true
multivalued: true
watershed:
name: watershed
description: The watershed associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: watershed
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: BT01WatershedTypes
required: true
subWatershed:
name: subWatershed
description: The sub-watershed associated with the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: subWatershed
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: BT01SubWatershedTypes
required: true
activity:
name: activity
description: The types of activities being implemented in projects
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: activity
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: ActivityType
multivalued: true
hasPrimaryImpact:
name: hasPrimaryImpact
description: The primary impact expected from adhering to the protocol and/or
management practices associated with the credit class. Generally speaking the
quantifiable components of this impact are associated with the credit type that
the credit class exists under (e.g. Carbon, Biodiversity, etc).
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasPrimaryImpact
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
- CreditClassInfo
range: Impact
required: true
hasCoBenefits:
name: hasCoBenefits
description: Co-benefits are any secondary impacts that may result from adhering
to the protocol and/or management practices associated with the credit class.
They can be qualitative or quantitative.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasCoBenefits
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
- CreditClassInfo
range: Impact
multivalued: true
hasProjectDeveloper:
name: hasProjectDeveloper
description: The organization responsible for owning the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasProjectDeveloper
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: Entity
hasProjectMonitor:
name: hasProjectMonitor
description: The organization responsible for monitoring the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasProjectMonitor
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: Entity
hasProjectOperator:
name: hasProjectOperator
description: The organization responsible for operating the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasProjectOperator
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: Entity
hasProjectOwner:
name: hasProjectOwner
description: The organization that owns the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasProjectOwner
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: Entity
hasProjectPartner:
name: hasProjectPartner
description: The organization that is a partner for the project.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: hasProjectPartner
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: Entity
usesMethodology:
name: usesMethodology
description: The methodology that the project uses.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: usesMethodology
owner: BT01ProjectInfo
domain_of:
- ProjectInfo
range: Methodology