Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask DBMS Expert


Home >> DBMS

You created two knowledge representations for a cinema using different semantic web technologies. In the second part of the coursework, you will now be extending these representations and adding additional features.

In part 1, your representations simply stored that the cinema had three screens and each screen had a single film associated with it. You are going to extend this part of the representation so that it stores information about a range of films shown over a three week period.

Your representation should be extended to be able to store three weeks of film showings. Film showings are arranged as follows:
Each screen shows the same film in all three timeslots in a day from Monday to Saturday of a particular week. On Sundays, screen 1 and screen 2 remain the same as for the rest of the week but screen 3 has a themed day and shows three films related to the theme, one in each time slot.

In the text file provided called data.txt (see cw2 folder), you will find three weeks of information about which films are being shown at the cinema. You should express this information in your representation. The information in data.txt is not in XML or RDF format. Each item in the file is labelled and the items are separated by a | character.

Note: you will be modifying and extending your representations produced in part 1. If you wish to start from scratch you may do so but this will usually not be necessary.

The instructions are broken down into three parts: a specification for the XML related parts, a specification for the RDF related parts and a specification for the final report.

Specification: XML

1. Extend your XML representation.

The previous data for part 1only considered a single film being associated with a screen. You will need to modify your representation so that it has the capability to store three weeks of films for each screen including the name of the screen 3 theme and the three theme films for each week.

Data.txt contains the data about the films that will be shown. For each of the three weeks it contains the following information
• Week number
• Screen 1 film
• Screen 2 film
• Screen 3 film
• Theme name
• Theme film 1
• Theme film 2
• Theme film 3

Extend your XML representation so that it now also contains this new data.

2. Create an XML Schema

Now that you have a full XML representation of the data create an accompanying XML Schema

Specification: RDF

To complete this part of the coursework, you should continue to use a suitable URI for the unique definition of your namespace for the RDF data you are defining. You should also make use of existing vocabularies where appropriate. For example: FOAFhttp://www.foaf-project.org, Dublin Core http://dublincore.org/docuemnts/dc-rdf/ and SIOChttp://sioc-project.org/

1. Extendyour RDF representation

Using Turtle notation as before, modify your previous RDF representation to include the additional information discussed above using the film information from data.txt. You should also update your representation to make use of RDF schema where relevant.

2. Retrieving information with SPARQL

Create SPARQL queries to return the following information:
a. Return all the films shown on screen 1
b. Return all the films for the Sunday Theme Days

3. Modifying information with SPARQL

Create SPARQL queries to add the following information about a fourth week.
a. The film to be shown on Screen 1 for the fourth week is "Frankenstein"
b. The theme for Sunday of week 4 is "Audrey Hepburn" and the films are:
i. Breakfast at Tiffany's
ii. Roman Holiday
iii. Sabrina

Specification: Report

Create a report of around750 - 1000 words in length about the work you have done. You should research the work in the area and use the knowledge you gain to enrich your answer. You should provide references and citations as appropriate.

Your answer should address the following points:

• Explain how linked data can be used in semantic web applications and give suggestions forhow linked data might be used with the representations you have created.

• Providesuggestions with explanations for how OWL could be used to add expressive power to your RDF representation.

• For both your XML representation and your RDF representation, explain your design decisions and comment on how you found extending from the previous representation. Did the larger data set cause you to rethink any of your previous design decisions and if so, why? If you decided to restart, justify your decision.

• What are the advantages of using existing vocabularies when creating an RDF representation?

• Consider the different technologies you have used in both parts of the coursework and appraise how effective each was in working with this data. As part of your answer, you should critique what you have discovered in your research. How well do the strengths and weaknesses of the technologies as discussed by other authors match your own experience with using the technologies?

• What are the good and bad parts of each of your representations?

Outcome requirements (Solution)

1- You should providefour text files in a zip file to the conventional upload link.
1. An xml file
2. An xsd file
3. A file containing your RDF/RDFS representation.
4. A file containing your SPARQL queries.

You should also provide a word file containing the contents of your four files copied and pasted into it along with your report.

2- the REPORT (750 words-1000 words) that answers the previous questions in Specification Reportalongside references and citations.

Attachment:- Assignment.rar

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M91774274

Have any Question?


Related Questions in DBMS

Sql injection on a searchthe way search performs its task

SQL injection on a search The way Search performs its task is by executing the following query (in a php script):          $var=stripslashes($_POST['search']);          $query = "SELECT username from lab1_login where use ...

Sql transactions exercisesconsider table itemnameprice

SQL Transactions Exercises Consider table Item(name,price) where name is a key, and the following two concurrent transactions. T1: Begin Transaction; Update Item Set price = 2*price Where name = 'pencil'; Insert Into Ite ...

In sql developer onlydeliverables include sql scripts and

In SQL Developer ONLY! Deliverables Include SQL scripts and screenshot of the results: D1. Create the following three user-defined roles that are shown in the table below and assign them the specified permissions for the ...

Assignment -scenario setup a mock phase 3 clinical trial

Assignment - Scenario: Setup a Mock Phase 3 Clinical Trial for evaluating the efficacy of a Blood Pressure/Weight Loss/ or Muscle Strength Enhancement supplement. Assume that the testing takes place at a physician's offi ...

Query 1 the bookstore has decided to keep track of the

Query 1: The bookstore has decided to keep track of the vendors' information. In order to do this, one new table will be added to the database. The schema for this table, as related to the existing tables, is the followi ...

The groceries datasetimagine 10000 receipts sitting on your

The groceries Dataset Imagine 10000 receipts sitting on your table. Each receipt represents a transaction with items that were purchased. The receipt is a representation of stuff that went into a customer's basket. That ...

Suppose that we have a table of house prices and a table of

Suppose that we have a table of house prices and a table of zip codes: • hprices(hid (PK),address,bedrooms,price,zipcode) • zipcodes(zipcode (PK),state) Write a SQL query that finds the average, maximum, and minimum pric ...

Question create an erd for the following scenarioa small

Question: Create an ERD for the following scenario. A small company ABC wants a database to keep track of internal company information. Â Given the following information create an ERD. The ABC Company has several departm ...

Sql assignmentin these exercises youll enter and run your

SQL Assignment In these exercises, you'll enter and run your own SELECT statements. You will use the MyGuitarShop database for these queries. If you do not already have the MyGuitarShop database, the SQL script and the i ...

Select from e d pwhere edeptddept and dcitypcity and

Select * From E, D, P WHERE E.dept=D.dept AND D.city=P.city AND D.budget>1M AND P.priority=A; Assuming relations have the same size and uniform distributions, what is the best plan with Nested Loop joins only? Write it a ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As