Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: ProjectInfo

URI: rfs:ProjectInfo

erDiagram
ProjectInfo {
    string name  
    string description  
    ActivityTypesList projectActivities  
    EnvironmentTypeTypesList environmentType  
    string projectStartDate  
    string projectEndDate  
    string creditClassVersion  
    ActivityTypesList activity  
    ImpactTypesList impact  
}
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  
}

ProjectInfo ||--|| Location : "location"
ProjectInfo ||--|o QuantityValue : "projectSize"
ProjectInfo ||--|o ProjectRole : "projectDeveloper"
ProjectInfo ||--|o ProjectRole : "projectMonitor"
ProjectInfo ||--|o ProjectRole : "projectVerifier"
Location ||--|| Geometry : "geometry"
Location ||--|o Any : "context"
Location ||--|o Any : "properties"

Inheritance

Slots

NameCardinality and RangeDescriptionInheritance
name0..1
String
Name of the entity / resourcedirect
location1
Location
The location of the projectdirect
description0..1
String
Description of the entity / resourcedirect
projectActivities*
ActivityTypes
the activitydirect
projectSize0..1
QuantityValue
direct
projectDeveloper0..1
ProjectRole
The organization responsible for owning the projectdirect
environmentType*
EnvironmentTypeTypes
General classification of the project’s environment typedirect
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
General classification of the project’s environment typedirect
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
</details>

### Induced

<details>
```yaml
name: ProjectInfo
from_schema: https://framework.regen.network/schema/
attributes:
  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: ProjectInfo
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - Impact
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string
  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: Description of the entity / resource.
    from_schema: https://framework.regen.network/schema/
    rank: 1
    slot_uri: schema:description
    alias: description
    owner: ProjectInfo
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - CreditClassInfo
    range: string
  projectActivities:
    name: projectActivities
    description: the activity.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    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
    alias: projectDeveloper
    owner: ProjectInfo
    domain_of:
    - ProjectInfo
    range: ProjectRole
  environmentType:
    name: environmentType
    description: General classification of the project's environment type.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    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
    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
    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
    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
    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
    alias: impact
    owner: ProjectInfo
    domain_of:
    - ProjectInfo
    range: ImpactTypes
    multivalued: true