https://ontology.unifiedcyberontology.org/uco/observable/mftFileNameAccessedTime
             The access date and time recorded in an MFT entry $File_Name attribute.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | observable:mftFileNameAccessedTime | xsd:dateTime | 
@prefix observable: <https://ontology.unifiedcyberontology.org/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:mftFileNameAccessedTime a owl:DatatypeProperty ;
    rdfs:label "mftFileNameAccessedTime"@en ;
    rdfs:comment "The access date and time recorded in an MFT entry $File_Name attribute."@en ;
    rdfs:range xsd:dateTime .