Skip to content

Commit

Permalink
Revise pattern:patternExpression to be object property
Browse files Browse the repository at this point in the history
This patch is implemented based on the early draft-state of Issue 550,
to correct the issue reported in Issue 562.

No effects were observed on Make-managed files.

References:
* #550
* #562

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Nov 20, 2023
1 parent ba77dea commit 177ab81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ontology/uco/pattern/pattern.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ pattern:LogicalPattern
rdfs:label "LogicalPattern"@en ;
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 ;
sh:property [
sh:datatype pattern:PatternExpression ;
sh:class pattern:PatternExpression ;
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:nodeKind sh:IRI ;
sh:path pattern:patternExpression ;
] ;
sh:targetClass pattern:LogicalPattern ;
Expand Down Expand Up @@ -57,7 +57,7 @@ pattern:PatternExpression
.

pattern:patternExpression
a owl:DatatypeProperty ;
a owl:ObjectProperty ;
rdfs:label "patternExpression"@en ;
rdfs:comment "An explicit logical pattern expression."@en ;
rdfs:range pattern:PatternExpression ;
Expand Down

0 comments on commit 177ab81

Please sign in to comment.