Class: Person

Person agents are people.

URI: dldist:Person

erDiagram Person { string address EmailAddress email uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } Property { uriorcurie meta_type string description uriorcurie is_defined_by string name string title uriorcurie type uriorcurie range string value } Identifier { string notation } Thing { uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } Organization { string address uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } Person ||--}o Organization : "affiliation" Person ||--}o Thing : "relation" Person ||--}o Identifier : "identifier" Person ||--}o Property : "has_property" Identifier ||--|o Thing : "schema_agency" Thing ||--}o Identifier : "identifier" Thing ||--}o Property : "has_property" Organization ||--}o Thing : "relation" Organization ||--}o Identifier : "identifier" Organization ||--}o Property : "has_property"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
address 0..1
String
Physical address of the subject, such as a postal address, a bibliographic lo... direct
affiliation 0..*
Organization
An organization that an agent is affiliated with direct
email 0..1
EmailAddress
Email address associated with an entity direct
relation 0..*
Thing
The subject has a relation to the object Agent
id 1..1
Uriorcurie
Globally unique identifier of a metadata object Thing
conforms_to 0..*
Uriorcurie
An established standard to which the subject conforms Thing
description 0..1
String
A free-text account of the thing Thing
identifier 0..*
Identifier
An unambiguous reference to the subject within a given context Thing
is_about 0..*
Uriorcurie
A relation of an information artifact to a thing Thing
meta_type 0..1
Uriorcurie
Type designator of a metadata object for validation and schema structure hand... Thing
name 0..1
String
Name of a thing Thing
has_property 0..*
Property
Relation between a subject and a quality, capability or role that it bears Thing
same_as 0..*
Uriorcurie
Property that determines that subject and object are equal Thing
title 0..1
String
A summarily description of a thing Thing
type 0..1
Uriorcurie
State that the subject is an instance of a class Thing

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.datalad.org/s/sdd/unreleased

Mappings

Mapping Type Mapped Value
self dldist:Person
native dex:Person
exact foaf:Person, prov:Person

LinkML Source

Direct

name: Person
description: Person agents are people.
from_schema: https://concepts.datalad.org/s/sdd/unreleased
exact_mappings:
- foaf:Person
- prov:Person
is_a: Agent
slots:
- address
- affiliation
- email
slot_usage:
  affiliation:
    name: affiliation
    multivalued: true
    domain_of:
    - Person
class_uri: dldist:Person

Induced

name: Person
description: Person agents are people.
from_schema: https://concepts.datalad.org/s/sdd/unreleased
exact_mappings:
- foaf:Person
- prov:Person
is_a: Agent
slot_usage:
  affiliation:
    name: affiliation
    multivalued: true
    domain_of:
    - Person
attributes:
  address:
    name: address
    description: Physical address of the subject, such as a postal address, a bibliographic
      locator, or a coordinate of some kind.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    close_mappings:
    - schema:address
    rank: 1000
    slot_uri: dldist:address
    alias: address
    owner: Person
    domain_of:
    - Publication
    - Person
    - Organization
    range: string
  affiliation:
    name: affiliation
    description: An organization that an agent is affiliated with.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    rank: 1000
    slot_uri: dldist:affiliation
    multivalued: true
    alias: affiliation
    owner: Person
    domain_of:
    - Person
    range: Organization
  email:
    name: email
    description: Email address associated with an entity.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - schema:email
    - obo:IAO_0000429
    rank: 1000
    slot_uri: dldist:email
    alias: email
    owner: Person
    domain_of:
    - Person
    range: EmailAddress
  relation:
    name: relation
    description: The subject has a relation to the object.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:relation
    rank: 1000
    domain: Thing
    slot_uri: dlprov:relation
    multivalued: true
    alias: relation
    owner: Person
    domain_of:
    - Activity
    - Agent
    - Entity
    symmetric: true
    relational_role: OBJECT
    range: Thing
    inlined: true
    inlined_as_list: true
  id:
    name: id
    description: Globally unique identifier of a metadata object.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:identifier
    - schema:identifier
    rank: 1000
    slot_uri: dlthing:id
    identifier: true
    alias: id
    owner: Person
    domain_of:
    - Thing
    - Role
    range: uriorcurie
    required: true
  conforms_to:
    name: conforms_to
    description: An established standard to which the subject conforms.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    rank: 1000
    slot_uri: dlthing:conforms_to
    multivalued: true
    alias: conforms_to
    owner: Person
    domain_of:
    - Thing
    range: uriorcurie
  description:
    name: description
    description: A free-text account of the thing.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:description
    - rdfs:comment
    rank: 1000
    slot_uri: dlthing:description
    alias: description
    owner: Person
    domain_of:
    - Thing
    - Characteristic
    range: string
  identifier:
    name: identifier
    description: An unambiguous reference to the subject within a given context.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    rank: 1000
    slot_uri: dlthing:identifier
    multivalued: true
    alias: identifier
    owner: Person
    domain_of:
    - Thing
    range: Identifier
    inlined: true
    inlined_as_list: true
  is_about:
    name: is_about
    description: A relation of an information artifact to a thing. For example, the
      subject matter of the content.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    rank: 1000
    slot_uri: dlthing:is_about
    multivalued: true
    alias: is_about
    owner: Person
    domain_of:
    - Thing
    range: uriorcurie
  meta_type:
    name: meta_type
    description: Type designator of a metadata object for validation and schema structure
      handling purposes. This is used to indicate specialized schema classes for properties
      that accept a hierarchy of classes as their range.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:type
    rank: 1000
    slot_uri: dlthing:meta_type
    designates_type: true
    alias: meta_type
    owner: Person
    domain_of:
    - Thing
    - Property
    - EntityInfluence
    range: uriorcurie
  name:
    name: name
    description: Name of a thing.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - rdfs:label
    - schema:name
    - foaf:name
    rank: 1000
    slot_uri: dlthing:name
    alias: name
    owner: Person
    domain_of:
    - Thing
    - Characteristic
    - DistributionPart
    range: string
  has_property:
    name: has_property
    description: Relation between a subject and a quality, capability or role that
      it bears.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    rank: 1000
    slot_uri: dlthing:has_property
    multivalued: true
    alias: has_property
    owner: Person
    domain_of:
    - Thing
    relational_role: PREDICATE
    range: Property
    inlined: true
    inlined_as_list: true
  same_as:
    name: same_as
    description: Property that determines that subject and object are equal. Can be
      used to indicate a URL of a reference Web page that unambiguously indicates
      the subjects's identity. For example, the URL of the subjects's Wikipedia page,
      Wikidata entry, or official website.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    rank: 1000
    slot_uri: dlthing:same_as
    multivalued: true
    alias: same_as
    owner: Person
    domain_of:
    - Thing
    range: uriorcurie
  title:
    name: title
    description: A summarily description of a thing. It is closely related to a name,
      but often less compact and more descriptive. Typically used for documents.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:title
    - sio:SIO_000185
    related_mappings:
    - schema:name
    rank: 1000
    slot_uri: dlthing:title
    alias: title
    owner: Person
    domain_of:
    - Thing
    - Characteristic
    range: string
  type:
    name: type
    description: State that the subject is an instance of a class.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:type
    rank: 1000
    slot_uri: rdf:type
    alias: type
    owner: Person
    domain_of:
    - Thing
    - Characteristic
    range: uriorcurie
class_uri: dldist:Person