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]"
 classDiagram
    class SymbolicLinkFacet
      Facet <|-- SymbolicLinkFacet
      SymbolicLinkFacet : targetFile
          SymbolicLinkFacet ..> ObservableObject : targetFile
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- SymbolicLinkFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
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-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:SymbolicLinkFacet | 
| native | master: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-master
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-master
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-master
    rank: 1000
    alias: targetFile
    owner: SymbolicLinkFacet
    domain_of:
    - SymbolicLinkFacet
    range: ObservableObject