Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: TerrasosProjectInfo

URI: rfs:TerrasosProjectInfo

erDiagram
TerrasosProjectInfo {
    float ecologicalConnectivityIndex  
    float socialCulturalIndex  
    ConservationStatusTypes conservationStatus  
    string projectDuration  
    MarketTypeTypesList marketType  
    stringList bioregion  
    stringList biomeType  
    string watershed  
    string subWatershed  
    string name  
    string description  
    ActivityTypesList projectActivities  
    EnvironmentTypeTypesList environmentType  
    string projectStartDate  
    string projectEndDate  
    string creditClassVersion  
}
ProjectRole {
    string name  
    string url  
    string image  
    string description  
    ProjectRoleTypes type  
}
QuantityValue {
    float numericValue  
    string unit  
}
Location {
    string type  
    string placeName  
    string id  
    floatList bbox  
    string text  
    floatList center  
    float relevance  
    string placeType  
}
Any {

}
Geometry {
    string type  
    floatList coordinates  
}
Organization {
    string name  
    string url  
    boolean showOnProjectPage  
    string image  
    string description  
}
ManagementArea {
    ActivityTypesList projectActivity  
}
AdministrativeArea {
    string name  
    string url  
}

TerrasosProjectInfo ||--|o AdministrativeArea : "administrativeArea"
TerrasosProjectInfo ||--}o ManagementArea : "managementAreas"
TerrasosProjectInfo ||--|o ProjectRole : "projectOperator"
TerrasosProjectInfo ||--|o ProjectRole : "projectOwner"
TerrasosProjectInfo ||--}o Organization : "environmentalAuthority"
TerrasosProjectInfo ||--|| Location : "location"
TerrasosProjectInfo ||--|o QuantityValue : "projectSize"
TerrasosProjectInfo ||--|o ProjectRole : "projectDeveloper"
TerrasosProjectInfo ||--|o ProjectRole : "projectMonitor"
TerrasosProjectInfo ||--|o ProjectRole : "projectVerifier"
Location ||--|| Geometry : "geometry"
Location ||--|o Any : "context"
Location ||--|o Any : "properties"
ManagementArea ||--|o QuantityValue : "extent"

Inheritance

Slots

NameCardinality and RangeDescriptionInheritance
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
managementAreas*
ManagementArea
The management areas associated with the projectdirect
conservationStatus0..1
ConservationStatusTypes
The conservation status of the projectdirect
projectDuration0..1
String
The duration of the projectdirect
projectOperator0..1
ProjectRole
The organization responsible for operating the projectdirect
projectOwner0..1
ProjectRole
The organization responsible for owning the projectdirect
marketType*
MarketTypeTypes
The type of market for the associated creditsdirect
environmentalAuthority*
Organization
The environmental authority associated with the projectdirect
bioregion*
String
The bioregion associated with the projectdirect
biomeType*
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
name1
String
Name of the projectProjectInfo
location1
Location
The location of the projectProjectInfo
description1
String
Optional description of the projectProjectInfo
projectActivities*
ActivityTypes
the activityProjectInfo
projectSize0..1
QuantityValue
ProjectInfo
projectDeveloper0..1
ProjectRole
The organization responsible for owning the projectProjectInfo
environmentType*
EnvironmentTypeTypes
The environment type of the projectProjectInfo
projectMonitor0..1
ProjectRole
The organization responsible for monitoring the projectProjectInfo
projectVerifier0..1
ProjectRole
The organization responsible for owning the projectProjectInfo
projectStartDate0..1
String
The start date of the projectProjectInfo
projectEndDate0..1
String
The end date of the projectProjectInfo
creditClassVersion0..1
String
The version of the credit class used for the projectProjectInfo

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:TerrasosProjectInfo
nativerfs:TerrasosProjectInfo

LinkML Source

Direct

```yaml name: TerrasosProjectInfo from_schema: https://framework.regen.network/schema/ is_a: ProjectInfo slots: - ecologicalConnectivityIndex - socialCulturalIndex - administrativeArea - managementAreas - conservationStatus - projectDuration - projectOperator - projectOwner - marketType - environmentalAuthority - bioregion - biomeType - watershed - subWatershed class_uri: rfs:TerrasosProjectInfo
</details>

### Induced

<details>
```yaml
name: TerrasosProjectInfo
from_schema: https://framework.regen.network/schema/
is_a: ProjectInfo
attributes:
  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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    range: AdministrativeArea
  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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    range: ManagementArea
    multivalued: true
    inlined: true
  conservationStatus:
    name: conservationStatus
    description: The conservation status of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:conservationStatus
    alias: conservationStatus
    owner: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    range: ConservationStatusTypes
  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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    range: string
  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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    range: ProjectRole
  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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    range: ProjectRole
  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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    range: MarketTypeTypes
    multivalued: 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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    range: Organization
    multivalued: true
    inlined: true
    inlined_as_list: true
  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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    range: string
    multivalued: true
  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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    range: string
    multivalued: true
  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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    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: TerrasosProjectInfo
    domain_of:
    - TerrasosProjectInfo
    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: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - AdministrativeArea
    range: string
    required: true
  location:
    name: location
    description: The location of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:location
    alias: location
    owner: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    - File
    range: Location
    required: true
    inlined: 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: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    range: string
    required: true
  projectActivities:
    name: projectActivities
    description: the activity.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:projectActivities
    alias: projectActivities
    owner: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    range: ActivityTypes
    multivalued: true
  projectSize:
    name: projectSize
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: projectSize
    owner: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    range: QuantityValue
    inlined: false
  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: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    range: ProjectRole
  environmentType:
    name: environmentType
    description: The environment type of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:environmentType
    alias: environmentType
    owner: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    range: EnvironmentTypeTypes
    multivalued: true
  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: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    range: ProjectRole
  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: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    range: ProjectRole
  projectStartDate:
    name: projectStartDate
    description: The start date of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: xsd:date
    alias: projectStartDate
    owner: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    range: string
  projectEndDate:
    name: projectEndDate
    description: The end date of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: xsd:date
    alias: projectEndDate
    owner: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    range: string
  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: TerrasosProjectInfo
    domain_of:
    - ProjectInfo
    range: string
class_uri: rfs:TerrasosProjectInfo