observable:isDirectory leaf node


URI

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

Label

isDirectory

Description

Specifies whether a file entry represents a directory.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:isDirectory xsd:boolean

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:isDirectory a owl:DatatypeProperty ;
    rdfs:label "isDirectory"@en ;
    rdfs:comment "Specifies whether a file entry represents a directory."@en ;
    rdfs:range xsd:boolean .