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

Adding constant subject native SPARQL support through jcr/sql2 conversion. #385

Closed
wants to merge 1 commit into from

Conversation

lsitu
Copy link
Contributor

@lsitu lsitu commented May 23, 2014

https://www.pivotaltracker.com/s/projects/684825/stories/71322140

The following SPARQL with constant subject pattern supported:
PREFIX fcrepo: http://fedora.info/definitions/v4/repository#
select ?date where { http://localhost:8080/rest/foo fcrepo:created ?date }

PREFIX fedorarelsext: http://fedora.info/definitions/v4/rels-ext#
select ?part where { http://localhost:8080/rest/foo fedorarelsext:hasPart ?part}

PREFIX dc: http://purl.org/dc/elements/1.1/
PREFIX fedorarelsext: http://fedora.info/definitions/v4/rels-ext#
select ?title where { http://localhost:8080/rest/foo fedorarelsext:hasPart ?part . ?part dc:title ?title}

@awoods
Copy link

awoods commented May 27, 2014

Resolved with: b3319b7

Addresses: https://www.pivotaltracker.com/story/show/71322140

@awoods awoods closed this May 27, 2014
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