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