Skip to content

Commit

Permalink
Merge pull request #286 from casework/bump_prerelease_pointers
Browse files Browse the repository at this point in the history
Bump prerelease pointers
  • Loading branch information
kchason authored May 3, 2024
2 parents b363afb + 1db05c9 commit 87a8948
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dependencies/CASE-develop-2.0.0
2 changes: 1 addition & 1 deletion dependencies/CASE-unstable
Submodule CASE-unstable updated 0 files
2 changes: 1 addition & 1 deletion dependencies/CASE-unstable-2.0.0
15 changes: 12 additions & 3 deletions ontology/CASE-develop-2.0.0.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -887,12 +887,12 @@ uco-owl:Disjointedness-C-DT-shape
sh:sparql [
a sh:SPARQLConstraint ;
rdfs:seeAlso <https://www.w3.org/TR/2012/REC-owl2-syntax-20121211/#Typing_Constraints_of_OWL_2_DL> ;
sh:message "An IRI may not be a member of both an owl:Class and owl:Datatype."@en ;
sh:message "An IRI may not be a member of both an owl:Class and rdfs:Datatype."@en ;
sh:select """
PREFIX owl: <http://www.w3.org/2002/07/owl#>
SELECT $this
WHERE {
$this a owl:Datatype ;
$this a rdfs:Datatype ;
}
""" ;
] ;
Expand Down Expand Up @@ -2171,7 +2171,6 @@ core:ContextualCompilation
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 ;
sh:property [
sh:class core:UcoObject ;
sh:minCount "1"^^xsd:integer ;
sh:nodeKind sh:IRI ;
sh:path core:object ;
] ;
Expand Down Expand Up @@ -8547,6 +8546,16 @@ observable:ObservableRelationship
;
rdfs:label "ObservableRelationship"@en ;
rdfs:comment "An observable relationship is a grouping of characteristics unique to an assertion of an association between two observable objects."@en ;
sh:property
[
sh:class observable:Observable ;
sh:path core:source ;
] ,
[
sh:class observable:Observable ;
sh:path core:target ;
]
;
sh:targetClass observable:ObservableRelationship ;
.

Expand Down

0 comments on commit 87a8948

Please sign in to comment.