Removed mistakenly added spaces from uri

This commit is contained in:
Georgy Litvinov 2021-01-30 15:14:15 +01:00
parent 2e0733a97b
commit 2c57765929

View file

@ -153,7 +153,7 @@ public class CompilationGenerator extends BaseEditConfigurationGenerator impleme
n3Req.append("?newCompilationTOC <" + VitroVocabulary.RDF_TYPE + "> ts:TOC .\n");
n3Req.append("?newCompilationTOC <" + RDFS.label.getURI() + "> ?newCompilationLabel .\n");
if (!associatedProfile.isEmpty()) {
n3Req.append("< " + associatedProfile + " > ts:compilatorOf ?newCompilation .\n");
n3Req.append("<" + associatedProfile + "> ts:compilatorOf ?newCompilation .\n");
}
//n3Req.append();