Removed mistakenly added spaces from uri
This commit is contained in:
parent
2e0733a97b
commit
2c57765929
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue