1 / 20

INFORMATION ARCHITECTURES FOR SEMANTIC WEB APPLICATIONS

INFORMATION ARCHITECTURES FOR SEMANTIC WEB APPLICATIONS. Kimmo Salmenjoki, Yaroslav Tsaruk Univestity of Vaasa Gurusamy Arumugam Madurai Kamaraj University. Key issues of information system building. Used to be Data communication Nowadays System integration User involvement

lorant
Download Presentation

INFORMATION ARCHITECTURES FOR SEMANTIC WEB APPLICATIONS

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. INFORMATION ARCHITECTURES FORSEMANTIC WEB APPLICATIONS Kimmo Salmenjoki, Yaroslav Tsaruk Univestity of Vaasa Gurusamy Arumugam Madurai Kamaraj University University of Vaasa, Department of Computer Science, Finland

  2. Key issues of information system building • Used to be • Data communication • Nowadays • System integration • User involvement • Service and lifetime aspects University of Vaasa, Department of Computer Science, Finland

  3. The classical web environment • Used to develop to contain shared information architecture within some application domain • The most notable the library information system and their organization is DC (Dublin Core) • Nowadays it needs practical expandability to other application domains • It is a reminder about complexity in developing widely shared vocabularies and their sharing University of Vaasa, Department of Computer Science, Finland

  4. Different approaches for unified service based IS development University of Vaasa, Department of Computer Science, Finland

  5. MODE project • MODE stands for “Management of Distributed Expertise in International R&D Collaboration”. • MODE addresses the implications of networked manufacturing, marketing and customer support in its business process and operation modes University of Vaasa, Department of Computer Science, Finland

  6. The aim of MODE project • Create a unified and wide action plan for technology oriented development projects within the Ostrobothnia region by establishing hierarchical models, through which different actors can find each other in the various collaboration networks. University of Vaasa, Department of Computer Science, Finland

  7. BSN network • BSN is a network of higher education institutions, regional development organisations and other organisations in the Baltic Sea Region (Denmark, Estonia, Finland, Germany, Latvia, Lithuania, Poland, Russia, Sweden). • Its purpose is to develop the Baltic Sea Region in accordance with EU policy University of Vaasa, Department of Computer Science, Finland

  8. BSOU project • Baltic Sea Open University • Creation of a virtual university • The list of courses provided by education organizations (BSN partners) • Provide joint degree for their students University of Vaasa, Department of Computer Science, Finland

  9. Relation between projects As content for BSOU portal using information about BSN network’s partners BSN network partners BSOU (Baltic Sea Open University) project MODE project University of Vaasa, Department of Computer Science, Finland

  10. Problems of establishing common terminology among BSN network partners • Heterogeneous of partners, which come to the BSN network: • Difference in structure of organization and education process • Language • Culture University of Vaasa, Department of Computer Science, Finland

  11. Basis for meta data placement in information architecture of the educational domain University of Vaasa, Department of Computer Science, Finland

  12. Ontology of Mode project University of Vaasa, Department of Computer Science, Finland

  13. Fragment of metadata in XML Schema format <xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema" xmlns:edu = “http://people.jyu.fi/~yatsaruk” version = "1.0"> <xsd:complexType name = "Department"> <xsd:sequence> <xsd:element name = "Name" type = "xsd:string" /> <xsd:element name = "Domain" type = "xsd:string" /> <xsd:element ref="edu:Location" /> <xsd:element name="Courses" /> <xsd:sequence> <xsd:element ref="edu:Course" /> </xsd:sequence> </xsd:sequence> </xsd:complexType> </xsd:schema> “Department” class definition University of Vaasa, Department of Computer Science, Finland

  14. Fragment of metadata in RDF Schema format <rdfs:Class rdf:ID="Department"> <rdfs:comment>Class for departments</rdfs:comment> <rdfs:subClassOf rdf:resource="#EducationalUnit"/> </rdfs:Class> <rdf:Property rdf:ID="name"> <rdfs:comment>The name of Institution or Department</rdfs:comment> <rdfs:domain rdf:resource="#EducationalUnit"/> </rdf:Property> <rdf:Property rdf:ID="Location"> <rdfs:comment>Location of organisation</rdfs:comment> <rdfs:domain rdf:resource="#EducationalUnit"/> </rdf:Property> <rdf:Property rdf:ID=“FieldOfScience "> <rdfs:comment>The field of science of institution or department</rdfs:comment> <rdfs:domain rdf:resource="#EducationalUnit"/> </rdf:Property> <rdf:Property rdf:ID=“Courses"> <rdfs:comment>Contact person of organisation</rdfs:comment> <rdfs:domain rdf:resource="#Department"/> <rdfs:range rdf:resource="#Course"/> <rdfs:range rdf:resource=“http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/> </rdf:Property> University of Vaasa, Department of Computer Science, Finland

  15. Comparison of RDF and XML formats University of Vaasa, Department of Computer Science, Finland

  16. Sources of information External RDBMS servers Resource 1 Database 1 Information extractor engine Metadata engine RDF storage Resource 2 Database 2 Database N Resource N Content provider Consumers of information Consumer 1 Consumer 2 Consumer N General architecture of system University of Vaasa, Department of Computer Science, Finland

  17. Sources of information DataBase Server External RDBMS servers RDF storage Java System Application Server Information extractor engine Metadata engine Database Content provider Consumers of information Client 1 Client 2 Client N Software architecture for pilot system University of Vaasa, Department of Computer Science, Finland

  18. The pilot version of BSOU portal http://ttwin.techno.uwasa.fi/kmo/ University of Vaasa, Department of Computer Science, Finland

  19. Knowledge based application Information architecture Methodology, technology, tools = + Conclusion • The process of building knowledge based applications needs accurate knowledge design • The project meta data could be split: • Strategic tasks • Project metadata • Contextual connection University of Vaasa, Department of Computer Science, Finland

  20. Thank you for your attention Please questions … University of Vaasa, Department of Computer Science, Finland

More Related