Skip to content

Commit

Permalink
Remove extraneous rdf-schema#label triple.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Feb 5, 2014
1 parent 089ee56 commit 7b9fa9e
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -28,7 +28,6 @@
import static org.fcrepo.kernel.RdfLexicon.HAS_TRANSACTION_SERVICE;
import static org.fcrepo.kernel.RdfLexicon.HAS_VERSION_HISTORY;
import static org.fcrepo.kernel.RdfLexicon.HAS_WORKSPACE_SERVICE;
import static org.fcrepo.kernel.RdfLexicon.RDFS_LABEL;

import java.util.Map;

Expand Down Expand Up @@ -90,7 +89,6 @@ public Model createModelForResource(final FedoraResource resource,
FedoraExport.class).queryParam("format", key)
.buildFromMap(pathMap).toASCIIString());
model.add(s, HAS_SERIALIZATION, format);
model.add(format, RDFS_LABEL, key);
}

return model;
Expand Down

0 comments on commit 7b9fa9e

Please sign in to comment.