Please note: You are viewing the unstyled version of this web site. Either your browser does not support CSS (cascading style sheets) or it has been disabled.

Department of Computing

Computing >> CLT >> COMP348 home >> Tutorials >> Tutorial Week 13
 
 

COMP348 Document Processing and the Semantic Web

Tutorial Week 13

  1. Paraphrase in natural language what the following RDF/XML code fragment means:
    <?xml version = "1.0 "?>
        <rdf:RDF
       	   xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    	   xmlns:dc = "http://purl.org/dc/elements/1.1/">
          <rdf:Description rdf:about = "http://www.ics.mq.edu.au/~rolfs/index.html">
             <dc:creator
                 rdf:resource = "http://www.example.org/staffid/98972"/>
          </rdf:Description>
        </rdf:RDF>
    
  2. Express the above RDF/XML example graphically in RDF triples.
  3. How would you formalise the following statement graphically in RDF triples:
    The web page http://www.ics.mq.edu.au/~max/index.html has Max Meier as a creator. It was created on November 30, 2006 and its language is English.
  4. Paraphrase in natural language what the following excerpt written in OWL Abstract Syntax means:
  5. 
       class (VegetarianPizza complete
              Pizza
              complementOf( restriction hasPart someValuesFrom Meat)
              complementOf( restriction hasPart someValuesFrom Fish))
                
  6. Paraphrase in natural language the following ALC statements:
    1. Adult ⊓ ¬Married
    2. Married ⊓ ∀hasChild.Male
    3. Man ⊓ ∃loves.Woman
    4. Boy ⊓ ∃admires.(∀knows.RDF)
    5. (Man ⊔ (Woman ⊓¬∃hasChild.Person) ⊓ ∃watches.SimpsonsProgram

Comments to: Mark Dras or Diego Molla

Computing | Division ICS | Macquarie University

Last Modified:
Copyright Macquarie University
CRICOS provider no. 00002J