IoI Extension Vocabulary
Namespace: https://ioi-framework.github.io/ns/ioi-ext/
The ioi-ext vocabulary defines custom RDF properties that extend
CASE/UCO
for artifact-specific fields not covered by core ontology predicates.
It is used across all IoI Framework templates, instantiators, and SPARQL rules.
Download: ioi-ext.ttl (Turtle/RDF)
| Property | Range | Description |
ioi-ext:entryNumber | xsd:integer | MFT record entry number |
ioi-ext:sequenceNumber | xsd:integer | MFT record sequence number |
ioi-ext:parentEntryNumber | xsd:integer | Entry number of the parent directory record |
ioi-ext:parentPath | xsd:string | Parent directory path for the file entry |
ioi-ext:created0x10 | xsd:dateTime | $STANDARD_INFORMATION created time |
ioi-ext:created0x30 | xsd:dateTime | $FILE_NAME created time |
ioi-ext:lastModified0x10 | xsd:dateTime | $STANDARD_INFORMATION modified time |
ioi-ext:lastModified0x30 | xsd:dateTime | $FILE_NAME modified time |
ioi-ext:lastRecordChange0x10 | xsd:dateTime | $STANDARD_INFORMATION record change time |
ioi-ext:lastRecordChange0x30 | xsd:dateTime | $FILE_NAME record change time |
ioi-ext:lastAccess0x10 | xsd:dateTime | $STANDARD_INFORMATION last access time |
ioi-ext:lastAccess0x30 | xsd:dateTime | $FILE_NAME last access time |
| Property | Range | Description |
ioi-ext:updateReasons | xsd:string | Reason flags recorded in the USN journal for a file update |
ioi-ext:updateTimestamp | xsd:dateTime | Timestamp recorded for a USN update event |
| Property | Range | Description |
ioi-ext:targetFilePath | xsd:string | Resolved target file path referenced by a Windows LNK |
ioi-ext:targetCreatedTime | xsd:dateTime | Target file created time recorded in LNK metadata |
ioi-ext:targetMftEntryNumber | xsd:integer | Target file MFT entry number referenced by the LNK |
| Property | Range | Description |
ioi-ext:channel | xsd:string | Windows Event Log channel (e.g., Security, System) |
| Property | Range | Description |
ioi-ext:xmlCreatedTime | xsd:dateTime | Created time extracted from Office XML metadata |
Prefix declaration:
@prefix ioi-ext: <https://ioi-framework.github.io/ns/ioi-ext/> .