3
votes
2answers
82 views
Best practice for creating dynamic rdf properties
Please forgive me if I am not using the correct terminology, but i would like some feedback on whether I am solving a problem in the best way possible. I am building a system wher …
2
votes
2answers
38 views
Multiple Domain and range attributes for rdf property
Hi, I was wondering what the implications are of using, in particular, multiple domain attributes for a property - and i suppose to some extent this would apply to the range attrib …
1
vote
3answers
81 views
Inverse of DCTerms subject
Hi does anyone know if there is an ideal property for describing the inverse of dcterms:subject? Or, would it be a case of having to define your own property for this relationship …
1
vote
2answers
41 views
Encoding accented characters in RDF
Hi there,
Im working with some string literals containing accented characters from Spanish (eg. constitución) and Im trying to pop them into a triple store. Sesame will take the R …
1
vote
0answers
37 views
RDFS/ OWL Inheritance with Joseki+Pellet
Hi,
I have Joseki+Pellet setup. I would like <urn:ITEM:1234:REV-1> to inherit 'title' ("Latest Name") from its parent class through inferencing (shown in SPARQL result). How …
4
votes
2answers
94 views
Avoid Reification? Other “bad” features?
I've seen a few references online of features to avoid in RDF (reification, rdf:Alt), however, I have not seen a significant guide on why these features are to be avoided. Is ther …
2
votes
3answers
98 views
Experiences with SPIN?
I'm curious what kind of experiences people have had with SPIN? I see that there seems to be a reference implementation for Jena, as well as support in Topbraid. Have you found t …
2
votes
2answers
56 views
OWL Axiom for inference on resource URIs?
Given the following RDF triples:
@prefix swan: <http://swan.mindinformatics.org/ontologies/1.2/citations/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
<urn:doi:10 …
2
votes
4answers
125 views
Are there such things as RDF editors?
I can spell RDF, RDFS, and OWL; but that's about all I can do, so bare with me.
I think I need an RDF editor.
In Eclipse, I've been playing with TopBraid Composer, which I under …
1
vote
1answer
57 views
What is a good cluster configuration for BigData RDF store?
Can anyone suggest a starting cluster configuration (nodes, memory, disk) for a BigData RDF store?
3
votes
0answers
48 views
Local RDF store in Android?
Did anybody succeed already in using a local RDF store on SQLite and Android?
7
votes
5answers
117 views
why is there an rdf:type if there is no rdf:Class ?
Classes are introduced in RDFS (rdfs:Class), which is built on top of RDF.
So why is there a property rdf:type, if RDF does not support classes (and everything is therefore untyp …
3
votes
2answers
88 views
What is the best way to represent/determine the “modification time” of a resource?
I'm working on a web site which is backed by an RDF store, and which generates at runtime various views onto this data in various formats. Something that keeps cropping up is the n …
4
votes
2answers
55 views
How to represent dates and times in RDF?
I have a dataset that has two different date-time datatypes; timestamps and from-to dates (lifespan data, formatted as yyyy–yyyy).
I'm considering issues related to the formatting …
1
vote
1answer
45 views
Are there any linked data sources that use UDC?
I'm currently converting controlled vocabulary to RDF and I'm looking for datasources that use the Universal Decimal Classification system (UDC) that I can link to. Any ideas?