Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/analysis
dcterms:creator

SOLVE-IT Project

dcterms:description

Analytic results for SOLVE-IT digital forensics, including hypothesised events and forensic tool reports.

dcterms:title

SOLVE-IT Analysis Module

owl:imports

https://ontology.unifiedcyberontology.org/uco/analysis/1.4.0

owl:imports

https://ontology.unifiedcyberontology.org/uco/core/1.4.0

owl:imports

https://ontology.unifiedcyberontology.org/uco/observable/1.4.0

owl:versionIRI

https://ontology.solveit-df.org/solveit/analysis/0.1.4

owl:versionInfo

0.1.4

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:label

SOLVE-IT Analysis Module

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/core
dcterms:creator

SOLVE-IT Project

dcterms:description

A modular ontology extending UCO/CASE for the SOLVE-IT digital forensics project. This core ontology defines fundamental SOLVE-IT classes (Technique, Weakness, Mitigation) and imports modules for observables and analysis.

dcterms:title

SOLVE-IT Digital Forensics Ontology

owl:imports

https://ontology.caseontology.org/case/investigation/1.4.0

owl:imports

https://ontology.solveit-df.org/solveit/analysis

owl:imports

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

owl:imports

https://ontology.solveit-df.org/solveit/tool-profile

owl:imports

https://ontology.solveit-df.org/solveit/weakness-assessment

owl:imports

https://ontology.unifiedcyberontology.org/uco/action/1.4.0

owl:imports

https://ontology.unifiedcyberontology.org/uco/core/1.4.0

owl:imports

https://ontology.unifiedcyberontology.org/uco/observable/1.4.0

owl:versionIRI

https://ontology.solveit-df.org/solveit/core/0.1.4

owl:versionInfo

0.1.4

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Core ontology file with fundamental SOLVE-IT classes. Use this file to import the complete SOLVE-IT ontology.

rdfs:label

SOLVE-IT Ontology

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/examples/acquisition
owl:imports

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

owl:versionIRI

https://ontology.solveit-df.org/solveit/examples/acquisition/0.1.0

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Example instances demonstrating forensic acquisition classes.

rdfs:label

SOLVE-IT Acquisition Examples

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/examples/core
owl:imports

https://ontology.solveit-df.org/solveit/core

owl:versionIRI

https://ontology.solveit-df.org/solveit/examples/core/0.1.0

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Example instances demonstrating the core SOLVE-IT ontology classes.

rdfs:label

SOLVE-IT Core Classes Examples

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/examples/observables
owl:imports

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

owl:versionIRI

https://ontology.solveit-df.org/solveit/examples/observables/0.1.0

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Example instances demonstrating SOLVE-IT observable classes.

rdfs:label

SOLVE-IT Observable Examples

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/examples/search
owl:imports

https://ontology.solveit-df.org/solveit/core

owl:imports

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

owl:versionIRI

https://ontology.solveit-df.org/solveit/examples/search/0.1.0

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Example instances demonstrating keyword search and indexing classes.

rdfs:label

SOLVE-IT Search Examples

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/examples/sorted-timeline
owl:imports

https://ontology.solveit-df.org/solveit/data

owl:imports

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

owl:versionIRI

https://ontology.solveit-df.org/solveit/examples/sorted-timeline/0.2.0

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Full workflow example: enumerate 5 files from a FAT32 USB drive, generate a 15-entry timeline (created/modified/accessed per file), sort it with tied positions, then filter around a specific event. Demonstrates DateTimeStamp (for created and modified) and DateTimeRange (for accessed dates) with FAT-specific resolutions.

rdfs:label

SOLVE-IT Sorted Timeline Examples

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/examples/sqlite
owl:imports

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

owl:versionIRI

https://ontology.solveit-df.org/solveit/examples/sqlite/0.1.0

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Minimal example: a hello.db with one table and two records.

rdfs:label

SOLVE-IT SQLite Examples

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/examples/timeline-resolution
owl:imports

https://ontology.solveit-df.org/solveit/data

owl:imports

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

owl:versionIRI

https://ontology.solveit-df.org/solveit/examples/timeline-resolution/0.1.0

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Example instances demonstrating Timeline usage with DateTimeStamp values of different resolutions (e.g., FAT filesystem). References techniques from the SOLVE-IT knowledge base.

rdfs:label

SOLVE-IT Timeline Resolution Examples

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/examples/timeline-sequence
owl:imports

https://ontology.solveit-df.org/solveit/data

owl:imports

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

owl:versionIRI

https://ontology.solveit-df.org/solveit/examples/timeline-sequence/0.1.0

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Example instances demonstrating Timeline usage with ImplicitTimingInformation for sequence-based ordering (e.g., cluster allocation order). References techniques from the SOLVE-IT knowledge base.

rdfs:label

SOLVE-IT Timeline Sequence Examples

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/examples/triaged-devices
owl:imports

https://ontology.solveit-df.org/solveit/core

owl:imports

https://ontology.solveit-df.org/solveit/data

owl:imports

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

owl:versionIRI

https://ontology.solveit-df.org/solveit/examples/triaged-devices/0.1.0

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Example instances demonstrating device triage workflow: grouping seized devices into a DeviceSet, applying triage (T1001), and producing a PrioritizedDeviceSet with per-device priorities.

rdfs:label

SOLVE-IT Device Triage Examples

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/examples/weakness-assessment
owl:imports

https://ontology.solveit-df.org/solveit/core

owl:imports

https://ontology.solveit-df.org/solveit/weakness-assessment

owl:versionIRI

https://ontology.solveit-df.org/solveit/examples/weakness-assessment/0.1.0

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:comment

Example instances demonstrating weakness risk assessment using the SOLVE-IT Weakness Assessment module.

rdfs:label

SOLVE-IT Weakness Assessment Examples

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/observable
dcterms:creator

SOLVE-IT Project

dcterms:description

Observable objects for SOLVE-IT digital forensics, including video frames and other forensic artifacts. This module imports sub-modules for acquisition, timeline, and search observables.

dcterms:title

SOLVE-IT Observable Module

owl:imports

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

owl:imports

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

owl:imports

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

owl:imports

https://ontology.unifiedcyberontology.org/uco/core/1.4.0

owl:imports

https://ontology.unifiedcyberontology.org/uco/observable/1.4.0

owl:versionIRI

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

owl:versionInfo

0.1.4

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:label

SOLVE-IT Observable Module

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/observable/acquisition
dcterms:creator

SOLVE-IT Project

dcterms:description

Classes for forensic data acquisition including forensic images, live captures, and extraction methods.

dcterms:title

SOLVE-IT Observable Acquisition Module

owl:imports

https://ontology.unifiedcyberontology.org/uco/observable/1.4.0

owl:versionIRI

https://ontology.solveit-df.org/solveit/observable/acquisition/0.1.4

owl:versionInfo

0.1.4

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:label

SOLVE-IT Observable Acquisition Module

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/observable/search
dcterms:creator

SOLVE-IT Project

dcterms:description

Classes for keyword search, indexing, and file system analysis.

dcterms:title

SOLVE-IT Observable Search Module

owl:imports

https://ontology.unifiedcyberontology.org/uco/observable/1.4.0

owl:versionIRI

https://ontology.solveit-df.org/solveit/observable/search/0.1.4

owl:versionInfo

0.1.4

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:label

SOLVE-IT Observable Search Module

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/observable/sqlite
dcterms:creator

SOLVE-IT Project

dcterms:description

SQLite database structural representation for digital forensic analysis, including logical structure (tables, schemas, records), physical structure (pages), and WAL/journal representations.

dcterms:title

SOLVE-IT SQLite Module

owl:imports

https://ontology.unifiedcyberontology.org/uco/core/1.4.0

owl:imports

https://ontology.unifiedcyberontology.org/uco/observable/1.4.0

owl:versionIRI

https://ontology.solveit-df.org/solveit/observable/sqlite/0.1.4

owl:versionInfo

0.1.4

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:label

SOLVE-IT SQLite Module

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/observable/timeline
dcterms:creator

SOLVE-IT Project

dcterms:description

Classes for forensic timeline analysis including timestamps, timeline entries, and temporal ordering.

dcterms:title

SOLVE-IT Observable Timeline Module

owl:imports

https://ontology.unifiedcyberontology.org/uco/observable/1.4.0

owl:versionIRI

https://ontology.solveit-df.org/solveit/observable/timeline/0.1.4

owl:versionInfo

0.1.4

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:label

SOLVE-IT Observable Timeline Module

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/tool-profile
dcterms:creator

SOLVE-IT Project

dcterms:description

Capability profiles for forensic tools, enabling conditional mitigation declarations that are version-specific and attributable.

dcterms:title

SOLVE-IT Tool Profile Module

owl:imports

https://ontology.solveit-df.org/solveit/core

owl:imports

https://ontology.unifiedcyberontology.org/uco/core/1.4.0

owl:imports

https://ontology.unifiedcyberontology.org/uco/observable/1.4.0

owl:imports

https://ontology.unifiedcyberontology.org/uco/tool/1.4.0

owl:versionIRI

https://ontology.solveit-df.org/solveit/tool-profile/0.1.4

owl:versionInfo

0.1.4

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:label

SOLVE-IT Tool Profile Module

Ontology Metadata

URI
https://ontology.solveit-df.org/solveit/weakness-assessment
dcterms:creator

SOLVE-IT Project

dcterms:description

Risk-based weakness assessment providing Likelihood x Impact (ISO 31000) and FMEA/RPN scoring frameworks for SOLVE-IT weaknesses.

dcterms:title

SOLVE-IT Weakness Assessment Module

owl:imports

https://ontology.solveit-df.org/solveit/core

owl:imports

https://ontology.unifiedcyberontology.org/uco/analysis/1.4.0

owl:imports

https://ontology.unifiedcyberontology.org/uco/core/1.4.0

owl:imports

https://ontology.unifiedcyberontology.org/uco/identity/1.4.0

owl:versionIRI

https://ontology.solveit-df.org/solveit/weakness-assessment/0.1.4

owl:versionInfo

0.1.4

rdf:type

http://www.w3.org/2002/07/owl#Ontology

rdfs:label

SOLVE-IT Weakness Assessment Module

Metrics

Ontologies
19
Triples
2535
Classes
114
Properties
146
Annotation Properties
0
Object Properties
67
Datatype Properties
79
Skos Concepts
0
Data Shapes
12

Namespaces

https://ontology.solveit-df.org/solveit/observable/shapes/
brick
https://brickschema.org/schema/Brick#
cacontology-forensics
https://cacontology.projectvic.org/forensics#
case-investigation
https://ontology.caseontology.org/case/investigation/
csvw
http://www.w3.org/ns/csvw#
dc
http://purl.org/dc/elements/1.1/
dcam
http://purl.org/dc/dcam/
dcat
http://www.w3.org/ns/dcat#
dcmitype
http://purl.org/dc/dcmitype/
dcterms
http://purl.org/dc/terms/
default1
https://ontology.solveit-df.org/solveit/examples/
doap
http://usefulinc.com/ns/doap#
foaf
http://xmlns.com/foaf/0.1/
geo
http://www.opengis.net/ont/geosparql#
odrl
http://www.w3.org/ns/odrl/2/
org
http://www.w3.org/ns/org#
owl
http://www.w3.org/2002/07/owl#
prof
http://www.w3.org/ns/dx/prof/
prov
http://www.w3.org/ns/prov#
qb
http://purl.org/linked-data/cube#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
schema
https://schema.org/
sh
http://www.w3.org/ns/shacl#
skos
http://www.w3.org/2004/02/skos/core#
solveit-analysis
https://ontology.solveit-df.org/solveit/analysis/
solveit-core
https://ontology.solveit-df.org/solveit/core/
solveit-data
https://ontology.solveit-df.org/solveit/data/
solveit-observable
https://ontology.solveit-df.org/solveit/observable/
solveit-tool-profile
https://ontology.solveit-df.org/solveit/tool-profile/
solveit-wa
https://ontology.solveit-df.org/solveit/weakness-assessment/
sosa
http://www.w3.org/ns/sosa/
ssn
http://www.w3.org/ns/ssn/
time
http://www.w3.org/2006/time#
uco-action
https://ontology.unifiedcyberontology.org/uco/action/
uco-analysis
https://ontology.unifiedcyberontology.org/uco/analysis/
uco-core
https://ontology.unifiedcyberontology.org/uco/core/
uco-identity
https://ontology.unifiedcyberontology.org/uco/identity/
uco-observable
https://ontology.unifiedcyberontology.org/uco/observable/
uco-tool
https://ontology.unifiedcyberontology.org/uco/tool/
uco-types
https://ontology.unifiedcyberontology.org/uco/types/
vann
http://purl.org/vocab/vann/
void
http://rdfs.org/ns/void#
wgs
https://www.w3.org/2003/01/geo/wgs84_pos#
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema#