Skip to content

Slot: path_enc

Encoding used for a filesystem path.

URI: attack:path_enc Alias: path_enc

Applicable Classes

Name Description Modifies Slot
Directory The Directory Object represents the properties common to a file system direct... no

Properties

Type and Range

Property Value
Range String
Domain Of Directory

Cardinality and Requirements

Property Value
### Value Constraints
Property Value
Regex Pattern ^[a-zA-Z0-9/\.+_:-]{2,250}$

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/attack

Mappings

Mapping Type Mapped Value
self attack:path_enc
native attack:path_enc

LinkML Source

name: path_enc
description: Encoding used for a filesystem path.
from_schema: https://w3id.org/lmodel/attack
rank: 1000
alias: path_enc
domain_of:
- Directory
range: string
pattern: ^[a-zA-Z0-9/\.+_:-]{2,250}$