solveit-observable:FileSet


URI

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

Label

File Set

Description

A contextual compilation of files grouped together for some purpose, such as filtering, extraction, or association with an application.

Usage

Instances of solveit-observable:FileSet 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/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:FileSet a owl:Class ;
    rdfs:label "File Set"@en ;
    rdfs:comment "A contextual compilation of files grouped together for some purpose, such as filtering, extraction, or association with an application."@en ;
    rdfs:subClassOf uco-core:ContextualCompilation,
        uco-observable:ObservableObject .