Skip to content

Commit 41f414d

Browse files
authored
Merge pull request #41 from common-workflow-language/rdfscomment
sld:doc -> rdfs:comment
2 parents 93ed1fb + db8f409 commit 41f414d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema_salad/metaschema/metaschema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ $graph:
168168
- string?
169169
- string[]?
170170
doc: "A documentation string for this type, or an array of strings which should be concatenated."
171-
jsonldPredicate: "sld:doc"
171+
jsonldPredicate: "rdfs:comment"
172172

173173
- name: docParent
174174
type: string?

schema_salad/metaschema/metaschema_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $graph:
5353
type: string?
5454
doc: |
5555
A documentation string for this field
56-
jsonldPredicate: "sld:doc"
56+
jsonldPredicate: "rdfs:comment"
5757

5858
type:
5959
type:

0 commit comments

Comments
 (0)