Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: ProjectPost

URI: rfs:ProjectPost

files

*

ProjectPost

comment

files

title

File

Slots

NameCardinality and RangeDescriptionInheritance
title1
String
direct
comment0..1
String
direct
files*
File
direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:ProjectPost
nativerfs: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/ProjectPost rank: 1000 slot_uri: dcterms:title domain_of: - ProjectPost required: true comment: name: comment from_schema: https://framework.regen.network/schema/ProjectPost rank: 1000 slot_uri: dcterms:description domain_of: - ProjectPost files: name: files from_schema: https://framework.regen.network/schema/ProjectPost 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/ProjectPost
    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/ProjectPost
    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/ProjectPost
    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