Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: ProjectInfo

URI: rfs:ProjectInfo

activity

environmentType

impact

location

projectActivities

projectDeveloper

projectMonitor

projectSize

projectVerifier

*
*
*
1
*
0..1
0..1
0..1
0..1

ProjectInfo

activity

creditClassVersion

description

environmentType

impact

location

name

projectActivities

projectDeveloper

projectEndDate

projectMonitor

projectSize

projectStartDate

projectVerifier

TerrasosProjectInfo

ActivityTypes

EnvironmentTypeTypes

ImpactTypes

Location

ProjectRole

QuantityValue

Inheritance

Slots

NameCardinality and RangeDescriptionInheritance
name1
String
Name of the projectdirect
location1
Location
The location of the projectdirect
description1
String
Optional description of the projectdirect
projectActivities*
ActivityTypes
the activitydirect
projectSize0..1
QuantityValue
direct
projectDeveloper0..1
ProjectRole
The organization responsible for owning the projectdirect
environmentType*
EnvironmentTypeTypes
The environment type of the projectdirect
projectMonitor0..1
ProjectRole
The organization responsible for monitoring the projectdirect
projectVerifier0..1
ProjectRole
The organization responsible for owning the projectdirect
projectStartDate0..1
String
The start date of the projectdirect
projectEndDate0..1
String
The end date of 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
The environment type of the projectdirect
impact*
ImpactTypes
A project or initiative’s current and potential impactdirect

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:ProjectInfo
nativerfs:ProjectInfo

LinkML Source

Direct

```yaml name: ProjectInfo from_schema: https://framework.regen.network/schema/ slots: - name - location - description - projectActivities - projectSize - projectDeveloper - environmentType - projectMonitor - projectVerifier - projectStartDate - projectEndDate - creditClassVersion - activity - environmentType - impact class_uri: rfs:ProjectInfo
</details>

### Induced

<details>
```yaml
name: ProjectInfo
from_schema: https://framework.regen.network/schema/
attributes:
  name:
    name: name
    description: Name of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: ProjectInfo
    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: ProjectInfo
    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: ProjectInfo
    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: ProjectInfo
    domain_of:
    - ProjectInfo
    range: ActivityTypes
    multivalued: true
  projectSize:
    name: projectSize
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: projectSize
    owner: ProjectInfo
    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: ProjectInfo
    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: ProjectInfo
    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: ProjectInfo
    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: ProjectInfo
    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: ProjectInfo
    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: ProjectInfo
    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: ProjectInfo
    domain_of:
    - ProjectInfo
    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: ProjectInfo
    domain_of:
    - ProjectInfo
    range: ActivityTypes
    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: ProjectInfo
    domain_of:
    - ProjectInfo
    range: ImpactTypes
    multivalued: true
class_uri: rfs:ProjectInfo