Skip to content

Commit 6d5a7f4

Browse files
committed
Regenerate Make-managed files
References: * ucoProject/UCO#562 * ucoProject/UCO#586 * ucoProject/UCO#590 Signed-off-by: Alex Nelson <[email protected]>
1 parent 11cc4e7 commit 6d5a7f4

File tree

1 file changed

+49
-3
lines changed

1 file changed

+49
-3
lines changed

ontology/CASE-develop-2.0.0.ttl

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,16 @@ uco-owl:rdf-rest-subjects-shape
11731173
sh:targetSubjectsOf rdf:rest ;
11741174
.
11751175

1176+
uco-owl:sh-datatype-objects-shape
1177+
a sh:NodeShape ;
1178+
sh:description "This shape enforces that the sh:datatype constraining predicate does not bind an OWL class for a literal-valued constraint."@en ;
1179+
sh:not [
1180+
a sh:NodeShape ;
1181+
sh:class owl:Class ;
1182+
] ;
1183+
sh:targetObjectsOf sh:datatype ;
1184+
.
1185+
11761186
uco-owl:unionOf-subjects-shape
11771187
a sh:NodeShape ;
11781188
sh:property [
@@ -2427,6 +2437,16 @@ core:UcoInherentCharacterizationThing
24272437
sh:targetClass core:UcoInherentCharacterizationThing ;
24282438
.
24292439

2440+
core:UcoInherentCharacterizationThing-disjointWith-UcoObject-shape
2441+
a sh:NodeShape ;
2442+
sh:message "core:UcoInherentCharacterizationThing and core:UcoObject are disjoint classes."@en ;
2443+
sh:not [
2444+
a sh:NodeShape ;
2445+
sh:class core:UcoObject ;
2446+
] ;
2447+
sh:targetClass core:UcoInherentCharacterizationThing ;
2448+
.
2449+
24302450
core:UcoObject
24312451
a
24322452
owl:Class ,
@@ -3724,7 +3744,7 @@ observable:AlternateDataStream
37243744
owl:Class ,
37253745
sh:NodeShape
37263746
;
3727-
rdfs:subClassOf observable:ObservableObject ;
3747+
rdfs:subClassOf observable:FileSystemObject ;
37283748
rdfs:label "AlternateDataStream"@en ;
37293749
rdfs:comment "An alternate data stream is data content stored within an NTFS file that is independent of the standard content stream of the file and is hidden from access by default NTFS file viewing mechanisms."@en ;
37303750
sh:targetClass observable:AlternateDataStream ;
@@ -17179,7 +17199,7 @@ pattern:LogicalPattern
1717917199
rdfs:label "LogicalPattern"@en ;
1718017200
rdfs:comment "A logical pattern is a grouping of characteristics unique to an informational pattern expressed via a structured pattern expression following the rules of logic."@en ;
1718117201
sh:property [
17182-
sh:datatype pattern:PatternExpression ;
17202+
sh:datatype xsd:string ;
1718317203
sh:maxCount "1"^^xsd:integer ;
1718417204
sh:nodeKind sh:Literal ;
1718517205
sh:path pattern:patternExpression ;
@@ -17201,19 +17221,25 @@ pattern:Pattern
1720117221
pattern:PatternExpression
1720217222
a
1720317223
owl:Class ,
17224+
owl:DeprecatedClass ,
1720417225
sh:NodeShape
1720517226
;
1720617227
rdfs:subClassOf core:UcoInherentCharacterizationThing ;
1720717228
rdfs:label "PatternExpression"@en ;
1720817229
rdfs:comment "A pattern expression is a grouping of characteristics unique to an explicit logical expression defining a pattern (e.g., regular expression, SQL Select expression, etc.)."@en ;
17230+
sh:message "pattern:PatternExpression is deprecated, and an error to use as of UCO 2.0.0. xsd:string should be used instead." ;
17231+
sh:not [
17232+
a sh:NodeShape ;
17233+
sh:class pattern:PatternExpression ;
17234+
] ;
1720917235
sh:targetClass pattern:PatternExpression ;
1721017236
.
1721117237

1721217238
pattern:patternExpression
1721317239
a owl:DatatypeProperty ;
1721417240
rdfs:label "patternExpression"@en ;
1721517241
rdfs:comment "An explicit logical pattern expression."@en ;
17216-
rdfs:range pattern:PatternExpression ;
17242+
rdfs:range xsd:string ;
1721717243
.
1721817244

1721917245
role:BenevolentRole
@@ -17884,6 +17910,16 @@ types:Thread
1788417910
] ;
1788517911
.
1788617912

17913+
types:Thread-disjointWith-co-List-shape
17914+
a sh:NodeShape ;
17915+
sh:message "types:Thread and co:List are disjoint classes."@en ;
17916+
sh:not [
17917+
a sh:NodeShape ;
17918+
sh:class co:List ;
17919+
] ;
17920+
sh:targetClass types:Thread ;
17921+
.
17922+
1788717923
types:ThreadItem
1788817924
a
1788917925
owl:Class ,
@@ -17902,6 +17938,16 @@ types:ThreadItem
1790217938
] ;
1790317939
.
1790417940

17941+
types:ThreadItem-disjointWith-co-ListItem-shape
17942+
a sh:NodeShape ;
17943+
sh:message "types:ThreadItem and co:ListItem are disjoint classes."@en ;
17944+
sh:not [
17945+
a sh:NodeShape ;
17946+
sh:class co:ListItem ;
17947+
] ;
17948+
sh:targetClass types:ThreadItem ;
17949+
.
17950+
1790517951
types:entry
1790617952
a owl:ObjectProperty ;
1790717953
rdfs:label "entry"@en ;

0 commit comments

Comments
 (0)