Skip to content

Commit 59d8f16

Browse files
authored
Merge pull request #249 from casework/bump_prerelease_pointers
2 parents 5a35116 + c8377af commit 59d8f16

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

dependencies/CASE-unstable

ontology/CASE-unstable-2.0.0.ttl

+11
Original file line numberDiff line numberDiff line change
@@ -6452,6 +6452,17 @@ observable:File
64526452
rdfs:subClassOf observable:FileSystemObject ;
64536453
rdfs:label "File"@en ;
64546454
rdfs:comment "A file is a computer resource for recording data discretely on a computer storage device."@en ;
6455+
owl:disjointWith observable:URL ;
6456+
sh:targetClass observable:File ;
6457+
.
6458+
6459+
observable:File-disjointWith-URL-shape
6460+
a sh:NodeShape ;
6461+
sh:message "observable:File and observable:URL are disjoint classes."@en ;
6462+
sh:not [
6463+
a sh:NodeShape ;
6464+
sh:class observable:URL ;
6465+
] ;
64556466
sh:targetClass observable:File ;
64566467
.
64576468

ontology/CASE-unstable.ttl

+12
Original file line numberDiff line numberDiff line change
@@ -6452,6 +6452,18 @@ observable:File
64526452
rdfs:subClassOf observable:FileSystemObject ;
64536453
rdfs:label "File"@en ;
64546454
rdfs:comment "A file is a computer resource for recording data discretely on a computer storage device."@en ;
6455+
owl:disjointWith observable:URL ;
6456+
sh:targetClass observable:File ;
6457+
.
6458+
6459+
observable:File-disjointWith-URL-shape
6460+
a sh:NodeShape ;
6461+
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 ;
6462+
sh:not [
6463+
a sh:NodeShape ;
6464+
sh:class observable:URL ;
6465+
] ;
6466+
sh:severity sh:Warning ;
64556467
sh:targetClass observable:File ;
64566468
.
64576469

0 commit comments

Comments
 (0)