Class: Resource
Supplemental data about the provenance of MIFC collection resources.
URI: schema:Resource
classDiagram
class Resource
click Resource href "../Resource"
NamedThing <|-- Resource
click NamedThing href "../NamedThing"
Resource : resource_contributor_orcid
Resource : resource_dataset_label
Resource : resource_dataset_version_number
Resource : resource_mifc_version_tag
Resource --> "1" ResourceMIFCVersionTag : resource_mifc_version_tag
click ResourceMIFCVersionTag href "../ResourceMIFCVersionTag"
Resource : resource_organization_name
Inheritance
- NamedThing
- Resource
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
resource_dataset_label | 1 String |
A string corresponding to the labeled name of dataset | direct |
resource_dataset_version_number | 1 Integer |
An integer corresponding to the version number of MIFC dataset | direct |
resource_mifc_version_tag | 1 ResourceMIFCVersionTag |
A value from a enumerated set of controlled vocabulary terms representing a s... | direct |
resource_contributor_orcid | * recommended String |
A list of strings representing ORCIDs URLs of people who contributed to a MIF... | direct |
resource_organization_name | * recommended String |
A list of strings representing the names of organizations who were involved i... | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Container | resources | range | Resource |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/kaiiam/mifc
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Resource |
native | mifc:Resource |
LinkML Source
Direct
name: Resource
description: Supplemental data about the provenance of MIFC collection resources.
in_subset:
- RecommendedSubset
from_schema: https://w3id.org/kaiiam/mifc
is_a: NamedThing
slots:
- resource_dataset_label
- resource_dataset_version_number
- resource_mifc_version_tag
- resource_contributor_orcid
- resource_organization_name
class_uri: schema:Resource
Induced
name: Resource
description: Supplemental data about the provenance of MIFC collection resources.
in_subset:
- RecommendedSubset
from_schema: https://w3id.org/kaiiam/mifc
is_a: NamedThing
attributes:
resource_dataset_label:
name: resource_dataset_label
description: A string corresponding to the labeled name of dataset.
examples:
- value: Standard Reference (SR) Legacy
in_subset:
- RecommendedSubset
from_schema: https://w3id.org/kaiiam/mifc
rank: 1000
alias: resource_dataset_label
owner: Resource
domain_of:
- Resource
range: string
required: true
resource_dataset_version_number:
name: resource_dataset_version_number
description: An integer corresponding to the version number of MIFC dataset.
comments:
- This could alternatively be modeled as a version tag with a string like with
resource_mifc_version_tag.
examples:
- value: '2'
in_subset:
- RecommendedSubset
from_schema: https://w3id.org/kaiiam/mifc
rank: 1000
alias: resource_dataset_version_number
owner: Resource
domain_of:
- Resource
range: integer
required: true
resource_mifc_version_tag:
name: resource_mifc_version_tag
description: A value from a enumerated set of controlled vocabulary terms representing
a string corresponding to a named MIFC release number.
examples:
- value: v0.3.0
in_subset:
- RecommendedSubset
from_schema: https://w3id.org/kaiiam/mifc
rank: 1000
alias: resource_mifc_version_tag
owner: Resource
domain_of:
- Resource
range: ResourceMIFCVersionTag
required: true
resource_contributor_orcid:
name: resource_contributor_orcid
description: A list of strings representing ORCIDs URLs of people who contributed
to a MIFC-formatted dataset.
comments:
- See https://orcid.org/.
examples:
- value: '[https://orcid.org/0000-0003-0857-700X|https://orcid.org/0000-0002-3410-4655]'
in_subset:
- RecommendedSubset
from_schema: https://w3id.org/kaiiam/mifc
rank: 1000
alias: resource_contributor_orcid
owner: Resource
domain_of:
- Resource
range: string
recommended: true
multivalued: true
resource_organization_name:
name: resource_organization_name
description: A list of strings representing the names of organizations who were
involved in the creation of a MIFC-formatted dataset.
examples:
- value: '[USDA Food for Health of People and the Environment Laboratory|University
of Maryland]'
in_subset:
- RecommendedSubset
from_schema: https://w3id.org/kaiiam/mifc
rank: 1000
alias: resource_organization_name
owner: Resource
domain_of:
- Resource
range: string
recommended: true
multivalued: true
class_uri: schema:Resource