Distributions #76
1 changed files with 73 additions and 7 deletions
|
|
@ -148,6 +148,13 @@ slots:
|
|||
exact_mappings:
|
||||
- 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:
|
||||
title: Type
|
||||
description: >-
|
||||
|
|
@ -190,6 +197,7 @@ classes:
|
|||
serializations.
|
||||
slots:
|
||||
- name
|
||||
- part_of
|
||||
- short_name
|
||||
slot_usage:
|
||||
name:
|
||||
|
|
@ -199,14 +207,18 @@ classes:
|
|||
short_name:
|
||||
annotations:
|
||||
sh:order: 2
|
||||
description:
|
||||
part_of:
|
||||
range: Dataset
|
||||
annotations:
|
||||
sh:order: 3
|
||||
description:
|
||||
annotations:
|
||||
sh:order: 4
|
||||
dash:singleLine: false
|
||||
display_label:
|
||||
recommended: true
|
||||
annotations:
|
||||
sh:order: 4
|
||||
sh:order: 5
|
||||
|
||||
DataItem:
|
||||
class_uri: inm7fd:DataItem
|
||||
|
|
@ -219,22 +231,76 @@ classes:
|
|||
one representation, with differing formats, and serializations.
|
||||
slots:
|
||||
- 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:
|
||||
class_uri: inm7fd:Distribution
|
||||
is_a: Thing
|
||||
description: >-
|
||||
A specific representation of a resource, which may come in the form of
|
||||
a physical object, or an electronic file, or an archive or directory
|
||||
of many files, may be standalone or part of a larger collection.
|
||||
A specific representation of a data item, which may come in the form of
|
||||
an electronic file, or an archive or directory of many files, may be
|
||||
standalone or part of a larger collection.
|
||||
slots:
|
||||
- byte_size
|
||||
- checksums
|
||||
- distribution_of # DataItem
|
||||
- distribution_of
|
||||
- format
|
||||
- media_type
|
||||
- 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:
|
||||
class_uri: inm7fd:Dimension
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue