https://ontology.solveit-df.org/solveit/observable/RedactedArtifactSet
A collection of artifacts reduced by a redaction process to remove sensitive or privileged content before disclosure.
Instances of solveit-observable:RedactedArtifactSet can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:ArtifactSet | |||
| solveit-observable:hasArtifact | owl:ObjectProperty | An artifact belonging to this artifact set. | uco-observable:ObservableObject |
@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 .