Skip to content

Commit c3d0d5d

Browse files
committed
Update SHACL-core AP for new NS prefix
There was a collision with another `sh` prefix but the AP was not updated to reflect the change to `shacl`.
1 parent c625723 commit c3d0d5d

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

dqgen/resources/aps/shacl-core.csv

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
class,property,object property,property group,preview property,preview object property
2-
sh:NodeShape,rdfs:label,,labels,rdfs:label,
3-
sh:NodeShape,rdfs:comment,,notes,rdfs:label,
4-
sh:NodeShape,sh:targetClass,,node constraints,rdfs:label,
5-
sh:NodeShape,sh:property,,node constraints,rdfs:label,
6-
sh:NodeShape,rdfs:isDefinedBy,,semantic properties,rdfs:label,
7-
sh:PropertyShape,sh:name,,labels,sh:name,
8-
sh:PropertyShape,sh:description,,notes,sh:name,
9-
sh:PropertyShape,sh:path,,property constraints,sh:name,
10-
sh:PropertyShape,sh:class,,property constraints,sh:name,
11-
sh:PropertyShape,sh:datatype,,property constraints,sh:name,
12-
sh:PropertyShape,sh:minCount,,cardinality constraints,sh:name,
13-
sh:PropertyShape,sh:maxCount,,cardinality constraints,sh:name,
14-
sh:PropertyShape,sh:minInclusive,,range constraints,sh:name,
15-
sh:PropertyShape,sh:maxInclusive,,range constraints,sh:name,
16-
sh:PropertyShape,sh:minExclusive,,range constraints,sh:name,
17-
sh:PropertyShape,sh:maxExclusive,,range constraints,sh:name,
18-
sh:PropertyShape,sh:minLength,,string constraints,sh:name,
19-
sh:PropertyShape,sh:maxLength,,string constraints,sh:name,
20-
sh:PropertyShape,sh:pattern,,string constraints,sh:name,
21-
sh:PropertyShape,sh:languageIn,,string constraints,sh:name,
22-
sh:PropertyShape,sh:uniqueLang,,string constraints,sh:name,
23-
sh:PropertyShape,sh:sparql,sh:select,query constraints,sh:name,
24-
sh:PropertyShape,rdfs:isDefinedBy,,semantic properties,sh:name,
2+
shacl:NodeShape,rdfs:label,,labels,rdfs:label,
3+
shacl:NodeShape,rdfs:comment,,notes,rdfs:label,
4+
shacl:NodeShape,shacl:targetClass,,node constraints,rdfs:label,
5+
shacl:NodeShape,shacl:property,,node constraints,rdfs:label,
6+
shacl:NodeShape,rdfs:isDefinedBy,,semantic properties,rdfs:label,
7+
shacl:PropertyShape,shacl:name,,labels,shacl:name,
8+
shacl:PropertyShape,shacl:description,,notes,shacl:name,
9+
shacl:PropertyShape,shacl:path,,property constraints,shacl:name,
10+
shacl:PropertyShape,shacl:class,,property constraints,shacl:name,
11+
shacl:PropertyShape,shacl:datatype,,property constraints,shacl:name,
12+
shacl:PropertyShape,shacl:minCount,,cardinality constraints,shacl:name,
13+
shacl:PropertyShape,shacl:maxCount,,cardinality constraints,shacl:name,
14+
shacl:PropertyShape,shacl:minInclusive,,range constraints,shacl:name,
15+
shacl:PropertyShape,shacl:maxInclusive,,range constraints,shacl:name,
16+
shacl:PropertyShape,shacl:minExclusive,,range constraints,shacl:name,
17+
shacl:PropertyShape,shacl:maxExclusive,,range constraints,shacl:name,
18+
shacl:PropertyShape,shacl:minLength,,string constraints,shacl:name,
19+
shacl:PropertyShape,shacl:maxLength,,string constraints,shacl:name,
20+
shacl:PropertyShape,shacl:pattern,,string constraints,shacl:name,
21+
shacl:PropertyShape,shacl:languageIn,,string constraints,shacl:name,
22+
shacl:PropertyShape,shacl:uniqueLang,,string constraints,shacl:name,
23+
shacl:PropertyShape,shacl:sparql,shacl:select,query constraints,shacl:name,
24+
shacl:PropertyShape,rdfs:isDefinedBy,,semantic properties,shacl:name,
2525
owl:Ontology,rdfs:label,,labels,rdfs:label,
2626
owl:Ontology,dct:title,,labels,rdfs:label,
2727
owl:Ontology,rdfs:comment,,notes,rdfs:label,

0 commit comments

Comments
 (0)