200 likes | 331 Vues
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
E N D
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
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
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
Different approaches for unified service based IS development University of Vaasa, Department of Computer Science, Finland
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
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
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
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
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
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
Basis for meta data placement in information architecture of the educational domain University of Vaasa, Department of Computer Science, Finland
Ontology of Mode project University of Vaasa, Department of Computer Science, Finland
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
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
Comparison of RDF and XML formats University of Vaasa, Department of Computer Science, Finland
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
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
The pilot version of BSOU portal http://ttwin.techno.uwasa.fi/kmo/ University of Vaasa, Department of Computer Science, Finland
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
Thank you for your attention Please questions … University of Vaasa, Department of Computer Science, Finland