|
Hi
Is anyone aware of some work being done on generating RDF schema for a given RDF data instance ? It would be some thing like coming up with information like classes, their attributes, their associations(hierarchical or peer) with other classes and ...
Started by Andriyev on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
Ex:S ex:P ex:O ==> ex:P rdf:type rdf:property ex:A rdf:type ex:B ==> ex:B rdf:type rdf....
The schema? Using RDFS already tell you few things like if you have some specific triples, you can infer others.
|
|
The W3 has a RDF validator that plots the RDF graph. Do you know a similar utility desktop side ?
Forgot to say. I'm on a mac.
Started by Stefano Borini on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
(Disclosure: I'm a committer in the raptor project.)
Like laalto said GraphViz is the typical thing....
For example, raptor has the rapper command line utility that can parse various RDF syntaxes and output DOT to be plotted with GraphViz .
|
|
Any ideas about JQuery plugins/Javascript libraries for working with RDF?
Started by brinxmat on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Or, RdfPlugin that allows you support the full RDF....
At least, you can start from it.
I wrote a tiny RDF parser: it doesn'tThere's this JavaScript RDF parser .
To create, store and query RDF triples in a jQuery-like way.
|
Ask your Facebook Friends
|
We can give some information in HTML form. Then different peoples provides different HTML pages which are interconnected and in this way we get WWW. Information can also be given in the with the usage of RDF form (let say XML implementation of RDF). Different...
Started by Verrtex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The "RDF Internet" you mention (also of the normal, loosely-structured content....
RDF was designed from the ground up to be used as a metadata annotation format to describe other content, not as a way to store or transfer the content itself.
|
|
Im having a problem with RDF. I have a couple of triples defined as :
<User rdf:about="#T"> <hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">T</hasName> <hasFavourite rdf:resource="#x"/> <hasFavourite rdf:resource...
Started by allyLogan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Lt;?xml version="1.0" encoding="utf-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://example.org/ns#"> <User rdf:about="#T"> <hasName rdf:datatype="http://www.w....
|
|
What is an RDF TRIPLE in laymens terms please....
Started by jade on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
A triple consists of a subject, a predicate/archive/2004/10/What_Is_An_RDF_Triple_.shtml
It has been awhile since I worked with RDF, but here it goes :D through that unique subject....
An RDF file should parse down to a list of triples.
|
|
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 totally different technologies?
Answer Snippets (Read the full thread at stackoverflow):
It's generally seen in RDF dataRDF is a way to define....
The problem is that RDF allows to define everything so you declation like this:
subj predicate object used to describe property types, like dates, integers and so forth.
|
|
I'm looking for a light weight java library for dealing with RDF data. It needs to be able to parse and write RDF xml data. Also I would like it to support simple querying of an RDF model. SPARQL would be nice but not required and I don't need an inferencing...
Started by delux247 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
But I would really - like the rest, "It provides a programmatic....
It's a bit like programming in assembler if what weight (depending on the size of the target RDF data, that is).
In following closely the RDF-triples view of the world.
|
|
I'm wondering about the current support there is in Ruby for semantic web technologies. Is there good RDF options? It seems that the last surveys done were circa 2007 ( http://paul-classic.stadig.name/2007/10/26/the-state-of-rdf-support-in-ruby-2007/ ...
Started by Daniel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not....
Hey, Iaalto, I'm the author bindings for Redland called RedLeaf .
Pure Ruby users I think have tried Active RDF which is more recent than the other things/master and other ruby rdf code on github if you look around.
Language changes.
|
|
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: is SPARQL/RDF/OWL ready for serving large real-world data warehouses for ...
Started by wsb3383 on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
The Bigdata RDF Store is currently the only RDF database capable of operating distributed on a cluster with dynamic....
Bigdata(R) comes packaged with a very high-performance RDF store supporting RDF(S) and OWL Lite inference.
|