Class: Property
An inherent quality, function, disposition or process characteristic that is being observed or measured.
URI: dlthing:Property
erDiagram
Property {
uriorcurie meta_type
string description
uriorcurie is_defined_by
string name
string title
uriorcurie type
uriorcurie range
string value
}
Inheritance
- Characteristic
- Property
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
meta_type | 0..1 Uriorcurie |
Type designator of a metadata object for validation and schema structure hand... | direct |
description | 0..1 String |
A free-text account of the thing | Characteristic |
is_defined_by | 0..1 Uriorcurie |
The property value is defined by this term | Characteristic |
name | 0..1 String |
Name of a thing | Characteristic |
title | 0..1 String |
A summarily description of a thing | Characteristic |
type | 0..1 recommended Uriorcurie |
State that the subject is an instance of a class | Characteristic |
range | 0..1 Uriorcurie |
State that the values of a property are instances of a class | Characteristic |
value | 0..1 String |
Value of a thing | Characteristic |
Usages
used by | used in | type | used |
---|---|---|---|
Thing | has_property | range | Property |
Identifier and Mapping Information
Schema Source
- from schema: https://concepts.datalad.org/s/thing/unreleased
Mappings
Mapping Type | Mapped Value |
---|---|
self | dlthing:Property |
native | dlthing:Property |
exact | sio:SIO_000613 |
LinkML Source
Direct
name: Property
description: An inherent quality, function, disposition or process characteristic
that is being observed or measured.
from_schema: https://concepts.datalad.org/s/thing/unreleased
exact_mappings:
- sio:SIO_000613
is_a: Characteristic
slots:
- meta_type
class_uri: dlthing:Property
Induced
name: Property
description: An inherent quality, function, disposition or process characteristic
that is being observed or measured.
from_schema: https://concepts.datalad.org/s/thing/unreleased
exact_mappings:
- sio:SIO_000613
is_a: Characteristic
attributes:
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/thing/unreleased
exact_mappings:
- dcterms:type
rank: 1000
slot_uri: rdf:type
designates_type: true
alias: meta_type
owner: Property
domain_of:
- Thing
- Property
range: uriorcurie
description:
name: description
description: A free-text account of the thing.
from_schema: https://concepts.datalad.org/s/thing/unreleased
exact_mappings:
- dcterms:description
- rdfs:comment
rank: 1000
slot_uri: dlthing:description
alias: description
owner: Property
domain_of:
- Thing
- Characteristic
range: string
is_defined_by:
name: is_defined_by
description: The property value is defined by this term.
from_schema: https://concepts.datalad.org/s/thing/unreleased
exact_mappings:
- rdfs:isDefinedBy
rank: 1000
slot_uri: dlthing:is_defined_by
alias: is_defined_by
owner: Property
domain_of:
- Characteristic
range: uriorcurie
name:
name: name
description: Name of a thing.
from_schema: https://concepts.datalad.org/s/thing/unreleased
exact_mappings:
- rdfs:label
- schema:name
- foaf:name
rank: 1000
slot_uri: dlthing:name
alias: name
owner: Property
domain_of:
- Thing
- Characteristic
range: string
required: false
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/thing/unreleased
exact_mappings:
- dcterms:title
- sio:SIO_000185
related_mappings:
- schema:name
rank: 1000
slot_uri: dlthing:title
alias: title
owner: Property
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/thing/unreleased
exact_mappings:
- dcterms:type
rank: 1000
slot_uri: rdf:type
alias: type
owner: Property
domain_of:
- Thing
- Characteristic
range: uriorcurie
recommended: true
range:
name: range
description: State that the values of a property are instances of a class.
from_schema: https://concepts.datalad.org/s/thing/unreleased
rank: 1000
slot_uri: rdfs:range
alias: range
owner: Property
domain_of:
- Characteristic
range: uriorcurie
recommended: false
value:
name: value
description: Value of a thing.
notes:
- We would really want to be able to leave the range undefined and permit any
type. However, linkml requires a range specification. A workaround via linkml:Any
does not produce a satisfactory solution.
from_schema: https://concepts.datalad.org/s/thing/unreleased
rank: 1000
slot_uri: rdfs:value
alias: value
owner: Property
domain_of:
- Characteristic
relational_role: OBJECT
range: string
required: false
class_uri: dlthing:Property