WARNING: This site is a work in progress.
Class: 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
- ProjectInfo
- TerrasosProjectInfo
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
ecologicalConnectivityIndex | 0..1 Float | The ecological connectivity index of the project | direct |
socialCulturalIndex | 0..1 Float | The social cultural index of the project | direct |
administrativeArea | 0..1 AdministrativeArea | The administrative area associated with the project | direct |
managementAreas | * ManagementArea | The management areas associated with the project | direct |
conservationStatus | 0..1 ConservationStatusTypes | The conservation status of the project | direct |
projectDuration | 0..1 String | The duration of the project | direct |
projectOperator | 0..1 ProjectRole | The organization responsible for operating the project | direct |
projectOwner | 0..1 ProjectRole | The organization responsible for owning the project | direct |
marketType | * MarketTypeTypes | The type of market for the associated credits | direct |
environmentalAuthority | * Organization | The environmental authority associated with the project | direct |
bioregion | * String | The bioregion associated with the project | direct |
biomeType | * String | The type of biome associated with the project | direct |
watershed | 0..1 String | The watershed associated with the project | direct |
subWatershed | 0..1 String | The sub-watershed associated with the project | direct |
name | 1 String | Name of the project | ProjectInfo |
location | 1 Location | The location of the project | ProjectInfo |
description | 1 String | Optional description of the project | ProjectInfo |
projectActivities | * ActivityTypes | the activity | ProjectInfo |
projectSize | 0..1 QuantityValue | ProjectInfo | |
projectDeveloper | 0..1 ProjectRole | The organization responsible for owning the project | ProjectInfo |
environmentType | * EnvironmentTypeTypes | The environment type of the project | ProjectInfo |
projectMonitor | 0..1 ProjectRole | The organization responsible for monitoring the project | ProjectInfo |
projectVerifier | 0..1 ProjectRole | The organization responsible for owning the project | ProjectInfo |
projectStartDate | 0..1 String | The start date of the project | ProjectInfo |
projectEndDate | 0..1 String | The end date of the project | ProjectInfo |
creditClassVersion | 0..1 String | The version of the credit class used for the project | ProjectInfo |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:TerrasosProjectInfo |
native | rfs: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