Regen Network

Regen Network Data Standards

WARNING: this site is a work in progress. All data is fake!

Class: Project

URI: rfs:Project

erDiagram
Project {
    string name  
    string description  
    uriorcurie id  
    MarketTypeTypes marketType  
    string bioregion  
    string biomeType  
    string watershed  
    string subWatershed  
    string projectDuration  
    float ecologicalConnectivityIndex  
    float socialCulturalIndex  
    string creditClassVersion  
    ActivityTypesList activity  
    EnvironmentTypeTypesList environmentType  
    ImpactTypesList impact  
    integer size  
    string start_date  
    string end_date  
    string project_type  
    string project_verifier  
}
Organization {
    string name  
    string url  
    boolean showOnProjectPage  
    string description  
    string image  
    string address  
}
AdministrativeArea {
    string name  
    string url  
}
ManagementArea {
    ActivityTypesList activity  
}
QuantityValue {
    float numericValue  
    string unit  
}
OffchainCreditsInfo {

}
ProjectRole {
    string name  
    string description  
    string url  
    ProjectRoleTypes type  
    string image  
}
ProjectSize {
    string unit  
    double numericValue  
}

Project ||--|o ProjectSize : "project_size"
Project ||--|o ProjectRole : "project_developer"
Project ||--|o Organization : "environmentalAuthority"
Project ||--|o OffchainCreditsInfo : "offchainCreditsInfo"
Project ||--}o ManagementArea : "managementAreas"
Project ||--|o AdministrativeArea : "administrativeArea"
Project ||--|o Organization : "projectOperator"
Project ||--|o Organization : "projectMonitor"
Project ||--|o Organization : "projectOwner"
Project ||--|o Organization : "projectVerifier"
Project ||--|o Organization : "projectDeveloper"
ManagementArea ||--|o QuantityValue : "extent"
OffchainCreditsInfo ||--|o QuantityValue : "creditsRegistered"
OffchainCreditsInfo ||--|o QuantityValue : "creditsAvailable"
OffchainCreditsInfo ||--|o QuantityValue : "creditsRetired"

Slots

NameCardinality and RangeDescriptionInheritance
name1
String
Name of the projectdirect
description0..1
String
Optional description of the projectdirect
project_size0..1
ProjectSize
direct
project_developer0..1
ProjectRole
direct
id1
Uriorcurie
direct
environmentalAuthority0..1
Organization
The environmental authority associated with the projectdirect
marketType0..1
MarketTypeTypes
The type of market for the associated creditsdirect
bioregion0..1
String
The bioregion associated with the projectdirect
biomeType0..1
String
The type of biome associated with the projectdirect
watershed0..1
String
The watershed associated with the projectdirect
subWatershed0..1
String
The sub-watershed associated with the projectdirect
offchainCreditsInfo0..1
OffchainCreditsInfo
Information about offchain credits associated with the projectdirect
projectDuration0..1
String
The duration of the projectdirect
managementAreas*
ManagementArea
The management areas associated with the projectdirect
ecologicalConnectivityIndex0..1
Float
The ecological connectivity index of the projectdirect
socialCulturalIndex0..1
Float
The social cultural index of the projectdirect
administrativeArea0..1
AdministrativeArea
The administrative area associated with the projectdirect
projectOperator0..1
Organization
The organization responsible for operating the projectdirect
projectMonitor0..1
Organization
The organization responsible for monitoring the projectdirect
projectOwner0..1
Organization
The organization responsible for owning the projectdirect
projectVerifier0..1
Organization
The organization responsible for owning the projectdirect
projectDeveloper0..1
Organization
The organization responsible for owning the projectdirect
creditClassVersion0..1
String
The version of the credit class used for the projectdirect
activity*
ActivityTypes
The types of activities being implemented in projectsdirect
environmentType*
EnvironmentTypeTypes
General classification of the project’s environment typedirect
impact*
ImpactTypes
A project or initiative’s current and potential impactdirect
size0..1
Integer
direct
start_date0..1
String
direct
end_date0..1
String
direct
project_type0..1
String
direct
project_verifier0..1
String
direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Project
nativerfs:Project

Examples

Example: Project-Terassos

  id: "http://dev.app.regen.com/projects/38"
  name: "Amazon Rainforest Conservation Project"
  marketType: compliance
  bioregion: "Amazon Basin"
  biomeType: "TropicalForest"
  watershed: "Amazon River"
  subWatershed: "Upper Amazon"
  environmentType:
    - cloudForest
  offchainCreditsInfo:
    creditsRegistered:
      numericValue: 1000
      unit: unit:HA
    creditsAvailable:
      numericValue: 800
      unit: unit:HA
    creditsRetired:
      numericValue: 200
      unit: unit:HA
  projectDuration: "P1Y"
  creditClassVersion: "1.0"
  ecologicalConnectivityIndex: 75.5
  socialCulturalIndex: 85.0
  environmentalAuthority:
    name: "Corantioquia"
    url: "http://corantioquia.gov.co/"
  administrativeArea:
    name: "Antioquia"
  managementAreas:
    - activity: 
        - conservation
      extent:
        numericValue: 120
        unit: unit:HA
    - activity:
        - ecosystemRestoration
      extent:
        numericValue: 220
        unit: unit:HA
  projectDeveloper:
    name: Terrasos
    description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
    image: https://via.placeholder.com/150
  projectOperator:
    name: El Globo
    description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
    image: https://via.placeholder.com/150
  projectVerifier:
    name: KPMG
    description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
    image: https://via.placeholder.com/150
  projectMonitor:
    name: EAFIT
    description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
    image: https://via.placeholder.com/150
  projectOwner:
    name: Jose Gonzales
    description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
    image: https://via.placeholder.com/150


LinkML Source

Direct

```yaml name: Project from_schema: https://framework.regen.network/schema/ slots: - name - description - project_size - project_developer - id - environmentalAuthority - marketType - bioregion - biomeType - watershed - subWatershed - offchainCreditsInfo - projectDuration - managementAreas - ecologicalConnectivityIndex - socialCulturalIndex - administrativeArea - projectOperator - projectMonitor - projectOwner - projectVerifier - projectDeveloper - creditClassVersion - activity - environmentType - impact attributes: size: name: size from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Project range: integer start_date: name: start_date from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Project end_date: name: end_date from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Project project_type: name: project_type from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Project project_verifier: name: project_verifier from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - Project class_uri: rfs:Project
</details>

### Induced

<details>
```yaml
name: Project
from_schema: https://framework.regen.network/schema/
attributes:
  size:
    name: size
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: size
    owner: Project
    domain_of:
    - Project
    range: integer
  start_date:
    name: start_date
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: start_date
    owner: Project
    domain_of:
    - Project
    range: string
  end_date:
    name: end_date
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: end_date
    owner: Project
    domain_of:
    - Project
    range: string
  project_type:
    name: project_type
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: project_type
    owner: Project
    domain_of:
    - Project
    range: string
  project_verifier:
    name: project_verifier
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: project_verifier
    owner: Project
    domain_of:
    - Project
    range: string
  name:
    name: name
    description: Name of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Project
    domain_of:
    - Project
    - ProjectRole
    - Organization
    - AdministrativeArea
    - File
    range: string
    required: true
  description:
    name: description
    description: Optional description of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Project
    domain_of:
    - Project
    - ProjectRole
    - Organization
    - File
    range: string
  project_size:
    name: project_size
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: project_size
    owner: Project
    domain_of:
    - Project
    range: ProjectSize
    inlined: false
  project_developer:
    name: project_developer
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: project_developer
    owner: Project
    domain_of:
    - Project
    range: ProjectRole
    inlined: false
  id:
    name: id
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    identifier: true
    alias: id
    owner: Project
    domain_of:
    - Project
    range: uriorcurie
    required: true
  environmentalAuthority:
    name: environmentalAuthority
    description: The environmental authority associated with the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:environmentalAuthority
    alias: environmentalAuthority
    owner: Project
    domain_of:
    - Project
    range: Organization
  marketType:
    name: marketType
    description: The type of market for the associated credits.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:marketType
    alias: marketType
    owner: Project
    domain_of:
    - Project
    range: MarketTypeTypes
  bioregion:
    name: bioregion
    description: The bioregion associated with the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:bioregion
    alias: bioregion
    owner: Project
    domain_of:
    - Project
    range: string
  biomeType:
    name: biomeType
    description: The type of biome associated with the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:biomeType
    alias: biomeType
    owner: Project
    domain_of:
    - Project
    range: string
  watershed:
    name: watershed
    description: The watershed associated with the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:watershed
    alias: watershed
    owner: Project
    domain_of:
    - Project
    range: string
  subWatershed:
    name: subWatershed
    description: The sub-watershed associated with the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:subWatershed
    alias: subWatershed
    owner: Project
    domain_of:
    - Project
    range: string
  offchainCreditsInfo:
    name: offchainCreditsInfo
    description: Information about offchain credits associated with the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:offchainCreditsInfo
    alias: offchainCreditsInfo
    owner: Project
    domain_of:
    - Project
    range: OffchainCreditsInfo
  projectDuration:
    name: projectDuration
    description: The duration of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:projectDuration
    alias: projectDuration
    owner: Project
    domain_of:
    - Project
    range: string
  managementAreas:
    name: managementAreas
    description: The management areas associated with the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:managementAreas
    alias: managementAreas
    owner: Project
    domain_of:
    - Project
    range: ManagementArea
    multivalued: true
    inlined: true
  ecologicalConnectivityIndex:
    name: ecologicalConnectivityIndex
    description: The ecological connectivity index of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:ecologicalConnectivityIndex
    alias: ecologicalConnectivityIndex
    owner: Project
    domain_of:
    - Project
    range: float
  socialCulturalIndex:
    name: socialCulturalIndex
    description: The social cultural index of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:socialCulturalIndex
    alias: socialCulturalIndex
    owner: Project
    domain_of:
    - Project
    range: float
  administrativeArea:
    name: administrativeArea
    description: The administrative area associated with the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: administrativeArea
    owner: Project
    domain_of:
    - Project
    range: AdministrativeArea
  projectOperator:
    name: projectOperator
    description: The organization responsible for operating the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:projectOperator
    alias: projectOperator
    owner: Project
    domain_of:
    - Project
    range: Organization
  projectMonitor:
    name: projectMonitor
    description: The organization responsible for monitoring the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:projectMonitor
    alias: projectMonitor
    owner: Project
    domain_of:
    - Project
    range: Organization
  projectOwner:
    name: projectOwner
    description: The organization responsible for owning the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:projectOwner
    alias: projectOwner
    owner: Project
    domain_of:
    - Project
    range: Organization
  projectVerifier:
    name: projectVerifier
    description: The organization responsible for owning the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:projectVerifier
    alias: projectVerifier
    owner: Project
    domain_of:
    - Project
    range: Organization
  projectDeveloper:
    name: projectDeveloper
    description: The organization responsible for owning the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:projectDeveloper
    alias: projectDeveloper
    owner: Project
    domain_of:
    - Project
    range: Organization
  creditClassVersion:
    name: creditClassVersion
    description: The version of the credit class used for the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:creditClassVersion
    alias: creditClassVersion
    owner: Project
    domain_of:
    - Project
    range: string
  activity:
    name: activity
    description: The types of activities being implemented in projects
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:activity
    alias: activity
    owner: Project
    domain_of:
    - Project
    - ManagementArea
    range: ActivityTypes
    multivalued: true
  environmentType:
    name: environmentType
    description: General classification of the project's environment type.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:environmentType
    alias: environmentType
    owner: Project
    domain_of:
    - Project
    range: EnvironmentTypeTypes
    multivalued: true
  impact:
    name: impact
    description: A project or initiative’s current and potential impact
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:impact
    alias: impact
    owner: Project
    domain_of:
    - Project
    range: ImpactTypes
    multivalued: true
class_uri: rfs:Project