Comprehending the Semantic web and it's methods, syntax, vocabularies and languages
Posted
by DreamCodeR
on Stack Overflow
See other posts from Stack Overflow
or by DreamCodeR
Published on 2010-06-14T13:23:00Z
Indexed on
2010/06/15
4:42 UTC
Read the original article
Hit count: 302
Hi.
I have just been introduced to the semantic web and it's family of functions but I have a hard time understanding some of it, which I was hoping someone could explain to me.
As far as I've understood, RDF can be written in several syntaxes. RDF/XML, Turtle, etc.
Now, I understand XML. How it is presented and how it can be parsed. However, some people write in the turtle syntax, but how do they parse that information? I can't seem to find a single library for any language to "extract" the information written in a turtle syntax into another form. The same goes for N3. How can it be used? Executed or else?
I seem to be able to understand RDFa. That it is a way to implement RDF into XHTML. For me that is a way to implement RDF into "something". But how can I compare that to turtle, N3, or the like?
Thanks in advance.
© Stack Overflow or respective owner