Skip to content

Class: ArchiveFileFacet

"An archive file facet is a grouping of characteristics unique to a file that is composed of one or more computer files along with metadata."

URI: master:ArchiveFileFacet

classDiagram class ArchiveFileFacet Facet <|-- ArchiveFileFacet ArchiveFileFacet : archiveType ArchiveFileFacet : comment ArchiveFileFacet : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
archiveType 0..1
String
"The type of a file archive, e direct
comment 0..1
String
direct
version 0..1
String
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:ArchiveFileFacet
native master:ArchiveFileFacet

LinkML Source

Direct

name: ArchiveFileFacet
description: '"An archive file facet is a grouping of characteristics unique to a
  file that is composed of one or more computer files along with metadata."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- archiveType
- comment
- version

Induced

name: ArchiveFileFacet
description: '"An archive file facet is a grouping of characteristics unique to a
  file that is composed of one or more computer files along with metadata."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  archiveType:
    name: archiveType
    description: '"The type of a file archive, e.g. ZIP, GZIP or RAR."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: archiveType
    owner: ArchiveFileFacet
    domain_of:
    - ArchiveFileFacet
    range: string
  comment:
    name: comment
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - OM:longcomment
    - SIO:comment
    - sumo:DigitalComment
    - wikidata:Q1141067
    - wikidata_PROPERTY:P2315
    - wikidata_PROPERTY:P2916
    rank: 1000
    alias: comment
    owner: ArchiveFileFacet
    domain_of:
    - ArchiveFileFacet
    range: string
  version:
    name: version
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata_PROPERTY:P348
    rank: 1000
    alias: version
    owner: ArchiveFileFacet
    domain_of:
    - ApplicationFacet
    - ApplicationVersion
    - ArchiveFileFacet
    - OperatingSystemFacet
    - PDFFileFacet
    - SoftwareFacet
    - X509CertificateFacet
    range: string