Skip to content

Commit 87a8948

Browse files
authored
Merge pull request #286 from casework/bump_prerelease_pointers
Bump prerelease pointers
2 parents b363afb + 1db05c9 commit 87a8948

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

dependencies/CASE-unstable

ontology/CASE-develop-2.0.0.ttl

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -887,12 +887,12 @@ uco-owl:Disjointedness-C-DT-shape
887887
sh:sparql [
888888
a sh:SPARQLConstraint ;
889889
rdfs:seeAlso <https://www.w3.org/TR/2012/REC-owl2-syntax-20121211/#Typing_Constraints_of_OWL_2_DL> ;
890-
sh:message "An IRI may not be a member of both an owl:Class and owl:Datatype."@en ;
890+
sh:message "An IRI may not be a member of both an owl:Class and rdfs:Datatype."@en ;
891891
sh:select """
892892
PREFIX owl: <http://www.w3.org/2002/07/owl#>
893893
SELECT $this
894894
WHERE {
895-
$this a owl:Datatype ;
895+
$this a rdfs:Datatype ;
896896
}
897897
""" ;
898898
] ;
@@ -2171,7 +2171,6 @@ core:ContextualCompilation
21712171
rdfs:comment "A contextual compilation is a grouping of things sharing some context (e.g., a set of network connections observed on a given day, all accounts associated with a given person)."@en ;
21722172
sh:property [
21732173
sh:class core:UcoObject ;
2174-
sh:minCount "1"^^xsd:integer ;
21752174
sh:nodeKind sh:IRI ;
21762175
sh:path core:object ;
21772176
] ;
@@ -8547,6 +8546,16 @@ observable:ObservableRelationship
85478546
;
85488547
rdfs:label "ObservableRelationship"@en ;
85498548
rdfs:comment "An observable relationship is a grouping of characteristics unique to an assertion of an association between two observable objects."@en ;
8549+
sh:property
8550+
[
8551+
sh:class observable:Observable ;
8552+
sh:path core:source ;
8553+
] ,
8554+
[
8555+
sh:class observable:Observable ;
8556+
sh:path core:target ;
8557+
]
8558+
;
85508559
sh:targetClass observable:ObservableRelationship ;
85518560
.
85528561

0 commit comments

Comments
 (0)