Class: DataSubset
A subset of a dataset, likely containing multiple files of multiple potential purposes and properties.
URI: data_sheets_schema:DataSubset
classDiagram
class DataSubset
Dataset <|-- DataSubset
DataSubset : acquisition_methods
DataSubset --|> InstanceAcquisition : acquisition_methods
DataSubset : addressing_gaps
DataSubset --|> AddressingGap : addressing_gaps
DataSubset : anomalies
DataSubset --|> DataAnomaly : anomalies
DataSubset : bytes
DataSubset : cleaning_strategies
DataSubset --|> CleaningStrategy : cleaning_strategies
DataSubset : collection_mechanisms
DataSubset --|> CollectionMechanism : collection_mechanisms
DataSubset : collection_timeframes
DataSubset --|> CollectionTimeframe : collection_timeframes
DataSubset : compression
DataSubset --|> CompressionEnum : compression
DataSubset : confidential_elements
DataSubset --|> Confidentiality : confidential_elements
DataSubset : conforms_to
DataSubset : conforms_to_class
DataSubset : conforms_to_schema
DataSubset : content_warnings
DataSubset --|> ContentWarning : content_warnings
DataSubset : created_by
DataSubset --|> CreatorOrMaintainerEnum : created_by
DataSubset : created_on
DataSubset : creators
DataSubset --|> Creator : creators
DataSubset : data_collectors
DataSubset --|> DataCollector : data_collectors
DataSubset : data_protection_impacts
DataSubset --|> DataProtectionImpact : data_protection_impacts
DataSubset : description
DataSubset : dialect
DataSubset : discouraged_uses
DataSubset --|> DiscouragedUse : discouraged_uses
DataSubset : distribution_dates
DataSubset --|> DistributionDate : distribution_dates
DataSubset : distribution_formats
DataSubset --|> DistributionFormat : distribution_formats
DataSubset : doi
DataSubset : download_url
DataSubset : encoding
DataSubset --|> EncodingEnum : encoding
DataSubset : errata
DataSubset --|> Erratum : errata
DataSubset : ethical_reviews
DataSubset --|> EthicalReview : ethical_reviews
DataSubset : existing_uses
DataSubset --|> ExistingUse : existing_uses
DataSubset : extension_mechanism
DataSubset --|> ExtensionMechanism : extension_mechanism
DataSubset : external_resources
DataSubset --|> ExternalResource : external_resources
DataSubset : format
DataSubset --|> FormatEnum : format
DataSubset : funders
DataSubset --|> FundingMechanism : funders
DataSubset : future_use_impacts
DataSubset --|> FutureUseImpact : future_use_impacts
DataSubset : hash
DataSubset : id
DataSubset : instances
DataSubset --|> Instance : instances
DataSubset : ip_restrictions
DataSubset --|> IPRestrictions : ip_restrictions
DataSubset : is_data_split
DataSubset : is_deidentified
DataSubset --|> Deidentification : is_deidentified
DataSubset : is_subpopulation
DataSubset : is_tabular
DataSubset : issued
DataSubset : keywords
DataSubset : labeling_strategies
DataSubset --|> LabelingStrategy : labeling_strategies
DataSubset : language
DataSubset : last_updated_on
DataSubset : license
DataSubset : license_and_use_terms
DataSubset --|> LicenseAndUseTerms : license_and_use_terms
DataSubset : maintainers
DataSubset --|> Maintainer : maintainers
DataSubset : md5
DataSubset : media_type
DataSubset : modified_by
DataSubset --|> CreatorOrMaintainerEnum : modified_by
DataSubset : other_tasks
DataSubset --|> OtherTask : other_tasks
DataSubset : page
DataSubset : path
DataSubset : preprocessing_strategies
DataSubset --|> PreprocessingStrategy : preprocessing_strategies
DataSubset : publisher
DataSubset : purposes
DataSubset --|> Purpose : purposes
DataSubset : raw_sources
DataSubset --|> RawData : raw_sources
DataSubset : regulatory_restrictions
DataSubset --|> ExportControlRegulatoryRestrictions : regulatory_restrictions
DataSubset : retention_limit
DataSubset --|> RetentionLimits : retention_limit
DataSubset : sampling_strategies
DataSubset --|> SamplingStrategy : sampling_strategies
DataSubset : sensitive_elements
DataSubset --|> SensitiveElement : sensitive_elements
DataSubset : sha256
DataSubset : status
DataSubset : subpopulations
DataSubset --|> Subpopulation : subpopulations
DataSubset : subsets
DataSubset --|> DataSubset : subsets
DataSubset : tasks
DataSubset --|> Task : tasks
DataSubset : title
DataSubset : updates
DataSubset --|> UpdatePlan : updates
DataSubset : use_repository
DataSubset --|> UseRepository : use_repository
DataSubset : version
DataSubset : version_access
DataSubset --|> VersionAccess : version_access
DataSubset : was_derived_from
Inheritance
- Information
- Dataset
- DataSubset
- Dataset
Slots
Usages
used by | used in | type | used |
---|---|---|---|
Dataset | subsets | range | DataSubset |
DataSubset | subsets | range | DataSubset |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/bridge2ai/data-sheets-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | data_sheets_schema:DataSubset |
native | data_sheets_schema:DataSubset |
LinkML Source
Direct
name: DataSubset
description: A subset of a dataset, likely containing multiple files of multiple potential
purposes and properties.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: Dataset
attributes:
is_data_split:
name: is_data_split
description: Is this subset a split of the larger dataset, e.g., is it a set for
model training, testing, or validation?
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
range: boolean
is_subpopulation:
name: is_subpopulation
description: Is this subset a subpopulation of the larger dataset, e.g., is it
a set of data for a specific demographic?
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
range: boolean
Induced
name: DataSubset
description: A subset of a dataset, likely containing multiple files of multiple potential
purposes and properties.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: Dataset
attributes:
is_data_split:
name: is_data_split
description: Is this subset a split of the larger dataset, e.g., is it a set for
model training, testing, or validation?
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: is_data_split
owner: DataSubset
domain_of:
- DataSubset
range: boolean
is_subpopulation:
name: is_subpopulation
description: Is this subset a subpopulation of the larger dataset, e.g., is it
a set of data for a specific demographic?
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: is_subpopulation
owner: DataSubset
domain_of:
- DataSubset
range: boolean
bytes:
name: bytes
description: Size of the data in bytes.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: dcat:byteSize
alias: bytes
owner: DataSubset
domain_of:
- Dataset
range: integer
dialect:
name: dialect
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: csvw:dialect
alias: dialect
owner: DataSubset
domain_of:
- Dataset
range: string
encoding:
name: encoding
description: The encoding of the data. This is not the same as the media type.
Rather, this is the encoding of the data in a more specific sense, e.g., UTF-8,
ASCII, etc.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: encoding
owner: DataSubset
domain_of:
- Dataset
range: EncodingEnum
format:
name: format
description: The format of the data. This is not the same as the media type. Rather,
this is the format of the data in a more specific sense, e.g., CSV, JSON, etc.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: dcterms:format
alias: format
owner: DataSubset
domain_of:
- Dataset
range: FormatEnum
hash:
name: hash
description: The hash representation of the data, e.g., sha256, md5, etc. Subtypes
have their own slots.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: hash
owner: DataSubset
domain_of:
- Dataset
range: string
md5:
name: md5
description: The md5 hash representation of the data.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
is_a: hash
alias: md5
owner: DataSubset
domain_of:
- Dataset
range: string
media_type:
name: media_type
description: The media type of the data. This is not the same as the format. Rather,
this is the media type of the data in a more general sense, e.g., text/csv,
application/json, etc., though as it is defined here the media type can be any
string.
examples:
- value: text/csv
- value: application/json
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- frictionless:mediatype
- schema:encodingFormat
rank: 1000
slot_uri: dcat:mediaType
alias: media_type
owner: DataSubset
domain_of:
- Dataset
range: string
path:
name: path
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
close_mappings:
- frictionless:path
rank: 1000
alias: path
owner: DataSubset
domain_of:
- Dataset
range: string
sha256:
name: sha256
description: The sha256 hash representation of the data.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
is_a: hash
alias: sha256
owner: DataSubset
domain_of:
- Dataset
range: string
purposes:
name: purposes
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: purposes
owner: DataSubset
domain_of:
- Dataset
range: Purpose
tasks:
name: tasks
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: tasks
owner: DataSubset
domain_of:
- Dataset
range: Task
addressing_gaps:
name: addressing_gaps
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: addressing_gaps
owner: DataSubset
domain_of:
- Dataset
range: AddressingGap
creators:
name: creators
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: creators
owner: DataSubset
domain_of:
- Dataset
range: Creator
funders:
name: funders
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: funders
owner: DataSubset
domain_of:
- Dataset
range: FundingMechanism
subsets:
name: subsets
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- schema:distribution
rank: 1000
slot_uri: dcat:distribution
multivalued: true
alias: subsets
owner: DataSubset
domain_of:
- Dataset
range: DataSubset
instances:
name: instances
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: instances
owner: DataSubset
domain_of:
- Dataset
range: Instance
anomalies:
name: anomalies
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: anomalies
owner: DataSubset
domain_of:
- Dataset
range: DataAnomaly
external_resources:
name: external_resources
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: external_resources
owner: DataSubset
domain_of:
- Dataset
- ExternalResource
range: ExternalResource
confidential_elements:
name: confidential_elements
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: confidential_elements
owner: DataSubset
domain_of:
- Dataset
range: Confidentiality
content_warnings:
name: content_warnings
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: content_warnings
owner: DataSubset
domain_of:
- Dataset
range: ContentWarning
subpopulations:
name: subpopulations
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: subpopulations
owner: DataSubset
domain_of:
- Dataset
range: Subpopulation
sensitive_elements:
name: sensitive_elements
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: sensitive_elements
owner: DataSubset
domain_of:
- Dataset
range: SensitiveElement
acquisition_methods:
name: acquisition_methods
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: acquisition_methods
owner: DataSubset
domain_of:
- Dataset
range: InstanceAcquisition
collection_mechanisms:
name: collection_mechanisms
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: collection_mechanisms
owner: DataSubset
domain_of:
- Dataset
range: CollectionMechanism
sampling_strategies:
name: sampling_strategies
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: sampling_strategies
owner: DataSubset
domain_of:
- Dataset
- Instance
range: SamplingStrategy
data_collectors:
name: data_collectors
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: data_collectors
owner: DataSubset
domain_of:
- Dataset
range: DataCollector
collection_timeframes:
name: collection_timeframes
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: collection_timeframes
owner: DataSubset
domain_of:
- Dataset
range: CollectionTimeframe
ethical_reviews:
name: ethical_reviews
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: ethical_reviews
owner: DataSubset
domain_of:
- Dataset
range: EthicalReview
data_protection_impacts:
name: data_protection_impacts
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: data_protection_impacts
owner: DataSubset
domain_of:
- Dataset
range: DataProtectionImpact
preprocessing_strategies:
name: preprocessing_strategies
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: preprocessing_strategies
owner: DataSubset
domain_of:
- Dataset
range: PreprocessingStrategy
cleaning_strategies:
name: cleaning_strategies
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: cleaning_strategies
owner: DataSubset
domain_of:
- Dataset
range: CleaningStrategy
labeling_strategies:
name: labeling_strategies
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: labeling_strategies
owner: DataSubset
domain_of:
- Dataset
range: LabelingStrategy
raw_sources:
name: raw_sources
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: raw_sources
owner: DataSubset
domain_of:
- Dataset
range: RawData
existing_uses:
name: existing_uses
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: existing_uses
owner: DataSubset
domain_of:
- Dataset
range: ExistingUse
use_repository:
name: use_repository
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: use_repository
owner: DataSubset
domain_of:
- Dataset
range: UseRepository
other_tasks:
name: other_tasks
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: other_tasks
owner: DataSubset
domain_of:
- Dataset
range: OtherTask
future_use_impacts:
name: future_use_impacts
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: future_use_impacts
owner: DataSubset
domain_of:
- Dataset
range: FutureUseImpact
discouraged_uses:
name: discouraged_uses
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: discouraged_uses
owner: DataSubset
domain_of:
- Dataset
range: DiscouragedUse
distribution_formats:
name: distribution_formats
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: distribution_formats
owner: DataSubset
domain_of:
- Dataset
range: DistributionFormat
distribution_dates:
name: distribution_dates
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: distribution_dates
owner: DataSubset
domain_of:
- Dataset
range: DistributionDate
license_and_use_terms:
name: license_and_use_terms
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: license_and_use_terms
owner: DataSubset
domain_of:
- Dataset
range: LicenseAndUseTerms
ip_restrictions:
name: ip_restrictions
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: ip_restrictions
owner: DataSubset
domain_of:
- Dataset
range: IPRestrictions
regulatory_restrictions:
name: regulatory_restrictions
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: regulatory_restrictions
owner: DataSubset
domain_of:
- Dataset
range: ExportControlRegulatoryRestrictions
maintainers:
name: maintainers
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: maintainers
owner: DataSubset
domain_of:
- Dataset
range: Maintainer
errata:
name: errata
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
multivalued: true
alias: errata
owner: DataSubset
domain_of:
- Dataset
range: Erratum
updates:
name: updates
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: updates
owner: DataSubset
domain_of:
- Dataset
range: UpdatePlan
retention_limit:
name: retention_limit
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: retention_limit
owner: DataSubset
domain_of:
- Dataset
range: RetentionLimits
version_access:
name: version_access
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: version_access
owner: DataSubset
domain_of:
- Dataset
range: VersionAccess
extension_mechanism:
name: extension_mechanism
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: extension_mechanism
owner: DataSubset
domain_of:
- Dataset
range: ExtensionMechanism
is_deidentified:
name: is_deidentified
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: is_deidentified
owner: DataSubset
domain_of:
- Dataset
range: Deidentification
is_tabular:
name: is_tabular
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: is_tabular
owner: DataSubset
domain_of:
- Dataset
range: boolean
compression:
name: compression
description: The compression format of the data. This is not the same as the media
type. Rather, this is the compression format of the data in a more specific
sense, e.g., zip, gzip, etc.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: compression
owner: DataSubset
domain_of:
- Information
range: CompressionEnum
conforms_to:
name: conforms_to
description: The standard to which the data conforms. This is not the same as
the media type. Rather, this is the standard to which the data conforms in a
more specific sense, e.g., frictionless, schema.org, etc. This should be a standard
from the Bridge2AI standards registry.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
values_from:
- B2AI_STANDARD
slot_uri: dcterms:conformsTo
alias: conforms_to
owner: DataSubset
domain_of:
- Information
range: uriorcurie
conforms_to_class:
name: conforms_to_class
description: The class in the schema to which the data object instantiates.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
is_a: conforms_to
alias: conforms_to_class
owner: DataSubset
domain_of:
- Information
range: uriorcurie
conforms_to_schema:
name: conforms_to_schema
description: The schema to which the data conforms. This is not the same as the
media type. Rather, this is the schema to which the data conforms in a more
specific sense, and even more specific than the general set of standards it
conforms to.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- frictionless:schema
rank: 1000
is_a: conforms_to
alias: conforms_to_schema
owner: DataSubset
domain_of:
- Information
range: uriorcurie
created_by:
name: created_by
description: Agent that created the element
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: pav:createdBy
multivalued: true
alias: created_by
owner: DataSubset
domain_of:
- Information
range: CreatorOrMaintainerEnum
created_on:
name: created_on
description: Date and Time at which the element was created
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: pav:createdOn
alias: created_on
owner: DataSubset
domain_of:
- Information
range: datetime
description:
name: description
description: A human-readable description for a thing.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: schema:description
alias: description
owner: DataSubset
domain_of:
- Information
- Relationships
- Splits
- DataAnomaly
- Confidentiality
- Deidentification
- SensitiveElement
- InstanceAcquisition
- CollectionMechanism
- DataCollector
- CollectionTimeframe
- EthicalReview
- DirectCollection
- CollectionNotification
- CollectionConsent
- ConsentRevocation
- DataProtectionImpact
- PreprocessingStrategy
- CleaningStrategy
- LabelingStrategy
- RawData
- ExistingUse
- UseRepository
- OtherTask
- FutureUseImpact
- DiscouragedUse
- ThirdPartySharing
- DistributionFormat
- DistributionDate
- LicenseAndUseTerms
- IPRestrictions
- ExportControlRegulatoryRestrictions
- Maintainer
- Erratum
- UpdatePlan
- RetentionLimits
- VersionAccess
- ExtensionMechanism
- NamedThing
range: string
doi:
name: doi
description: The Digital Object Identifier of the data, with the doi prefix.
examples:
- value: doi:10.48550/arXiv.2310.03666
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: doi
owner: DataSubset
domain_of:
- Information
range: uriorcurie
download_url:
name: download_url
description: URL from which the data can be downloaded. This is not the same as
the landing page, which is a page that describes the dataset. Rather, this URL
points directly to the data itself.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- schema:url
close_mappings:
- frictionless:path
rank: 1000
slot_uri: dcat:downloadURL
alias: download_url
owner: DataSubset
domain_of:
- Information
range: uri
id:
name: id
description: A unique identifier for a thing.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: DataSubset
domain_of:
- Information
- FormatDialect
- NamedThing
range: uriorcurie
required: true
issued:
name: issued
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: dcterms:issued
alias: issued
owner: DataSubset
domain_of:
- Information
range: datetime
keywords:
name: keywords
description: Keywords associated with the data. These may be provided by the data
creator or assigned later in a manual or automated manner.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- schema:keywords
rank: 1000
singular_name: keyword
slot_uri: dcat:keyword
multivalued: true
alias: keywords
owner: DataSubset
domain_of:
- Information
range: string
language:
name: language
description: language in which the information is expressed
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
alias: language
owner: DataSubset
domain_of:
- Information
range: string
last_updated_on:
name: last_updated_on
description: Date and Time at which the element was last updated
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: pav:lastUpdatedOn
alias: last_updated_on
owner: DataSubset
domain_of:
- Information
range: datetime
license:
name: license
description: license for the data
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- frictionless:licenses
rank: 1000
slot_uri: dcterms:license
alias: license
owner: DataSubset
domain_of:
- Information
- Software
range: string
modified_by:
name: modified_by
description: agent that modified the element
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: oslc:modifiedBy
alias: modified_by
owner: DataSubset
domain_of:
- Information
range: CreatorOrMaintainerEnum
page:
name: page
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: dcat:landingPage
alias: page
owner: DataSubset
domain_of:
- Information
range: string
publisher:
name: publisher
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: dcterms:publisher
alias: publisher
owner: DataSubset
domain_of:
- Information
range: uriorcurie
status:
name: status
description: Status of the element in terms of its maturity or life cycle
examples:
- value: bibo:draft
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: bibo:status
alias: status
owner: DataSubset
domain_of:
- Information
range: uriorcurie
title:
name: title
description: the official title of the element
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: dcterms:title
alias: title
owner: DataSubset
domain_of:
- Information
range: string
version:
name: version
description: particular version of schema
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- schema:version
- dcterms:hasVersion
rank: 1000
slot_uri: pav:version
alias: version
owner: DataSubset
domain_of:
- Information
- Software
range: string
was_derived_from:
name: was_derived_from
description: A derivation is a transformation of an entity into another, an update
of an entity resulting in a new one, or the construction of a new entity based
on a pre-existing entity.@en
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: prov:wasDerivedFrom
alias: was_derived_from
owner: DataSubset
domain_of:
- Information
range: string