Class: Statement

An RDF statement that links a predicate (a Property) with an object (a Thing) to the subject to form a triple. A Statement is used to qualify a relation to a Thing referenced by its identifier. For specifying a qualified relation to an attribute that has no dedicated identifier, use an AttributeSpecification.

URI: dlthings:Statement

erDiagram Statement { uriorcurie object } Property { uriorcurie id uriorcurieList broad_mappings uriorcurieList close_mappings uriorcurieList exact_mappings uriorcurieList narrow_mappings uriorcurieList related_mappings NodeUriOrCurie type } AttributeSpecification { uriorcurieList broad_mappings uriorcurieList close_mappings uriorcurieList exact_mappings uriorcurieList narrow_mappings uriorcurieList related_mappings NodeUriOrCurie type uriorcurie range string value } Thing { uriorcurie id uriorcurieList broad_mappings uriorcurieList close_mappings uriorcurieList exact_mappings uriorcurieList narrow_mappings uriorcurieList related_mappings NodeUriOrCurie type } Statement ||--|| Property : "predicate" Property ||--}o Thing : "relations" Property ||--}o AttributeSpecification : "attributes" Property ||--}o Statement : "characterized_by" AttributeSpecification ||--|| Property : "predicate" AttributeSpecification ||--}o AttributeSpecification : "attributes" AttributeSpecification ||--}o Statement : "characterized_by" Thing ||--}o Thing : "relations" Thing ||--}o AttributeSpecification : "attributes" Thing ||--}o Statement : "characterized_by"

Slots

Name Cardinality and Range Description Inheritance
object 1
Uriorcurie
Reference to a Thing within a Statement direct
predicate 1
Property
Reference to a Property within a Statement direct

Usages

used by used in type used
Resource characterized_by range Statement
Grant characterized_by range Statement
Dataset characterized_by range Statement
ThingMixin characterized_by range Statement
AttributeSpecification characterized_by range Statement
Property characterized_by range Statement
Thing characterized_by range Statement
ValueSpecification characterized_by range Statement
Role characterized_by range Statement
Location characterized_by range Statement
InstantaneousEvent characterized_by range Statement
Agent characterized_by range Statement
Activity characterized_by range Statement
Entity characterized_by range Statement
SoftwareAgent characterized_by range Statement

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self dlthings:Statement
native dlres:Statement
exact rdf:Statement

LinkML Source

Direct

name: Statement
description: An RDF statement that links a `predicate` (a `Property`) with an `object`
  (a `Thing`) to the subject to form a triple. A `Statement` is used to qualify a
  relation to a `Thing` referenced by its identifier. For specifying a qualified relation
  to an attribute that has no dedicated identifier, use an `AttributeSpecification`.
from_schema: https://concepts.datalad.org/s/resources/unreleased
exact_mappings:
- rdf:Statement
slots:
- object
- predicate
slot_usage:
  object:
    name: object
    required: true
  predicate:
    name: predicate
    required: true
class_uri: dlthings:Statement

Induced

name: Statement
description: An RDF statement that links a `predicate` (a `Property`) with an `object`
  (a `Thing`) to the subject to form a triple. A `Statement` is used to qualify a
  relation to a `Thing` referenced by its identifier. For specifying a qualified relation
  to an attribute that has no dedicated identifier, use an `AttributeSpecification`.
from_schema: https://concepts.datalad.org/s/resources/unreleased
exact_mappings:
- rdf:Statement
slot_usage:
  object:
    name: object
    required: true
  predicate:
    name: predicate
    required: true
attributes:
  object:
    name: object
    description: Reference to a `Thing` within a `Statement`.
    from_schema: https://concepts.datalad.org/s/resources/unreleased
    exact_mappings:
    - rdf:object
    rank: 1000
    slot_uri: rdf:object
    alias: object
    owner: Statement
    domain_of:
    - Statement
    - Relationship
    relational_role: OBJECT
    range: uriorcurie
    required: true
    multivalued: false
    inlined: false
  predicate:
    name: predicate
    description: Reference to a `Property` within a `Statement`.
    from_schema: https://concepts.datalad.org/s/resources/unreleased
    exact_mappings:
    - rdf:predicate
    rank: 1000
    slot_uri: rdf:predicate
    alias: predicate
    owner: Statement
    domain_of:
    - AttributeSpecification
    - Statement
    relational_role: PREDICATE
    range: Property
    required: true
    multivalued: false
    inlined: false
class_uri: dlthings:Statement