WARNING: This site is a work in progress.
Class: ProjectInfo
URI: rfs:ProjectInfo
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 |
activity | * ActivityTypes | The types of activities being implemented in projects | direct |
environmentType | * EnvironmentTypeTypes | The environment type of the project | direct |
impact | * ImpactTypes | A project or initiative’s current and potential impact | 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
- 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