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
- ProjectInfo
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String | Name of the project | direct |
location | 1 Location | The location of the project | direct |
description | 1 String | Optional description of the project | direct |
projectActivities | * ActivityTypes | the activity | direct |
projectSize | 0..1 QuantityValue | direct | |
projectDeveloper | 0..1 ProjectRole | The organization responsible for owning the project | direct |
environmentType | * EnvironmentTypeTypes | The environment type of the project | direct |
projectMonitor | 0..1 ProjectRole | The organization responsible for monitoring the project | direct |
projectVerifier | 0..1 ProjectRole | The organization responsible for owning the project | direct |
projectStartDate | 0..1 String | The start date of the project | direct |
projectEndDate | 0..1 String | The end date of the project | direct |
creditClassVersion | 0..1 String | The version of the credit class used for the project | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:ProjectInfo |
native | rfs: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