observable:mftFileID leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#mftFileID

Label

mftFileID

Description

Specifies the record number for the file within an NTFS Master File Table.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:mftFileID xsd:integer

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:mftFileID a owl:DatatypeProperty ;
    rdfs:label "mftFileID"@en ;
    rdfs:comment "Specifies the record number for the file within an NTFS Master File Table."@en ;
    rdfs:range xsd:integer .