Skip to content

Commit

Permalink
Add startTime property to EventFacet
Browse files Browse the repository at this point in the history
References:
* ucoProject#396

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jun 14, 2022
1 parent 5225280 commit 18630de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ontology/observable/observable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2666,6 +2666,12 @@ observable:EventFacet
sh:nodeKind sh:Literal ;
sh:path observable:observableCreatedTime ;
] ,
[
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:startTime ;
] ,
[
sh:datatype xsd:string ;
sh:maxCount "1"^^xsd:integer ;
Expand Down

0 comments on commit 18630de

Please sign in to comment.