Skip to content

Class: FragmentFacet

"A fragment facet is a grouping of characteristics unique to an individual piece of the content of a file."

URI: observable:FragmentFacet

classDiagram class FragmentFacet Facet <|-- FragmentFacet FragmentFacet : fragmentIndex FragmentFacet ..> integer : fragmentIndex FragmentFacet : totalFragments FragmentFacet ..> integer : totalFragments

Inheritance

Slots

Name Cardinality and Range Description Inheritance
fragmentIndex 0..1
xsd:integer
direct
totalFragments 0..1
xsd:integer
direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self observable:FragmentFacet
native observable:FragmentFacet

LinkML Source

Direct

name: FragmentFacet
description: '"A fragment facet is a grouping of characteristics unique to an individual
  piece of the content of a file."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- fragmentIndex
- totalFragments
slot_usage:
  fragmentIndex:
    name: fragmentIndex
    multivalued: true
    domain_of:
    - FragmentFacet
  totalFragments:
    name: totalFragments
    multivalued: true
    domain_of:
    - FragmentFacet

Induced

name: FragmentFacet
description: '"A fragment facet is a grouping of characteristics unique to an individual
  piece of the content of a file."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slot_usage:
  fragmentIndex:
    name: fragmentIndex
    multivalued: true
    domain_of:
    - FragmentFacet
  totalFragments:
    name: totalFragments
    multivalued: true
    domain_of:
    - FragmentFacet
attributes:
  fragmentIndex:
    name: fragmentIndex
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    multivalued: true
    alias: fragmentIndex
    owner: FragmentFacet
    domain_of:
    - FragmentFacet
    range: integer
  totalFragments:
    name: totalFragments
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    multivalued: true
    alias: totalFragments
    owner: FragmentFacet
    domain_of:
    - FragmentFacet
    range: integer