tool:compilationDate leaf node


URI

https://unifiedcyberontology.org/ontology/uco/tool#compilationDate

Label

compilationDate

Description

The compilation date for the build of a software.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) tool:compilationDate xsd:dateTime

Implementation

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

tool:compilationDate a owl:DatatypeProperty ;
    rdfs:label "compilationDate"@en ;
    rdfs:comment "The compilation date for the build of a software."@en ;
    rdfs:range xsd:dateTime .