We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021543d commit f566a34Copy full SHA for f566a34
bundle.yaml
@@ -105,7 +105,7 @@ actions:
105
includes:
106
- "*.ttl"
107
- action: "sparql"
108
- message: "Generating rdfs:label for backward compatibility."
+ message: "Generating rdfs:label and rdfs:comment for backward compatibility."
109
source: "{output}"
110
target: "{output}/rdfsAnnotations.ttl"
111
format: "turtle"
@@ -115,6 +115,7 @@ actions:
115
prefix gist: <https://ontologies.semanticarts.com/gist/>
116
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
117
prefix skos: <http://www.w3.org/2004/02/skos/core#>
118
+
119
CONSTRUCT {{
120
?entity rdfs:label ?label ;
121
rdfs:comment ?comment .
0 commit comments