Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged the generated models for the request into a single model, before #75

Conversation

nigelgbanks
Copy link
Contributor

serializing it to RDF or what have you.

@@ -44,17 +44,14 @@ public void write(final OutputStream out) throws IOException,
WebApplicationException {
LOGGER.debug("Serializing graph as {}", format);
final Iterator<String> iterator = dataset.listNames();

LOGGER.debug("Serializing default model");
Model model = dataset.getDefaultModel();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know who's namespace prefixes "win" here? Do we need to do anything special?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'll be the last fellow who's namespace prefixes win.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should, I noticed either way we were getting stuck with j.0 j.x namespaces

@ghost ghost assigned cbeer Jun 10, 2013
@cbeer
Copy link
Contributor

cbeer commented Jun 11, 2013

Fixed in 116c766

@cbeer cbeer closed this Jun 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants