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 Jun 29, 2023
1 parent 6e4d8a3 commit c8377af
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ontology/CASE-unstable-2.0.0.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6452,6 +6452,17 @@ 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."@en ;
sh:not [
a sh:NodeShape ;
sh:class observable:URL ;
] ;
sh:targetClass observable:File ;
.

Expand Down
12 changes: 12 additions & 0 deletions ontology/CASE-unstable.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 c8377af

Please sign in to comment.