Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I'm still confused about how RDF differs from RDFS differs from OWL.... Can those terms be used interchangeably...? Commented Mar 17, 2012 at 19:11
  • @WebsterThesaurus RDF is a rather simple language to describe concepts based on triples of Subject-Verb-Object. RDFS is RDF Schema, basically a predefined set of terms to make it easier define what the relations mean. OWL is an ontology description system, much more powerful than RDFS, but harder to implement Commented Mar 30, 2012 at 23:17