Distributions #76
1 changed files with 73 additions and 7 deletions
|
|
@ -148,6 +148,13 @@ slots:
|
||||||
exact_mappings:
|
exact_mappings:
|
||||||
- dcat:mediaType
|
- dcat:mediaType
|
||||||
|
|
||||||
|
part_of:
|
||||||
|
description: >-
|
||||||
|
The entity that the subject is a part of. A core relation that
|
||||||
|
holds between a part and its whole.
|
||||||
|
exact_mappings:
|
||||||
|
- obo:BFO_0000050
|
||||||
|
|
||||||
subject_type:
|
subject_type:
|
||||||
title: Type
|
title: Type
|
||||||
description: >-
|
description: >-
|
||||||
|
|
@ -190,6 +197,7 @@ classes:
|
||||||
serializations.
|
serializations.
|
||||||
slots:
|
slots:
|
||||||
- name
|
- name
|
||||||
|
- part_of
|
||||||
- short_name
|
- short_name
|
||||||
slot_usage:
|
slot_usage:
|
||||||
name:
|
name:
|
||||||
|
|
@ -199,14 +207,18 @@ classes:
|
||||||
short_name:
|
short_name:
|
||||||
annotations:
|
annotations:
|
||||||
sh:order: 2
|
sh:order: 2
|
||||||
description:
|
part_of:
|
||||||
|
range: Dataset
|
||||||
annotations:
|
annotations:
|
||||||
sh:order: 3
|
sh:order: 3
|
||||||
|
description:
|
||||||
|
annotations:
|
||||||
|
sh:order: 4
|
||||||
dash:singleLine: false
|
dash:singleLine: false
|
||||||
display_label:
|
display_label:
|
||||||
recommended: true
|
recommended: true
|
||||||
annotations:
|
annotations:
|
||||||
sh:order: 4
|
sh:order: 5
|
||||||
|
|
||||||
DataItem:
|
DataItem:
|
||||||
class_uri: inm7fd:DataItem
|
class_uri: inm7fd:DataItem
|
||||||
|
|
@ -219,22 +231,76 @@ classes:
|
||||||
one representation, with differing formats, and serializations.
|
one representation, with differing formats, and serializations.
|
||||||
slots:
|
slots:
|
||||||
- dimensions
|
- dimensions
|
||||||
|
- part_of
|
||||||
|
slot_usage:
|
||||||
|
part_of:
|
||||||
|
required: true
|
||||||
|
range: Dataset
|
||||||
|
annotations:
|
||||||
|
sh:order: 1
|
||||||
|
dimensions:
|
||||||
|
recommended: true
|
||||||
|
annotations:
|
||||||
|
sh:order: 2
|
||||||
|
description:
|
||||||
|
annotations:
|
||||||
|
sh:order: 3
|
||||||
|
dash:singleLine: false
|
||||||
|
display_label:
|
||||||
|
recommended: true
|
||||||
|
annotations:
|
||||||
|
sh:order: 4
|
||||||
|
|
||||||
Distribution:
|
Distribution:
|
||||||
class_uri: inm7fd:Distribution
|
class_uri: inm7fd:Distribution
|
||||||
is_a: Thing
|
is_a: Thing
|
||||||
description: >-
|
description: >-
|
||||||
A specific representation of a resource, which may come in the form of
|
A specific representation of a data item, which may come in the form of
|
||||||
a physical object, or an electronic file, or an archive or directory
|
an electronic file, or an archive or directory of many files, may be
|
||||||
of many files, may be standalone or part of a larger collection.
|
standalone or part of a larger collection.
|
||||||
slots:
|
slots:
|
||||||
- byte_size
|
- byte_size
|
||||||
- checksums
|
- checksums
|
||||||
- distribution_of # DataItem
|
- distribution_of
|
||||||
- format
|
- format
|
||||||
- media_type
|
- media_type
|
||||||
- name
|
- name
|
||||||
- short_name
|
- part_of
|
||||||
|
slot_usage:
|
||||||
|
distribution_of:
|
||||||
|
required: true
|
||||||
|
any_of:
|
||||||
|
- range: Dataset
|
||||||
|
- range: DataItem
|
||||||
|
annotations:
|
||||||
|
sh:order: 1
|
||||||
|
name:
|
||||||
|
recommended: true
|
||||||
|
description: >-
|
||||||
|
(File) name of the distribution. If the distribution is part of
|
||||||
|
another distribution, the name is interpreted as a relative path
|
||||||
|
within the parent distribution. This relative path may contain
|
||||||
|
intermediate directories, and must be encoded using POSIX
|
||||||
|
conventions.
|
||||||
|
annotations:
|
||||||
|
sh:order: 2
|
||||||
|
part_of:
|
||||||
|
range: Distribution
|
||||||
|
annotations:
|
||||||
|
sh:order: 3
|
||||||
|
byte_size:
|
||||||
|
recommended: true
|
||||||
|
annotations:
|
||||||
|
sh:order: 4
|
||||||
|
format:
|
||||||
|
annotations:
|
||||||
|
sh:order: 5
|
||||||
|
media_type:
|
||||||
|
annotations:
|
||||||
|
sh:order: 6
|
||||||
|
checksums:
|
||||||
|
annotations:
|
||||||
|
sh:order: 7
|
||||||
|
|
||||||
Dimension:
|
Dimension:
|
||||||
class_uri: inm7fd:Dimension
|
class_uri: inm7fd:Dimension
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue