1 / 19

RDF-Anwendungen: CC/PP

RDF-Anwendungen: CC/PP. Richard Cyganiak, 20. Mai 2003. Seminar “Grundlagen des Semantic Web” Prof. Robert Tolksdorf Freie Universität Berlin, Institut für Informatik. Inhalt. Wozu CC/PP? Der CC/PP-Standard Aufbau eines Profils, Beispiel Vokabulare UAProf. Wozu CC/PP?. Problem:

oistin
Download Presentation

RDF-Anwendungen: CC/PP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. RDF-Anwendungen: CC/PP Richard Cyganiak, 20. Mai 2003 Seminar “Grundlagen des Semantic Web” Prof. Robert Tolksdorf Freie Universität Berlin, Institut für Informatik

  2. Inhalt • Wozu CC/PP? • Der CC/PP-Standard • Aufbau eines Profils, Beispiel • Vokabulare • UAProf

  3. Wozu CC/PP? • Problem: • immer mehr verschiedene Geräte im Internet • Inhalte müssen für Empfangsgerät maßgeschneidert werden • brauchen Framework zur Gerätebeschreibung • Mobiltelefone • PDAs • Drucker • Geräte im LAN • VoIP

  4. Der CC/PP-Standard (1) • Composite Capability/Preference Profile • Capabilities • Bildschirmauflösung • akzeptierte Dateiformate • Möglichkeit zur Spracheingabe vorhanden? • Preferences • akzeptiere Download von Applets zum Handy? • akzeptiere XHTML-Frames?

  5. Der CC/PP-Standard (2) • CC/PP Working Group des W3C • Mitarbeit: Ericsson, T-Mobil, IBM, Nokia, Fujitsu, Panasonic, SAP, Sun, Adobe, ... • Kooperation mit IETF und WAP Forum • aktueller Stand: Last Call Working Draft(25. März 2003)

  6. Anwendungsbeispiel Mobiler Klient Gateway Server “Ich kann WML und XHTML” “Ich kann nur WML”  PDF  WML XHTML XHTML

  7. Umfang von CC/PP • Definiert keine Mechanismen zur Übertragung von Profilen • Definiert kein konkretes Vokabular zur Beschreibung von Geräten • CC/PP ist ein Framework • definiert Schema für Struktur eines Profils • formuliert Anforderungen an konkrete Vokabulare

  8. Logische Struktur eines Profils Profil Komponente Attribut Attribut Attribut Komponente Attribut Attribut

  9. Beispiel-Profil (1) <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ccpp="http://www.w3.org/2002/11/08-ccpp-schema#" xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema#"> <rdf:Descriptionrdf:about="http://example.com/MyProfile"> <ccpp:component> <prf:HardwarePlatformrdf:about="http://example.com/TerminalHardware"> <prf:CPU>PPC</prf:CPU> <prf:ScreenSize>320x200</prf:ScreenSize> </prf:HardwarePlatform> </ccpp:component> ...

  10. Beispiel-Profil (2) ... <ccpp:component> <prf:SoftwarePlatformrdf:about="http://example.com/TerminalSoftware"> <prf:OSName>EPOC</prf:OSName> <prf:OSVendor>Symbian</prf:OSVendor> <prf:OSVersion>2.0</prf:OSVersion> </prf:SoftwarePlatform> </ccpp:component> ...

  11. Beispiel-Profil (3) ... <ccpp:component> <prf:BrowserUArdf:about="http://example.com/Browser"> <prf:BrowserName>Mozilla</prf:BrowserName> <prf:BrowserVersion>5.0</prf:BrowserVersion> <prf:HtmlVersion> <rdf:Bag> <rdf:li>3.0</rdf:li> <rdf:li>4.0</rdf:li> </rdf:Bag> </prf:HtmlVersion> </prf:BrowserUA> </ccpp:component> </rdf:Description> </rdf:RDF>

  12. Default-Werte (1) • fast identische Profile für Geräte gleicher Bauart • Unterschiede nur bei z.B. Benutzereinstellungen, Speicherupgrade • verweise auf Default-Profil beim Gerätehersteller • gib nur abweichende Attribute direkt an

  13. Default-Werte (2) <ccpp:component> <ex:HardwarePlatformrdf:about="http://example.com/TerminalHardware"> <ccpp:defaults rdf:resource="http://example.com/schema#HWDefault"/> <ex:memoryMb>32</ex:memoryMb> </ex:HardwarePlatform> </ccpp:component>

  14. Die CC/PP-Klassenhierarchie rdfs:Resource ccpp:Profile ccpp:Component rdf:Property ccpp:Property ccpp:Structure ccpp:Attribute rdfs:Literal ccpp:anyURI ccpp:string ccpp:integer ccpp:Rational rdf:Bag rdf:Seq Instanzen von ccpp:Structure: ccpp:component ccpp:defaults

  15. Vokabulare • Vokabulare sind Attributmengen • Angaben über erlaubte Werte • Semantik • zwei “kanonische” Vokabulare • Beispielvokabular aus dem Anhang der Spezifikation • WAP Forum UAProf

  16. Beispiel-Vokabular • Attribute (insgesamt 7): • deviceIdentifier (URI) • charWidth, charHeight (Bildschirmgröße in Zeichen) • pix-x, pix-y (Bildschirmgröße in Pixeln) • color (binary, grey, limited, mapped, full)

  17. UAProf-Vokabular • WAP Forum 1999-2002 • CC/PP ist so entworfen, dass UAProf gültiges Vokabular ist • jedes UAProf-Profil ist auch gültiges CC/PP • Komponenten: • HardwarePlatform, SoftwarePlatform, BrowserUA, NetworkCharacteristics, WapCharacteristics • Attribute (insgesamt 56): • BitsPerPixel, SoundOutputCapable, VoiceInputCapable, AcceptDownloadableSoftware, JVMVersion, JavaScriptVersion

  18. Zusammenfassung • CC/PP ist Framework zur Beschreibung von Geräten • Diensterbringer können ihre Dienste an Geräte anpassen • CC/PP definiert Struktur von Geräteprofilen • konkrete Vokabulare zur Beschreibung einer Klasse von Geräten können entwickelt werden • bisher wenig praktische Anwendung

  19. Quellen • CC/PP Working Draft:http://www.w3.org/TR/CCPP-struct-vocab/ • CC/PP Working Group:http://www.w3.org/Mobile/CCPP/ • UAProf Spezifikation:http://www1.wapforum.org/tech/terms.asp?doc=SPEC-UAProf-19991110.pdf

More Related