Navigation Menu

Skip to content

Commit

Permalink
Additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Nov 26, 2013
1 parent 4353130 commit fb0653b
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -99,7 +99,9 @@ public PropertyDefinitionToTriples(final Node domain) {
public Iterator<Triple> apply(final PropertyDefinition input) {

if (!input.getName().contains(":")) {
// no namespace: can't be serialized in several kinds of RDF!
LOGGER.debug("Received property definition with no namespace: {}",
input.getName());
LOGGER.debug("This cannot be serialized into several RDF formats, so we assume it is internal and discard it.");
// TODO find a better way...
return emptyIterator();
}
Expand Down

0 comments on commit fb0653b

Please sign in to comment.