Skip to content

Commit f566a34

Browse files
committed
Update message in bundle.yaml
1 parent 021543d commit f566a34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bundle.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ actions:
105105
includes:
106106
- "*.ttl"
107107
- action: "sparql"
108-
message: "Generating rdfs:label for backward compatibility."
108+
message: "Generating rdfs:label and rdfs:comment for backward compatibility."
109109
source: "{output}"
110110
target: "{output}/rdfsAnnotations.ttl"
111111
format: "turtle"
@@ -115,6 +115,7 @@ actions:
115115
prefix gist: <https://ontologies.semanticarts.com/gist/>
116116
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
117117
prefix skos: <http://www.w3.org/2004/02/skos/core#>
118+
118119
CONSTRUCT {{
119120
?entity rdfs:label ?label ;
120121
rdfs:comment ?comment .

0 commit comments

Comments
 (0)