Skip to content

Class: Jurisdiction

The legal authority — usually a public body — defined by a geographical extent within which it has the power to make legal decisions.

URI: [dcterms:Jurisdiction](http://purl.org/dc/terms/Jurisdiction)
 classDiagram
    class Jurisdiction
    click Jurisdiction href "../Jurisdiction/"
      Jurisdiction : jurisdictionId

      Jurisdiction : jurisdictionName

## Class Properties | Property | Value | | --- | --- | | Class URI | [dcterms:Jurisdiction](http://purl.org/dc/terms/Jurisdiction) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [jurisdictionId](jurisdictionId.md) | *
[Uri](Uri.md) | A reference in the form of a Uniform Resource Identifier to the Jurisdiction | direct | | [jurisdictionName](jurisdictionName.md) | *
[LangString](LangString.md) | A string of characters that represents a Jurisdiction | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Person](Person.md) | [citizenship](citizenship.md) | range | [Jurisdiction](Jurisdiction.md) | | [Person](Person.md) | [residency](residency.md) | range | [Jurisdiction](Jurisdiction.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | dcterms:Jurisdiction | | native | cpv:Jurisdiction | ## LinkML Source ### Direct
name: Jurisdiction
description: The legal authority — usually a public body — defined by a geographical
  extent within which it has the power to make legal decisions.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
slots:
- jurisdictionId
- jurisdictionName
class_uri: dcterms:Jurisdiction
### Induced
name: Jurisdiction
description: The legal authority — usually a public body — defined by a geographical
  extent within which it has the power to make legal decisions.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
attributes:
  jurisdictionId:
    name: jurisdictionId
    description: A reference in the form of a Uniform Resource Identifier to the Jurisdiction.
    title: id
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: dcterms:identifier
    owner: Jurisdiction
    domain_of:
    - Jurisdiction
    range: uri
    multivalued: true
  jurisdictionName:
    name: jurisdictionName
    description: A string of characters that represents a Jurisdiction.
    title: name
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: rdfs:label
    owner: Jurisdiction
    domain_of:
    - Jurisdiction
    range: LangString
    multivalued: true
class_uri: dcterms:Jurisdiction