Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: AdministrativeArea

URI: schema:AdministrativeArea

erDiagram
AdministrativeArea {
    string name  
    string url  
}



Slots

NameCardinality and RangeDescriptionInheritance
name1
String
Name of the projectdirect
url0..1
String
direct

Usages

used byused intypeused
BT01ProjectInfoadministrativeArearangeAdministrativeArea

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfschema:AdministrativeArea
nativerfs: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 project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: AdministrativeArea
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    - CreditClassInfo
    - SourceRegistry
    - Methodology
    - AdministrativeArea
    range: string
    required: true
  url:
    name: url
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:URL
    alias: url
    owner: AdministrativeArea
    domain_of:
    - ProjectRole
    - Organization
    - CreditClassInfo
    - SourceRegistry
    - Methodology
    - AdministrativeArea
    range: string
class_uri: schema:AdministrativeArea