Groups
Groups
Sign in
Groups
Groups
scardf
Conversations
About
Send feedback
Help
scardf
1–20 of 20
Mark all as read
Report group
0 selected
Joost de Vries
, …
Leif Warner
7
10/3/13
port to sbt and scala 2.10
Not dead, just... resting? :/ Thanks for this! I applied what was in that repo to a git svn import of
unread,
port to sbt and scala 2.10
Not dead, just... resting? :/ Thanks for this! I applied what was in that repo to a git svn import of
10/3/13
Sam Starling
,
Hrvoje Šimić
3
1/14/13
Scardf and parsing prefixes in RDF
Ah yes, that would make perfect sense. Thank you Hrvoje! On Friday, January 11, 2013 6:24:09 PM UTC,
unread,
Scardf and parsing prefixes in RDF
Ah yes, that would make perfect sense. Thank you Hrvoje! On Friday, January 11, 2013 6:24:09 PM UTC,
1/14/13
Leif Warner
9/29/12
String representation of predicate trees.
It looked like you'd done some work in the repo in this regard? Some background on the use-case I
unread,
String representation of predicate trees.
It looked like you'd done some work in the repo in this regard? Some background on the use-case I
9/29/12
delbert
,
Hrvoje Šimić
3
7/6/12
Sesame integration?
thanks, Hrvoje. i'll work with Jena first. if i find i need Sesame support, i'll add it along
unread,
Sesame integration?
thanks, Hrvoje. i'll work with Jena first. if i find i need Sesame support, i'll add it along
7/6/12
Leif Warner
,
Hrvoje Šimić
3
4/24/12
Support for reverse paths in predicate trees?
Yes, that's exactly what I was looking for, thanks! On Apr 24, 12:22 am, Hrvoje Šimić <
unread,
Support for reverse paths in predicate trees?
Yes, that's exactly what I was looking for, thanks! On Apr 24, 12:22 am, Hrvoje Šimić <
4/24/12
Banduk
,
Hrvoje Šimić
7
3/22/12
Property[Double] and Property[DateTime] for Vocabulary Class
No plans for this at the moment. I guess you could make special subclasses of Property for each range
unread,
Property[Double] and Property[DateTime] for Vocabulary Class
No plans for this at the moment. I guess you could make special subclasses of Property for each range
3/22/12
Mauricio Banduk
,
Hrvoje Šimić
5
3/19/12
Vocabulary structure definition
So, I need to generate Java Maps based on triples automatically. To do that, I'd like to have the
unread,
Vocabulary structure definition
So, I need to generate Java Maps based on triples automatically. To do that, I'd like to have the
3/19/12
Mauricio Banduk
,
Hrvoje Šimić
5
3/9/12
Converter problem when using RDF.ID/asString.set
Hi, Sorry about the delay, I had to do other things and to left it for later.. So, I found my problem
unread,
Converter problem when using RDF.ID/asString.set
Hi, Sorry about the delay, I had to do other things and to left it for later.. So, I found my problem
3/9/12
Banduk
,
Hrvoje Šimić
10
2/23/12
Problem, scala.collection.immutable.Set$Set1 cannot be cast to scala.collection.generic.Addable
Perfect! Thank you, Cheers Banduk 2012/2/23 Hrvoje Šimić <hrvoj...@gmail.com> Fixed wiki
unread,
Problem, scala.collection.immutable.Set$Set1 cannot be cast to scala.collection.generic.Addable
Perfect! Thank you, Cheers Banduk 2012/2/23 Hrvoje Šimić <hrvoj...@gmail.com> Fixed wiki
2/23/12
Patrick Logan
, …
Hrvoje Šimić
4
9/3/11
Shorthand for language tags?
I was going for something like this: "foo"@@en provided you define val en = LangTag("
unread,
Shorthand for language tags?
I was going for something like this: "foo"@@en provided you define val en = LangTag("
9/3/11
Andreas Wundsam
,
Hrvoje Šimić
8
7/25/11
Graph Traversal Question
I see. Scardf doesn't directly support rdf:Seq (container), only rdf:List (collection). Perhaps
unread,
Graph Traversal Question
I see. Scardf doesn't directly support rdf:Seq (container), only rdf:List (collection). Perhaps
7/25/11
Andreas Wundsam
,
Hrvoje Šimić
5
7/20/11
ScaRDF activity / future plans?
Just committed necessary changes for Scardf to work with Scala 2.9.0.1 This is now 0.6-SNAPSHOT. I
unread,
ScaRDF activity / future plans?
Just committed necessary changes for Scardf to work with Scala 2.9.0.1 This is now 0.6-SNAPSHOT. I
7/20/11
Leif Warner
,
Hrvoje Simic
2
5/25/11
Displaying literals with either current language tag or no language tag.
Just make a simple NodeBagConverter[Option[String]] that delegates to b => b/lexicIn(en) orElse b/
unread,
Displaying literals with either current language tag or no language tag.
Just make a simple NodeBagConverter[Option[String]] that delegates to b => b/lexicIn(en) orElse b/
5/25/11
Douglas Fils
, …
Leif Warner
12
5/23/11
Appending to a graph from results in a collection
Given that the existing syntax for local graphs is along the lines of: val graph = JenaGraph....
unread,
Appending to a graph from results in a collection
Given that the existing syntax for local graphs is along the lines of: val graph = JenaGraph....
5/23/11
Elvis
,
Hrvoje Simic
3
3/11/11
Could you provide the projects using scardf, especially open source projects?
Thanks. :) On 3月11日, 下午4时16分, Hrvoje Simic <hrvojesi...@gmail.com> wrote: > On Fri, Mar 11,
unread,
Could you provide the projects using scardf, especially open source projects?
Thanks. :) On 3月11日, 下午4时16分, Hrvoje Simic <hrvojesi...@gmail.com> wrote: > On Fri, Mar 11,
3/11/11
Leif Warner
,
Hrvoje Simic
3
3/4/11
Plans for other backends?
Changes are in trunk: http://code.google.com/p/scardf/source/detail?r=219 Any feedback is welcome.
unread,
Plans for other backends?
Changes are in trunk: http://code.google.com/p/scardf/source/detail?r=219 Any feedback is welcome.
3/4/11
Leif Warner
,
Hrvoje Simic
2
2/26/11
Deep select in graph augmentation rule across blank nodes?
> I try graph/-/having(FOAF\"account"-> Branch(FOAF > \"
unread,
Deep select in graph augmentation rule across blank nodes?
> I try graph/-/having(FOAF\"account"-> Branch(FOAF > \"
2/26/11
Leif Warner
,
Hrvoje Simic
4
2/22/11
Map xs:int to Int, xs:integer to BigInt Inbox X
Yes, this new code seems to work for all the cases - thanks! -Leif On Feb 7, 1:43 am, Hrvoje Simic
unread,
Map xs:int to Int, xs:integer to BigInt Inbox X
Yes, this new code seems to work for all the cases - thanks! -Leif On Feb 7, 1:43 am, Hrvoje Simic
2/22/11
Leif Warner
,
Hrvoje Simic
4
2/22/11
Delete triples from graph?
Maybe "from" to generate a new graph containing the augmented triples, and "to"
unread,
Delete triples from graph?
Maybe "from" to generate a new graph containing the augmented triples, and "to"
2/22/11
Leif Warner
,
Hrvoje Simic
7
1/3/11
Scardf N-Triples parser
Cool! Ah, this whole time I was thinking that by " add blank lines and comment lines" you
unread,
Scardf N-Triples parser
Cool! Ah, this whole time I was thinking that by " add blank lines and comment lines" you
1/3/11