You are on page 1of 1

University Of Balochistan

Department of Computer Science

Dr. Liaquat Ali

liaquat733@gmail.com

Semantic Web Technologies


25.08.2023

1 Semantic Web Assignment 1


Exercise 1
What is the reason behind the vision of Semantic Web (i.e. Why Semantic Web ?).

Exercise 2
How XML Language overcomes the shortcomings of HTML Language.

Exercise 3
What is the Subject, Predicate and Object components in RDF triples.

Exercise 4
Consider the RDF database

D := { (P1,rdf:type,Person), (P1,name,Irfan), (P1,age,19), (P1,email,irfan@abc.com),


(P2,rdf:type,Person), (P2,name,Saeed), (P2,email,saeed@abc.com),
(P3,rdf:type,Person), (P3,name,Ajmal), (P3,age,23),
(P1,knows,P2), (P1,knows,P3), (P2,knows,P1), (P2,knows,P3) }.

Draw the RDF graph of above RDF database.

Deadline: 31.08.2023

You might also like