solveit-observable:RedactedFileSet leaf node


URI

https://ontology.solveit-df.org/solveit/observable/RedactedFileSet

Label

Redacted File Set

Description

A subset of files reduced by a redaction process to remove sensitive or privileged content before disclosure.

Usage

Instances of solveit-observable:RedactedFileSet can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:FileSet
solveit-observable:hasFile owl:ObjectProperty A file belonging to this file set. uco-observable:File

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .

solveit-observable:RedactedFileSet a owl:Class ;
    rdfs:label "Redacted File Set"@en ;
    rdfs:comment "A subset of files reduced by a redaction process to remove sensitive or privileged content before disclosure."@en ;
    rdfs:subClassOf solveit-observable:FilteredFileSet .