开发者

What's the relationship between OWL, RDFs, RDFa, Dublin Core and FOAF?

开发者 https://www.devze.com 2023-03-03 09:43 出处:网络
Semantic web can be described as Layer Structure.开发者_JS百科 we have URI in the button layer which is the unique identifier for data.

Semantic web can be described as Layer Structure.开发者_JS百科 we have URI in the button layer which is the unique identifier for data. and then we hay syntax like : xml, ns and xml xmls next it is the way how can we interpret semantic data : RDF and above RDF, we have RDFs, and OWL is independent from RDFs? but OWL, Dublin Core and FOAF is kind of RDFa? what's the structure between those ?


Dublin Core and FOAF are schemas, i.e. vocabularies you can use to mark up your data.

OWL (and RDFS) are languages for writing new schemas / vocabularies / ontologies. OWL and RDFS schemas are written using RDF.

RDFa is a syntax for writing RDF (other examples are RDF/XML and Turtle).

Yes, this is all quite confusing!

0

精彩评论

暂无评论...
验证码 换一张
取 消