https://ontology.solveit-df.org/solveit/observable/ContentQueryData
Data obtained from an Android device by querying content providers via an ADB shell connection (e.g., adb shell content query). Content providers expose structured data such as contacts, call logs, SMS messages, and settings without requiring direct file system access.
Instances of solveit-observable:ContentQueryData can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:AcquiredData | |||
| solveit-observable:acquiredFrom | owl:ObjectProperty | The source from which the data was acquired, such as a device, device interface, or storage medium. | uco-observable:ObservableObject |
| solveit-observable:contains | owl:ObjectProperty | The logical content encapsulated within the acquired data, such as bitstream data, files, or metadata. | uco-observable:ObservableObject |
| solveit-observable:storedIn | owl:ObjectProperty | The file or files in which the acquired data is physically stored (e.g., .E01 segment files, a .dd file, a backup archive). | uco-observable:File |
@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:ContentQueryData a owl:Class ;
rdfs:label "Content Query Data"@en ;
rdfs:comment "Data obtained from an Android device by querying content providers via an ADB shell connection (e.g., adb shell content query). Content providers expose structured data such as contacts, call logs, SMS messages, and settings without requiring direct file system access."@en ;
rdfs:subClassOf solveit-observable:ServiceBasedExtractionData .