Skip to content

Commit

Permalink
Add endTime property to EventFacet
Browse files Browse the repository at this point in the history
  • Loading branch information
kchason committed Jun 4, 2022
1 parent fa0b469 commit 5225280
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 @@ -2654,6 +2654,12 @@ observable:EventFacet
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:application ;
] ,
[
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:endTime ;
] ,
[
sh:datatype xsd:dateTime ;
sh:maxCount "1"^^xsd:integer ;
Expand Down

0 comments on commit 5225280

Please sign in to comment.