Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Merged in falpema/lodplatformago21 (pull request #57)
Browse files Browse the repository at this point in the history
Changeset to resolve Issue #18
  • Loading branch information
santteegt committed Aug 22, 2015
2 parents abb47d5 + fe1ea13 commit db120a0
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ private void createmapping(FusekiLoaderMeta meta, String nombre) {
resource1.addProperty(FusekiVocab.pServiceQueryEP, listaValores.get(i));
}
if (listaPropiedades.get(i).compareTo("fuseki:serviceReadWriteGraphStore")==0){
resource1.addProperty(FusekiVocab.pServiceReadgraphStoreEP, listaValores.get(i));
resource1.addProperty(FusekiVocab.pServiceReadWriteGraphStoreEP, listaValores.get(i));
}
if (listaPropiedades.get(i).compareTo("fuseki:serviceUpload")==0){
resource1.addProperty(FusekiVocab.pServiceUploadEP, listaValores.get(i));
Expand All @@ -398,7 +398,7 @@ private void createmapping(FusekiLoaderMeta meta, String nombre) {
resource1.addProperty(FusekiVocab.pServiceUpdateEP, listaValores.get(i));
}
if (listaPropiedades.get(i).compareTo("fuseki:serviceReadGraphStore")==0){
resource1.addProperty(FusekiVocab.pServiceUpdateEP, listaValores.get(i));
resource1.addProperty(FusekiVocab.pServiceReadgraphStoreEP, listaValores.get(i));
}


Expand Down
Loading

0 comments on commit db120a0

Please sign in to comment.