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

remove mixinTypes, primaryType and hasAccessRoles from RDF representation #934

Closed
wants to merge 1 commit into from
Closed

Conversation

acoburn
Copy link
Contributor

@acoburn acoburn commented Nov 1, 2015

@@ -68,7 +67,7 @@ public void shouldRoundTripOnePairtree() throws IOException {
try (final CloseableGraphStore graphStore = getGraphStore(new HttpGet(serverAddress + pairtreeName))) {
assertTrue("Resource \"" + objName + " " + pairtreeName + "\" must be pairtree.",
graphStore.contains(ANY, createURI(serverAddress + pairtreeName),
createURI(REPOSITORY_NAMESPACE + "mixinTypes"), createLiteral(FEDORA_PAIRTREE)));
type.asNode(), createURI(REPOSITORY_NAMESPACE + "Pairtree")));
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe this should be a constant.

@acoburn
Copy link
Contributor Author

acoburn commented Nov 2, 2015

@ajs6f I think much of this code will be combined with what is currently #935. That combined PR will also clean much of the filter-sprawl that is currently spread across fcrepo-kernel-api and fcrepo-kernel-modeshape

@acoburn
Copy link
Contributor Author

acoburn commented Nov 3, 2015

Closed in favor of #935

@acoburn acoburn closed this Nov 3, 2015
@acoburn acoburn deleted the fcrepo-1765 branch November 6, 2015 19:31
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

3 participants