Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
References:
* ucoProject/UCO#536

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Oct 20, 2023
1 parent 612525d commit 985f543
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ontology/CASE-develop.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6452,6 +6452,18 @@ observable:File
rdfs:subClassOf observable:FileSystemObject ;
rdfs:label "File"@en ;
rdfs:comment "A file is a computer resource for recording data discretely on a computer storage device."@en ;
owl:disjointWith observable:URL ;
sh:targetClass observable:File ;
.

observable:File-disjointWith-URL-shape
a sh:NodeShape ;
sh:message "observable:File and observable:URL are disjoint classes. Assigning both types to a single node will be an error in UCO 2.0.0."@en ;
sh:not [
a sh:NodeShape ;
sh:class observable:URL ;
] ;
sh:severity sh:Warning ;
sh:targetClass observable:File ;
.

Expand Down

0 comments on commit 985f543

Please sign in to comment.