1
vote
1answer
38 views
Template system for RDF ?
RDF is a schema-free system to represent data. However, most of the time I find myself writing a sort of well-known graph structure, and I have to build triple by triple.
In the m …
1
vote
1answer
19 views
Symantic Web SPARQL CONSTRUCT Question
I am using a tool called TopQuadrant to create a Symantic Web (RDF/OWL) Ontology. This tool allows for import of data from MS Excel. My spreadsheet is basically a two-column sheet …
3
votes
2answers
21 views
What is means of RDF feed in .net plateform
i am struggle with FEED. i see RDF feed but i don't know what is RDF FEED..
are RDF is new feed management system. what is difference between RDF , RSS and atom feed too
5
votes
4answers
320 views
Do you leverage Semantic Web technologies? Why or why not?
I'm interested in understanding why people choose to leverage technology built on the W3C Semantic Web standards. How did you make the decision to use the technology you chose and …
0
votes
2answers
44 views
What is the difference between RDF and OWL?
I am trying to grasp the concept of Semantic Web. I am finding it hard to understand what exactly is the difference between RDF and OWL. Is OWL an extension of RDF or these two are …
0
votes
1answer
35 views
Problem with SPARQLWrapper (Python)
Howdy,
I'm making a SPARQL query against the Sesame store in localhost, using SPARQLWrapper:
sparql = SPARQLWrapper('http://localhost:8080/openrdf-sesame/repositories/rep/state …
1
vote
5answers
75 views
Enterprise grade databases that can handle large RDF datasets?
Hi, all.
Are there any enterprise-grade database engines (Oracle, MS SQL...etc) that can handle large RDF datasets (320 million) and SPARQL queries? I guess my question is also: …
0
votes
2answers
29 views
RDF and uuid. why no urn schema ?
<rdf:Description about='uuid:8949dbc6-31ad-11d9-9c7d-d112c21f7031'>
Why this about does not contain urn:uuid:8949dbc6-31ad-11d9-9c7d-d112c21f7031 instead? Isn't the uuid a …
2
votes
7answers
82 views
Ontology, semantics, web mining resources
Do you know any good resources where I can read and learn about ontology, semantics and web mining?
It could be a book, a website or any other resource.
0
votes
2answers
101 views
Database Schema for Machine Tags?
Machine tags are more precise tags: http://www.flickr.com/groups/api/discuss/72157594497877875. They allow a user to basically tag anything as an object in the format
object:proper …
1
vote
3answers
111 views
SPARQL Negation: All foaf:Agents which aren’t foaf:Persons
Hi
I am trying to write a SPARQL query which should give me all foaf:Agents which aren't foaf:Persons.
I can't see a way to apply this OPTIONAL/BOUND construct to this problem, b …
1
vote
3answers
70 views
Browsing/editing RDF/OWL Instances
I'm looking for a graphical browser for examining large networks of OWL/RDF instances. Protege's instance browser isn't really useful and if COE supports instance browsing, I've no …
1
vote
3answers
67 views
JQuery/Javascript RDF plugin
Any ideas about JQuery plugins/Javascript libraries for working with RDF?
3
votes
2answers
40 views
Very basic SPARQL beginner problem (or RDF modelling problem)
Hi to you all (and thanks for this great website since there doesn't seem to exist a forum on beginner-SPARQL-questions),
i hope someone can help me on this probably totally easy …
0
votes
1answer
25 views
Using the Jena RDF library, how do I return the property of a URI resource?
I have a Jena URI Resource (Resource reference to an object where isURIResource() returns true). An example Resource URI is this:
http://d.opencalais.com/er/company/ralg-tr1r/4 …
