Semantic Web Lecture 5
Semantic Web Lecture 5
It is desirable that we can represent common object
classes (eg Person, Book, Company, Product) and
common properties of these classes. We also want to
make our class definitions explicit and SHARE them.
RDF does not give any ‘meaning’ to attributes or resources
x subPropertyOf y
Means..
.. Bit of an ontology!
RDFS can be used as an ontology language as it has Classes and
properties, Sub/super-classes, range and domain
Ontologies are often used to share the common meanings of terms
used in semantic web pages.