Skip to content

Commit ca77e76

Browse files
Generalized to "The class of graphs that typically"
I think the typically is important, because a ShapesGraph may also serve as data graph against shacl-shacl etc, but people wouldn't change their triples just to do that.
1 parent 7eb0929 commit ca77e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shacl12-vocabularies/shacl.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,14 @@ sh:TripleTerm
182182
sh:DataGraph
183183
a rdfs:Class ;
184184
rdfs:label "Data graph"@en ;
185-
rdfs:comment "This class be used as type of graphs that typically act in the role of a SHACL data graph."@en ;
185+
rdfs:comment "The class of graphs that typically act in the role of a SHACL data graph."@en ;
186186
rdfs:subClassOf owl:Ontology ;
187187
rdfs:isDefinedBy sh: .
188188

189189
sh:ShapesGraph
190190
a rdfs:Class ;
191191
rdfs:label "Shapes graph"@en ;
192-
rdfs:comment "The class of ontology that acts in the role of a SHACL shapes graph.""@en ;
192+
rdfs:comment "The class of graphs that typically act in the role of a SHACL shapes graph.""@en ;
193193
rdfs:subClassOf owl:Ontology ;
194194
rdfs:isDefinedBy sh: .
195195

0 commit comments

Comments
 (0)