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  
}
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
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

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 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
class_uri: rfs:ProjectInfo