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: observable:ArchiveFileFacet

classDiagram class ArchiveFileFacet Facet <|-- ArchiveFileFacet ArchiveFileFacet : archiveType ArchiveFileFacet ..> string : archiveType ArchiveFileFacet : comment ArchiveFileFacet ..> string : comment ArchiveFileFacet : version ArchiveFileFacet ..> string : version

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self observable:ArchiveFileFacet
native observable: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-observable
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-observable
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-observable
    rank: 1000
    alias: archiveType
    owner: ArchiveFileFacet
    domain_of:
    - ArchiveFileFacet
    range: string
  comment:
    name: comment
    from_schema: https://w3id.org/lmodel/uco-observable
    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-observable
    exact_mappings:
    - wikidata_PROPERTY:P348
    rank: 1000
    alias: version
    owner: ArchiveFileFacet
    domain_of:
    - ApplicationFacet
    - ApplicationVersion
    - ArchiveFileFacet
    - OperatingSystemFacet
    - PDFFileFacet
    - SoftwareFacet
    - X509CertificateFacet
    range: string