:Case leaf node


URI

https://standards.oftrust.net/v1/Vocabulary/Case

Label

Case

Description

Case is reactive set of processes where some unexpected occurance triggers need for activities. Typically case is trying to restore situation that existed before the event

Superclasses (1)

Usage

Instances of :Case can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class :Case
dli:createdAt rdf:Property Time when the data is created xsd:dateTime
dli:createdBy rdf:Property Creator of and identity xsd:string
dli:data rdf:Property Data container xsd:string
dli:metadata rdf:Property Metadata container xsd:string
dli:name rdf:Property Name given to the Identity xsd:string
dli:updatedAt rdf:Property Time when the data is updated xsd:dateTime
dli:updatedBy rdf:Property Updater of an identity xsd:string
:descriptionGeneral rdf:Property Description of the case - Description of the organization - Description of the space - Description of the building element - Description of the real estate - Description of the building - Description of the device - Description of the room - Description of the storey xsd:string
:duration rdf:Property Duration of the case xsd:string
:durationEstimate rdf:Property Estimated duration of the case xsd:string
:endDateTime rdf:Property End time of the case xsd:dateTime
:idLocal rdf:Property Locally given identifier for the space - Locally given identifier for the storey - Local identifier (system identifier) xsd:string
:nameLocal rdf:Property Locally given name (source system name) xsd:string
:startDateTime rdf:Property Start time of the case xsd:dateTime
:status rdf:Property Life cycle status of the building - Case state - Life cycle status xsd:string

Implementation

@prefix dli: <https://standards.lifeengine.io/v1/Vocabulary/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pot: <https://standards.oftrust.net/v1/Vocabulary/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

pot:Case a pot:Class ;
    rdfs:isDefinedBy pot: ;
    rdfs:subClassOf dli:Virtual ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "Case is reactive set of processes where some unexpected occurance triggers need for activities.  Typically case is trying to restore situation that existed before the event"@en-us ] ;
    dli:label [ rdfs:label "Case"@en-us ] .