© 2006 open grid forum data service specification: rdf(s) ontology access strawman access services...

29
© 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ. Politécnica de Madrid

Upload: jesus-harrington

Post on 27-Mar-2015

224 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

© 2006 Open Grid Forum

Data Service Specification: RDF(S) Ontology Access Strawman

Access Services for RDF Data Resources

Miguel Esteban GutiérrezUniv. Politécnica de Madrid

Page 2: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

2© 2006 Open Grid Forum

OGF IPR Policies Apply

• “I acknowledge that participation in this meeting is subject to the OGF Intellectual Property Policy.”• Intellectual Property Notices Note Well: All statements related to the activities of the OGF and addressed to

the OGF are subject to all provisions of Appendix B of GFD-C.1, which grants to the OGF and its participants certain licenses and rights in such statements. Such statements include verbal statements in OGF meetings, as well as written and electronic communications made at any time or place, which are addressed to:

– the OGF plenary session, – any OGF working group or portion thereof, – the OGF Board of Directors, the GFSG, or any member thereof on behalf of the OGF, – the ADCOM, or any member thereof on behalf of the ADCOM, – any OGF mailing list, including any group list, or any other list functioning under OGF auspices, – the OGF Editor or the document authoring and review process

• Statements made outside of a OGF meeting, mailing list or other function, that are clearly not intended to be input to an OGF activity, group or function, are not subject to these provisions.

• Excerpt from Appendix B of GFD-C.1: ”Where the OGF knows of rights, or claimed rights, the OGF secretariat shall attempt to obtain from the claimant of such rights, a written assurance that upon approval by the GFSG of the relevant OGF document(s), any party will be able to obtain the right to implement, use and distribute the technology or works when implementing, using or distributing technology based upon the specific specification(s) under openly specified, reasonable, non-discriminatory terms. The working group or research group proposing the use of the technology with respect to which the proprietary rights are claimed may assist the OGF secretariat in this effort. The results of this procedure shall not affect advancement of document, except that the GFSG may defer approval where a delay may facilitate the obtaining of such assurances. The results will, however, be recorded by the OGF Secretariat, and made available. The GFSG may also direct that a summary of the results be included in any GFD published containing the specification.”

• OGF Intellectual Property Policies are adapted from the IETF Intellectual Property Policies that support the Internet Standards Process.

Page 3: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

3© 2006 Open Grid Forum

Full Copyright Notice

Copyright (C) Open Grid Forum (2006). All Rights Reserved.

This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works.

The limited permissions granted above are perpetual and will not be revoked by the OGF or its successors or assignees.

Page 4: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

4© 2006 Open Grid Forum

Outline

• Introduction• Recalling the design criteria

Operational model Interface organization

• Current status Data resources Interface organization Interfaces provided. Changes sinces previous version.

• Pending work• Outstanding issues• Summary• Future work

Page 5: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

5© 2006 Open Grid Forum

Introduction (I) The RDF(S) Access Vision

• What is all about? Providing an access mechanism to RDF(S)

data sources

• Two different means for interacting: Query access: using SPARQL Ontology access: using ontological primitives

based on the RDF(S) model

• Alternative, but not exclusive! Use each one according to your needs…

Page 6: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

6© 2006 Open Grid Forum

Introduction (II)How does this fit with the WS-DAI approach

WS-DAI

WS-DAIR WS-DAIX

Sets general pattern for realisations

Possible Future Realisations

Extensions for specific kinds of data resource

RelationalSQL

XMLXQuery/XPath

WS-DAI-RDF

SPARQL,Ontology Ops

Page 7: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

7© 2006 Open Grid Forum

Recalling the design criteria (I)Operational Model

• Possible alternatives: Graph-oriented Object-oriented

• Operation types: Creation/removal Retrieval Attachment/detachment

• Side issues: Checked vs non-checked operations Inference aware vs inference unaware operations

• Interface behaviour variable according these issues.

We will go back to this later

on

Page 8: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

8© 2006 Open Grid Forum

Recalling the design criteria (II)Interface organization

• Two layers: Bulk access Specialized access

• Interface types: Native interfaces: mimic classes of the RDF(S) data model Utility interfaces: provide additional functionalities that enhance

usability

• Message definition: Direct data access:

– Retrieval of directly associated information– Creation of new data (including attachments)– Deletion of existing data (including detachments)

Indirect data access– Delegation of access to services that provide specialized access to a

subset of associated information

Page 9: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

9© 2006 Open Grid Forum

Current status (I)Data resources

Page 10: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

10© 2006 Open Grid Forum

Current status (II)Interface organization

Page 11: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

11© 2006 Open Grid Forum

Current status (III), Interfaces provided (I) RepositorySelector

NEW

Page 12: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

12© 2006 Open Grid Forum

Current status (III), Interfaces provided (II) RepositorySelectorFactory

NEW

Page 13: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

13© 2006 Open Grid Forum

Current status (III), Interfaces provided (III)

Repository

CHANGED

Page 14: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

14© 2006 Open Grid Forum

Current status (III), Interfaces provided (IV) RepositoryFactory

CHANGED

Page 15: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

15© 2006 Open Grid Forum

Current status (III), Interfaces provided (V) Resource

CHANGED

Page 16: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

16© 2006 Open Grid Forum

Current status (III), Interfaces provided (VI)

Class

CHANGED

Page 17: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

17© 2006 Open Grid Forum

Current status (III), Interfaces provided (VII)

Property

CHANGED

Page 18: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

18© 2006 Open Grid Forum

Current status (III), Interfaces provided (VIII)

Statement

CHANGED

Page 19: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

19© 2006 Open Grid Forum

Current status (III), Interfaces provided (IX)

List

UPDATED

Page 20: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

20© 2006 Open Grid Forum

Current status (III), Interfaces provided (X) ListFactory

REMOVED

Page 21: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

21© 2006 Open Grid Forum

Current status (III), Interfaces provided (XI)

Container

UPDATED

Page 22: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

22© 2006 Open Grid Forum

Current status (III), Interfaces provided (XII) ContainerFactory

UPDATED

Page 23: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

23© 2006 Open Grid Forum

Current status (III), Interfaces provided (XIII)

ContainerIterator

UPDATED

Page 24: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

24© 2006 Open Grid Forum

Current status (III), Interfaces provided (XIV)

Alt

UPDATED

Page 25: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

25© 2006 Open Grid Forum

Pending work

• Refactorings issues: Message/argument naming Message semantics based on argument cardinalities Cardinality restriction

• Blank node management

• Support for rdfs:seeAlso and rdfs:isDefinedBy in the Resource interface

• Deprecate instance modification capabilities from the Property interface

Page 26: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

26© 2006 Open Grid Forum

Outstanding issues

• Variable interface behaviour: Checked vs non-checked operations Inference aware vs inference unaware operations

• Resource naming (URI based) and addressing

• Lists & Containers: Traversal (individuals vs sets) Support for ad-hoc lists/containers

Page 27: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

27© 2006 Open Grid Forum

Summary

• Ontology-based access operations Following object-oriented principles

• Provided interfaces that, Mimic main classes of the data model, or Abstract useful functionalities that enhance usability

• Some figures: 13 interfaces provided (2 new, 1 removed) 85 operations available (40 operations less)

Page 28: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

28© 2006 Open Grid Forum

Future Work

• Behavioural aspects Static properties Configurable properties

• Test suite

• Sample use cases

• Glossary of terms

Page 29: © 2006 Open Grid Forum Data Service Specification: RDF(S) Ontology Access Strawman Access Services for RDF Data Resources Miguel Esteban Gutiérrez Univ

29© 2006 Open Grid Forum

Thanks for your attention, questions?