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 c798452 commit da105a3Copy full SHA for da105a3
src/main/java/org/commonwl/view/cwl/RDFService.java
@@ -56,7 +56,7 @@ public RDFService(@Value("${sparql.endpoint}") String rdfService) {
56
*/
57
public void addToOntologies(Model model) {
58
DatasetAccessor accessor = DatasetAccessorFactory.createHTTP(rdfService);
59
- accessor.putModel("ontologies", model);
+ accessor.add("ontologies", model);
60
}
61
62
/**
0 commit comments