observable:pdfCreationDate leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/pdfCreationDate

Label

pdfCreationDate

Description

The PDF CreationDate property is defined in ISO 32000-1:2008 as 'The date and time the document was created, in human-readable form' (Table 317). As a UCO property, its value is converted to xsd:dateTime.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:pdfCreationDate xsd:dateTime

Implementation

@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:pdfCreationDate a owl:DatatypeProperty ;
    rdfs:label "pdfCreationDate"@en ;
    rdfs:comment "The PDF CreationDate property is defined in ISO 32000-1:2008 as 'The date and time the document was created, in human-readable form' (Table 317).  As a UCO property, its value is converted to xsd:dateTime."@en ;
    rdfs:range xsd:dateTime .