WARNING: this site is a work in progress. All data is fake!
Class: ProjectSize
URI: rfs:ProjectSize
erDiagram
ProjectSize {
string unit
double numericValue
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
unit | 1 String | direct | |
numericValue | 1 Double | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Project | project_size | range | ProjectSize |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:ProjectSize |
native | rfs:ProjectSize |
LinkML Source
Direct
```yaml
name: ProjectSize
from_schema: https://framework.regen.network/schema/
attributes:
unit:
name: unit
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: qudt:unit
domain_of:
- ProjectSize
- QuantityValue
required: true
numericValue:
name: numericValue
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: qudt:numericValue
domain_of:
- ProjectSize
- QuantityValue
range: double
required: true
class_uri: rfs:ProjectSize
</details>
### Induced
<details>
```yaml
name: ProjectSize
from_schema: https://framework.regen.network/schema/
attributes:
unit:
name: unit
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: qudt:unit
alias: unit
owner: ProjectSize
domain_of:
- ProjectSize
- QuantityValue
range: string
required: true
numericValue:
name: numericValue
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: qudt:numericValue
alias: numericValue
owner: ProjectSize
domain_of:
- ProjectSize
- QuantityValue
range: double
required: true
class_uri: rfs:ProjectSize