Ontology Version: 3.0.0

cac-core:issuedAtTime leaf node


URI

https://cacontology.projectvic.org/core#issuedAtTime

Label

issued at time

Description

The date-time at which an assessment result was issued or finalized.

Usage

DOMAINPROPERTYRANGE
cac-core:AssessmentResult cac-core:issuedAtTime xsd:dateTimeStamp

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@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#> .
cac-core:issuedAtTime a owl:DatatypeProperty ;
    rdfs:label "issued at time"@en ;
    rdfs:comment "The date-time at which an assessment result was issued or finalized."@en ;
    rdfs:domain cac-core:AssessmentResult ;
    rdfs:range xsd:dateTimeStamp .