English 中文(简体)
在 Smallaltal 中解析 RDF 中
原标题:Parsing RDF in Smalltalk

Is there any example, in any Smalltalk flavour, showing how to parse a RDF file? The only package I ve seen is Rikaiko with a RDFXMLReader class, but there are no references and it seems very undocummented.

问题回答

我还在寻找类似的东西。 里海子本来是讨论这个问题的,但我还没有时间去真正地看它。这是我得到的关于法罗和穆斯的一些答案。

http://lists.gforge.inria.fr/pipermail/pharo-project/2012-February/059235.html As at 2012-02-07

我不知道卢旺达国防军对法罗的支持。 但是,拥有这样的支持肯定很酷,特别是在穆斯的情况下。 如果拉卡伊科有的话,我会很感兴趣,让我们知道你发现了什么。

Regarding XML, the more mature solution is XMLSupport. PetitXml is nice because it is based on PetitParser which is the central parsing engine in Moose, so in the long run I would prefer to use this one. But, the collateral libraries like XPath, or the support for objects factories are not yet available for it. -- Tudor Girba





相关问题
Defining cardinality for a RDF statement

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> <...

Duplicate triple in RDF, authoritative view?

if a triple store contains twice the same triple, what is (if any exist) the authoritative position about this redundancy ? Additionally, should a triplestore be allowed to store twice the same ...

Pick and RDF/SPARQL

Anyone have any interest in intergrating RDF and/or SPARQL with a PICK database? Has anyone tried this yet? I have some thoughts about what to try. One idea is to figure out how to create a file with ...

Using contexts in rdflib

I am having trouble finding a clear, sensible example of usage of context with rdflib. ConjunctiveGraph does not accept contexts, and Graph is deprecated. How am I supposed to create and operate on ...

What is the difference between RDF and OWL? [closed]

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 ...

Problem with SPARQLWrapper (Python)

I m making a SPARQL query against the Sesame store in localhost, using SPARQLWrapper: sparql = SPARQLWrapper( http://localhost:8080/openrdf-sesame/repositories/rep/statements ) sparql.setQuery(...

热门标签