Regen Network

Regen Network Data Standards

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

Slots

NameCardinality and RangeDescriptionInheritance
ecologicalConnectivityIndex0..1
Float
The ecological connectivity index of the projectdirect
hasAdministrativeArea0..1
AdministrativeAreaTypes
The administrative area associated with the projectdirect
hasManagementAreas*
ManagementArea
The management areas associated with the projectdirect
iucnConservationStatus0..1
ConservationStatusTypes
The conservation status of the projectdirect
projectDuration0..1
Duration
The duration of the projectdirect
socialCulturalIndex0..1
SocialCulturalIndexTypes
The social cultural index of the projectdirect
hasEnvironmentalAuthority*
Entity
The environmental authority associated with the projectdirect
hasProjectVerifier0..1
Entity
The organization responsible for owning the projectCreditProjectInfo
creditClassVersion0..1
String
The version of the credit class used for the projectCreditProjectInfo
marketType*
MarketTypeTypes
The type of market for the associated creditsCreditProjectInfo
name1
String
Name of the entity / resourceProjectInfo
description0..1
String
Description of the entity / resourceProjectInfo
url0..1
Uri
Link to a valid URL where more information can be found about the entity / re…ProjectInfo
projectStartDate1
String
The start date of the projectProjectInfo
projectEndDate1
String
The end date of the projectProjectInfo
hasLinks*
Link
A list of links associated with the projectProjectInfo
hasReferenceId*
ReferenceId
External reference IDs associated with the projectProjectInfo
hasFeature1
Feature
The location of the projectProjectInfo
projectSize0..1
QuantityValue
ProjectInfo
environmentType*
EnvironmentType
The environment type of the projectProjectInfo
region1
BT01RegionTypes
The region associated with the projectProjectInfo
bioregion1..*
BT01BioregionTypes
The bioregion associated with the projectProjectInfo
biomeType1..*
BT01BiomeTypes
The type of biome associated with the projectProjectInfo
watershed1
BT01WatershedTypes
The watershed associated with the projectProjectInfo
subWatershed1
BT01SubWatershedTypes
The sub-watershed associated with the projectProjectInfo
activity*
ActivityType
The types of activities being implemented in projectsProjectInfo
hasPrimaryImpact1
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
hasProjectDeveloper0..1
Entity
The organization responsible for owning the projectProjectInfo
hasProjectMonitor0..1
Entity
The organization responsible for monitoring the projectProjectInfo
hasProjectOperator0..1
Entity
The organization responsible for operating the projectProjectInfo
hasProjectOwner0..1
Entity
The organization that owns the projectProjectInfo
hasProjectPartner0..1
Entity
The organization that is a partner for the projectProjectInfo
usesMethodology0..1
Methodology
The methodology that the project usesProjectInfo

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:BT01ProjectInfo
nativerfs: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