WARNING: This site is a work in progress.
Class: AdministrativeArea
URI: schema:AdministrativeArea
erDiagram
AdministrativeArea {
string name
string url
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 0..1 String | Name of the entity / resource | direct |
url | 0..1 String | Link to a valid URL where more information can be found about the entity / re… | direct |
Usages
used by | used in | type | used |
---|---|---|---|
BT01ProjectInfo | administrativeArea | range | AdministrativeArea |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:AdministrativeArea |
native | rfs:AdministrativeArea |
LinkML Source
Direct
```yaml
name: AdministrativeArea
from_schema: https://framework.regen.network/schema/
slots:
- name
- url
class_uri: schema:AdministrativeArea
</details>
### Induced
<details>
```yaml
name: AdministrativeArea
from_schema: https://framework.regen.network/schema/
attributes:
name:
name: name
description: Name of the entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:name
alias: name
owner: AdministrativeArea
domain_of:
- ProjectInfo
- ProjectRole
- Organization
- File
- Impact
- CreditClassInfo
- Registry
- CreditingProgram
- CreditProtocol
- Methodology
- AdministrativeArea
range: string
url:
name: url
description: Link to a valid URL where more information can be found about the
entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:url
alias: url
owner: AdministrativeArea
domain_of:
- ProjectRole
- Organization
- CreditClassInfo
- Registry
- CreditingProgram
- CreditProtocol
- Methodology
- AdministrativeArea
range: string
class_uri: schema:AdministrativeArea