WARNING: This site is a work in progress.
Class: ProjectPost
URI: rfs:ProjectPost
erDiagram
ProjectPost {
string title
string comment
}
File {
string iri
string name
string description
string credit
}
FileLocation {
string wkt
}
ProjectPost ||--}o File : "files"
File ||--|o FileLocation : "location"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
title | 1 String | direct | |
comment | 0..1 String | direct | |
files | * File | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:ProjectPost |
native | rfs:ProjectPost |
LinkML Source
Direct
```yaml
name: ProjectPost
from_schema: https://framework.regen.network/schema/
attributes:
title:
name: title
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: dcterms:title
domain_of:
- ProjectPost
required: true
comment:
name: comment
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: dcterms:description
domain_of:
- ProjectPost
files:
name: files
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: dcterms:references
list_elements_ordered: true
domain_of:
- ProjectPost
range: File
multivalued: true
inlined: true
inlined_as_list: true
</details>
### Induced
<details>
```yaml
name: ProjectPost
from_schema: https://framework.regen.network/schema/
attributes:
title:
name: title
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: dcterms:title
alias: title
owner: ProjectPost
domain_of:
- ProjectPost
range: string
required: true
comment:
name: comment
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: dcterms:description
alias: comment
owner: ProjectPost
domain_of:
- ProjectPost
range: string
files:
name: files
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: dcterms:references
list_elements_ordered: true
alias: files
owner: ProjectPost
domain_of:
- ProjectPost
range: File
multivalued: true
inlined: true
inlined_as_list: true