solveit-observable:AiChatAppFiles leaf node


URI

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

Label

AI Chat App Files

Description

Files associated with an AI chatbot or assistant application, including conversation histories, prompt logs, cached model responses, and user preference data (e.g. ChatGPT, Claude, Gemini).

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:ApplicationFiles
solveit-observable:sourceApplication owl:ObjectProperty The application associated with these files. uco-observable:Application
From class solveit-observable:FileSet
solveit-observable:hasFile owl:ObjectProperty A file belonging to this file set. uco-observable:File

Property Shapes

By the associated SHACL property shapes, instances of solveit-observable:AiChatAppFiles can have the following properties:

PROPERTY

PROPERTY TYPE

DESCRIPTION

MIN COUNT

MAX COUNT

LOCAL RANGE
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

solveit-observable:ApplicationFiles
solveit-observable:hasFile owl:ObjectProperty A file belonging to this file set.
uco-observable:File
uco-observable:File
solveit-observable:sourceApplication owl:ObjectProperty The application associated with these files.
1 uco-observable:Application
uco-observable:Application

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:AiChatAppFiles a owl:Class ;
    rdfs:label "AI Chat App Files"@en ;
    rdfs:comment "Files associated with an AI chatbot or assistant application, including conversation histories, prompt logs, cached model responses, and user preference data (e.g. ChatGPT, Claude, Gemini)."@en ;
    rdfs:subClassOf solveit-observable:ApplicationFiles .