solveit-observable:RedactedArtifactSet leaf node


URI

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

Label

Redacted Artifact Set

Description

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

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:ArtifactSet
solveit-observable:hasArtifact owl:ObjectProperty An artifact belonging to this artifact set. uco-observable:ObservableObject

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:RedactedArtifactSet a owl:Class ;
    rdfs:label "Redacted Artifact Set"@en ;
    rdfs:comment "A collection of artifacts reduced by a redaction process to remove sensitive or privileged content before disclosure."@en ;
    rdfs:subClassOf solveit-observable:ArtifactSet .