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: master:FragmentFacet

classDiagram class FragmentFacet Facet <|-- FragmentFacet FragmentFacet : fragmentIndex FragmentFacet : totalFragments

Inheritance

Slots

Name Cardinality and Range Description Inheritance
fragmentIndex 0..1
Integer
direct
totalFragments 0..1
Integer
direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self master:FragmentFacet
native master: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-master
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-master
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-master
    rank: 1000
    multivalued: true
    alias: fragmentIndex
    owner: FragmentFacet
    domain_of:
    - FragmentFacet
    range: integer
  totalFragments:
    name: totalFragments
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: totalFragments
    owner: FragmentFacet
    domain_of:
    - FragmentFacet
    range: integer