Skip to content

Commit

Permalink
Change Disk parent class to StorageMedium
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* #612

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jul 29, 2024
1 parent 8be6351 commit 482a726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontology/uco/observable/observable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,7 @@ observable:Disk
owl:Class ,
sh:NodeShape
;
rdfs:subClassOf observable:Device ;
rdfs:subClassOf observable:StorageMedium ;
rdfs:label "Disk"@en ;
rdfs:comment "A disk is a storage mechanism where data is recorded by various electronic, magnetic, optical, or mechanical changes to a surface layer of one or more rotating disks."@en ;
sh:targetClass observable:Disk ;
Expand Down

0 comments on commit 482a726

Please sign in to comment.