vocabulary:TimestampPrecisionVocab leaf node


URI

https://unifiedcyberontology.org/ontology/uco/vocabulary#TimestampPrecisionVocab

Label

Timestamp Precision Vocabulary

Description

Defines an open-vocabulary of timestamp precision granularities.

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocabulary: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .

vocabulary:TimestampPrecisionVocab a rdfs:Datatype ;
    rdfs:label "Timestamp Precision Vocabulary"@en-US ;
    rdfs:comment "Defines an open-vocabulary of timestamp precision granularities."@en-US ;
    rdfs:subClassOf rdfs:Resource ;
    owl:oneOf ( "day"^^vocabulary:TimestampPrecisionVocab "hour"^^vocabulary:TimestampPrecisionVocab "minute"^^vocabulary:TimestampPrecisionVocab "month"^^vocabulary:TimestampPrecisionVocab "second"^^vocabulary:TimestampPrecisionVocab "year"^^vocabulary:TimestampPrecisionVocab ) .