Skip to content

Commit

Permalink
Merge pull request #362 from kchason/CP-88-Storage-Device-Capacity
Browse files Browse the repository at this point in the history
Issue 501: Storage Device Capacity
  • Loading branch information
ajnelson-nist authored Jan 18, 2023
2 parents c4aacbb + 2b94801 commit 72427e2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ontology/uco/observable/observable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6215,6 +6215,23 @@ observable:StorageMedium
sh:targetClass observable:StorageMedium ;
.

observable:StorageMediumFacet
a
owl:Class ,
sh:NodeShape
;
rdfs:subClassOf core:Facet ;
rdfs:label "StorageMediumFacet"@en ;
rdfs:comment "A storage medium facet is a grouping of characteristics unique to a the storage capabilities of a piece of equipment or a mechanism designed to serve a special purpose or perform a special function."@en ;
sh:property [
sh:datatype xsd:integer ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:path observable:totalStorageCapacityInBytes ;
] ;
sh:targetClass observable:StorageMediumFacet ;
.

observable:SymbolicLink
a
owl:Class ,
Expand Down Expand Up @@ -13292,6 +13309,13 @@ observable:totalSpace
rdfs:range xsd:integer ;
.

observable:totalStorageCapacityInBytes
a owl:DatatypeProperty ;
rdfs:label "totalStorageCapacityInBytes"@en ;
rdfs:comment "The maximum number of bytes that can be stored on a storage device."@en ;
rdfs:range xsd:integer ;
.

observable:triggerBeginTime
a owl:DatatypeProperty ;
rdfs:label "triggerBeginTime"@en ;
Expand Down

0 comments on commit 72427e2

Please sign in to comment.