Skip to content

Class: SymbolicLinkFacet

"A symbolic link facet is a grouping of characteristics unique to a file that contains a reference to another file or directory in the form of an absolute or relative path and that affects pathname resolution. [based on https://en.wikipedia.org/wiki/Symbolic_link]"

URI: observable:SymbolicLinkFacet

classDiagram class SymbolicLinkFacet Facet <|-- SymbolicLinkFacet SymbolicLinkFacet : targetFile SymbolicLinkFacet ..> ObservableObject : targetFile

Inheritance

Slots

Name Cardinality and Range Description Inheritance
targetFile 0..1
ObservableObject
"Specifies the file targeted by a symbolic link direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SymbolicLinkFacet
description: '"A symbolic link facet is a grouping of characteristics unique to a
  file that contains a reference to another file or directory in the form of an absolute
  or relative path and that affects pathname resolution. [based on https://en.wikipedia.org/wiki/Symbolic_link]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- targetFile

Induced

name: SymbolicLinkFacet
description: '"A symbolic link facet is a grouping of characteristics unique to a
  file that contains a reference to another file or directory in the form of an absolute
  or relative path and that affects pathname resolution. [based on https://en.wikipedia.org/wiki/Symbolic_link]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
attributes:
  targetFile:
    name: targetFile
    description: '"Specifies the file targeted by a symbolic link."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: targetFile
    owner: SymbolicLinkFacet
    domain_of:
    - SymbolicLinkFacet
    range: ObservableObject