Week9 RDF Final
Week9 RDF Final
<http://www.example.org/index.html>
<http://purl.org/dc/elements/1.1/creator>
<http://www.example.org/staffid/85740> .
<http://www.example.org/index.html>
<http://www.example.org/terms/creation-date> "August 16, 1999" .
<http://www.example.org/index.html>
<http://purl.org/dc/elements/1.1/language> "en" .
• Note: In this notation URIs are written out completely, in angle brackets.
Property
Resource Value
(subject) (predicate) (object)
hasColleague
Ahmed Mohamed
Resource: “http://www.cambridge…/about/rob”
Value of the foaf:name property is "Rob Gonzalez".
• A sample triple
Subject Predicate Object
Shakespeare wrote King Lear
<rdf:RDF>
<rdf:Description about=
"http://www.w3.org/Home/Lassila">
<s:Creator>Ora Lassila</s:Creator>
</rdf:Description>
</rdf:RDF>
<rdf:RDF>
<rdf:Description about=
"http://www.w3.org/Home/Lassila">
<s:Creator>Ora Lassila</s:Creator>
</rdf:Description>
Object
</rdf:RDF>
England geo:partOf UK
Scotland geo:partOf UK
http://www.w3schools.com/RDF
author homepage
http://www.cs.mam.ac.uk/~
Sara ahmed
Stratford is in England
<rdf:Description about="some.uri/person/mohamed">
<hasColleague resource="some.uri/person/ahamed"/>
</rdf:Description>
<rdf:Description about="some.uri/person/ahmed">
<si:hasHomePage>http://www.cs…ac.uk/~ahmed</hasHomePage>
</rdf:Description>
<rdf:Description about="some.uri/person/sara">
<si:hasColleague resource="some.uri/person/ahmed"/>
</rdf:Description>
<rdf:Description
rdf:about="http://www.rechshop.fake/cd/Empire Burlesque">
<cd:artist>Bob Dylan</cd:artist>
<cd:country>USA</cd:country>
<cd:company>Columbia</cd:company>
<cd:price>10.90</cd:price>
<cd:year>1985</cd:year>
</rdf:Description>
<rdf:Description
rdf:about="http://www.rechshop.fake/cd/Hide your heart">
<cd:artist>Bonnie Tyler</cd:artist>
<cd:country>UK</cd:country>
<cd:company>CBS Records</cd:company>
<cd:price>9.90</cd:price>
<cd:year>1988</cd:year>
</rdf:Description>
<!-- more cds -->
</rdf:RDF>
(C) Copyright 2022 by Prof. Abeer ElKorany
RDF Container Elements
• RDF Container used to collect a number of
resources or attributes, about which we want
to make statements as a whole It is used to
describe group of things
– <Bag>: a list of members without order
– <Seq>: a list of members with order
– <Alt>: a list of members that only one can be
selected