You cannot post messages because only members can post, and you are not currently a member.
Description:
Group for user and developer discussion of the Foresite software libraries supporting the OAI-ORE standard
|
|
|
(Python) TripleStore usage?
|
| |
Has anyone had success using foresite.tripleStore? I want to work on a
local persistent store but haven't had any success myself. I have
rdflib 3 installed along with the foresite trunk. Theoretically the
code below *should* work:
from foresite import *
from foresite.tripleStore import BdbTripleStore... more »
|
|
Fwd: [JIRA] Created: (OSSRH-2161) Foresite Tookit
|
| |
Just a note, that I've requested a JIRA task for setting up foresite in the Maven Central repository attached is a patch for you to use on your pom.xml Mark ---------- Forwarded message ---------- ...To: mdigg...@gmail.com Foresite Tookit --------------- Key: OSSRH-2161 URL: [link]... more »
|
|
python patch for rdflib 3.1
|
| |
The following patch applied to svn revision 83 of foresite-python
enables it to work with rdflib 3.1.
Note that the foresite library functionality was not extensively
evaluated, but the tests pass and everything seems to work fine for me
on OS X python 2.7 with rdflib 3.1 and rdfextras installed with... more »
|
|
Foresite Maven Repository?
|
| |
Hi -
A quick question for the project maintainers:
Are you currently hosting a definitive maven repository for the
foresite code, or is the Google Code Subversion repository the only
location for accessing artifacts?
If the answer is the latter, have you thought about using something
like the Wagon SVN Maven plugin as described here:... more »
|
|
java foresite create triple with typed literal
|
| |
---------- Forwarded message ---------- ...To: foresite@googlegroups.com Hi, I have problem to create typed literal (datetime) when I use TripleJena.java class to add extra properties to aggreagation. AggregatedResource ar = agg.createAggregatedResource(n ew URI(resurl)); Triple triple = new TripleJena ();... more »
|
|
Parsing dc:creator and dcterms:creator
|
| |
Hi all,
ResourceMapJena.getCreators() currently only parses dc:creator (from
[link]).
It's my understanding that dcterms:creator (from [link])
is semantically equivalent to dc:creator, and therefore
ResourceMapJena.getCreators() should look for both? I have a patch,... more »
|
|
How to Convert ATOM to RDF/XML using GRDDL
|
| |
Hii,
I need to convert ATOM feed into RDF/XML using GRDDL.
I have an ATOM feed, atom-grddl.xsl XSLT stylesheet. How Do I
implement this transformation from ATOM to RDF/XML. Can I implement
this using foresite tool kit.
I used Jena-GRDDL using which I was able to convert an XML into RDF
using GRDDL.... more »
|
|
newb
|
| |
Hello,
I am hoping to use your foresite library to parse examples of atom/rdf
resource maps. I have a couple questions about foresite:
1. Am I correct in understanding that the original intent of the
library was to parse and serialize jstor? If so, then do these jstore
resource maps exist in some form that is accessible on the web?... more »
|
|
|