Web Technologies phần 5 pdf

269 316 0
Web Technologies phần 5 pdf

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

1011 Semantic Web for Media Convergence metadata structure, i.e. a tree, using RDF. The RDF model is based on the graph so it is easy to model a tree using it. Moreover, we do not need to worry about the semantics loose produced by structure-mapping. We have formalised the under- lying semantics into the corresponding ontologies and we will attach them to RDF metadata using the instantiation relation rdf:type. The structure-mapping is based on trans- lating XML metadata instances to RDF ones that instantiate the corresponding constructs in OWL. The more basic translation is between relation instances, from xsd:elements and xsd:attributes to rdf:Properties. Concretely, owl:ObjectProperties for node to node relations and owl:DatatypeProperties for node to values relations. However, in some cases, it would be necessary to use rdf:Properties for xsd:elements that have both data type and object type values. Values are kept during the translation as simple types and RDF blank nodes are introduced in the RDF model in order to serve as source and destination for properties. They will remain blank for the moment until they are enriched with semantic information. The resulting RDF graph model contains all that we can obtain from the XML tree. It is al- ready semantically enriched due to the rdf:type relation that connects each RDF properties to the owl:ObjectProperty or owl:DatatypeProperty it instantiates. It can be enriched further if the blank nodes are related to the owl:Class that defines the package of properties and associated restrictions they contain, i.e. the corresponding xsd:complexType. This semantic decoration of the graph is formalised using rdf:type relations from blank nodes to the corresponding OWL classes. At this point we have obtained a semantics- enabled representation of the input metadata. The instantiation relations can now be used to apply OWL semantics to metadata. Therefore, the semantics derived from further enrichments of the ontologies, e.g. integration links between different ontologies or semantic rules, are auto- matically propagated to instance metadata due to inference. However, before continuing to the next section, it is important to point out that these mappings have been validated in different ways. First, we have used OWL validators in order to check the resulting ontologies, not just the MPEG-7 Ontol- ogy but also many others (García, Gil, & Delgado, 2007; García, Gil, Gallego, & Delgado, 2005). Second, our MPEG-7 ontology has been compared to Hunter’s (2001) and Tsinaraki’s ones (2004). Both ontologies, Hunter’s and Tsinaraki’s, provide a partial mapping of MPEG-7 to Web ontologies. The former concentrates on the kinds of content defined by MPEG-7 and the latter on two parts of MPEG-7, the Multimedia Descrip- tion Schemes (MDS) and the Visual metadata structures. It has been tested that they constitute subsets of the ontology that we propose. Finally, the XSD2OWL and XML2RDF map- pings have been tested in conjunction. Testing XML instances have been mapped to RDF, guided by the corresponding OWL ontologies from the used XML Schemas, and then back to XML. Then, the original and derived XML instances have been compared using their canonical version in order to correct mapping problems. Ontological Infrastructure As a result of applying the XML Semantics Reuse methodology, we have obtained a set of ontolo- gies that reuse the semantics of the underlying standards, as they are formalised through the corresponding XML Schemas. All the ontologies related to journalism standards, i.e. NewsCodes NITF and NewsML, are available from the Se- mantic Newspaper site 8 . This site also contains some of the ontologies for the MPEG-21 useful for news modelling as convergent multimedia units. The MPEG-7 Ontology is available from the MPEG-7 Ontology site 9 . These are the ontolo- 1012 Semantic Web for Media Convergence gies that are going to be used as the basis for the semantic newspaper info-structure: • NewsCodes subjects ontology: An OWL ontology for the subjects’ part of the IPTC NewsCodes. It is a simple taxonomy of subjects but it is implemented with OWL in order to facilitate the integration of the subjects’ taxonomy in the global ontologi- cal framework. • NITF 3.3 ontology: An OWL ontology that captures the semantics of the XML SchemaspecicationoftheNITFstandard. It contains some classes and many proper- ties dealing with document structure, i.e. paragraphs, subheadlines, etc., but also some metadata properties about copyright, authorship, issue dates, etc. • NewsML 1.2 ontology: The OWL ontol- ogy resulting from mapping the NewsML 1.2 XML Schema. Basically, it includes a setofpropertiesusefultodenethenews structure as a multimedia package, i.e. news envelope, components, items, etc. • MPEG-7 ontology: The XSD2OWL map- ping has been applied to the MPEG-7 XML Schemas producing an ontology that has 2372 classes and 975 properties, which are targeted towards describing multime- dia at all detail levels, from content based descriptors to semantic ones. • MPEG-21 digital item ontologies: A digi- talitem(DI)isdenedasthefundamen- tal unit for distribution and transaction in MPEG-21. System Architecture Based on the previous XML world to Semantic Web domain mappings, we have built up a system architecture that facilitates journalism and mul- timedia metadata integration and retrieval. The architecture is sketched in Figure 2. The MPEG-7 OWL ontology, generated by XSD2OWL, consti- tutes the basic ontological framework for semantic multimedia metadata integration and appears at the centre of the architecture. In parallel, there are the journalism ontologies. The multimedia related concepts from the journalism ontologies are connected to the MPEG-7 ontology, which acts as an upper ontology for multimedia. Other ontologies and XML Schemas can also be easily incorporated using the XSD2OWL module. Semantic metadata can be directly fed into the system together with XML metadata, which is made semantic using the XML2RDF module. For instance, XML MPEG-7 metadata has a great importance because it is commonly used for low- level visual and audio content descriptors auto- matically extracted from its underlying signals. This kind of metadata can be used as the basis for audio and video description and retrieval. In addition to content-based metadata, there is context-based metadata. This kind of metadata higher level and it usually, in this context, related to journalism metadata. It is generated by the system users (journalist, photographers, cameramen, etc.). For instance, there are issue dates, news subjects, titles, authors, etc. This kind of metadata can come directly from semantic sources but, usually, it is going to come from legacy XML sources based on the standards’ XML Schemas. Therefore, in order to integrate them, they will pass through the XML2RDF component. This component, in conjunction with the ontologies previously mapped from the corresponding XML Schemas, generates the RDF metadata that can be then integrated in the common RDF framework. This framework has the persistence support of a RDF store, where metadata and ontologies reside. Once all metadata has been put together, the semantic integration can take place, as shown in the next section. 1013 Semantic Web for Media Convergence Semantic Integration Outline As mentioned in the introduction, one of the main problems in nowadays media houses is that of heterogeneous data integration. Even within a single organization, data from disparate sources must be integrated. Our approach to solve this problem is based on Web ontologies and, as the focus is on multimedia and journalism metadata integration, our integration base are the MPEG-7, MPEG-21 and the journalism ontologies. In order to benefit from the system architecture presented before, when semantic metadata based on different schemes has to be integrated, the XML Schemas are first mapped to OWL. Once this first step has been done, these schemas can be integrated into the ontological framework using OWL semantic relations for equivalence and in- clusion: subClassOf, subPropertyOf, equivalent- Class, equivalentProperty, sameIndividualAs, etc. These relations allows simple integration relations, for more complex integration steps that require changes in data structures it is possible to use Semantic Web rules (Horrocks, Patel-Schneider, Boley, Tabet, Grosof, & Dean, 2004). These relationships capture the semantics of the data integration. Then, once metadata is incorpo- rated into the system and semantically-decorated, the integration is automatically performed by applying inference. Table 2 shows some of these mappings, performed once all metadata has been moved to the semantic space. First, there are four examples of semantic map- pings among the NITF Ontology, the NewsML On- tology and the IPTC Subjects Ontology. The first mapping tells that all values for the nitf:tobject. subject property are from class subj:Subject. The second one that the property nitf:tobject. subject.detail is equivalent to subj:explanation. The third one that all nitf:body instances are also newsml:DataContent instances and the fourth one that all newsml:Subject are subj:Subject. Finally, there is also a mapping that is performed during the XML to RDF translation. It is neces- sary in order to recognise an implicit identifier, nitf:tobject.subject.refnum is mapped to rdf:ID in order to make this recognise this identifier in the context of NITF and make it explicit in the context of RDF. Figure 2. News metadata integration and retrieval architecture 1014 Semantic Web for Media Convergence SEMANTIC MEDIA INTEGRATION FROM HUMAN SPEECH This section introduces a tool, build on top of the ontological infrastructure described in the previ- ous sections, geared towards a convergent and integrated news management in the context of a media house. As has been previously introduced, the diversification of content in media houses, who must deal in an integrated way with different mo- dalities (text, image, graphics, video, audio, etc.), carries new management challenges. Semantic metadata and ontologies are a key facilitator in order to enable convergent and integrated media management. In the news domain, news companies like the Diari Segre Media Group are turning into news media houses, owning radio stations and video production companies that produce content not supported by the print medium, but which can be delivered through Internet newspapers. Such new perspectives in the area of digital content call for a revision of mainstream search and retrieval technologies currently oriented to text and based on keywords. The main limitation of mainstream text IR systems is that their ability to represent meanings is based on counting word occurrences, regardless of the relation between words (Salton, & McGill, 1983). Most research beyond this limitation has remained in the scope of linguistic (Salton, & McGill, 1983) or statistic (Vorhees, 1994) information. On the other end, IR is addressed in the Semantic Web field from a much more formal perspective (Castells, Fernández, & Vallet, 2007). In the Semantic Web vision, the search space consists of a totally formalized corpus, where all the information units are unambiguously typed, interrelated, and described by logic axioms in domain ontologies. Such tools enabled the de- velopment of semantic-based retrieval technolo- gies that support search by meanings rather than keywords, providing users with more powerful retrieval capabilities to find their way through in increasingly massive search spaces. Semantic Web based news annotation and retrieval has already been applied in the Diari Segre Media Group in the context of the Neptuno research project (Castells, Perdrix, Pulido, Rico, Benjamins, Contreras, & Lorés, 2004). However, this is a partial solution as it just deals with textual content. The objective of the tool described in this section is to show how these techniques can also be applied to content with embedded human- speech tracks. The final result is a tool based on Semantic Web technologies and methodologies that allows managing text and audiovisual content in an integrated and efficient way. Consequently, the integration of human speech processing tech- nologies in the semantic-based approach extends the semantic retrieval capabilities to audio content. The research is being undertaken in the context of the S5T research project 10 . As shown in Figure 3, this tool is based on a human speech recognition process inspired Table 2. Journalism and multimedia metadata integration mapping examples Semantic Mappings ∀ nitf:tobject.subject . subj:Subject nitf:tobject.subject.detail≡subj:explanation nitf:body ⊆ newsml:DataContent newsml:Subject≡subj:Subject XML2RDF Mappings nitf:tobject.subject.refnum→rdf:ID 1015 Semantic Web for Media Convergence by (Kim, Jung, & Chung, 2004) that generates the corresponding transcripts for the radio and television contents. From this preliminary pro- cess, it is possible benefit from the same semi- automatic annotation process in order to generate the semantic annotations for audio, audiovisual and textual content. Keywords detected during speech recognition are mapped to concepts in the ontologies describing the domain covered by audiovisual and textual content, for instance the politics domain for news talking about this subject. Specifically, when the keyword forms of a concept are uttered in a piece of speech, the content is annotated with that concept. Polysemic words and other ambiguities are treated by a set of heuristics. More details about the annotation and semantic query resolution processes are available from (Cuayahuitl, & Serridge, 2002). Once audio and textual contents have been semantically annotated (Tejedor, García, Fernán- dez, López, Perdrix, Macías, et al., 2007), it is possible to provide a unified set of interfaces, rooted on the semantic capabilities provided by the annotations. These interfaces, intended for journalists and archivist, are shown on the left of Figure 3. They exploit the semantic richness of the underlying ontologies upon which the search system is built. Semantic queries are resolved, using semantic annotations as has been previously described, and retrieve content items and pieces of these contents. News contents are packaged together using annotations based on the MPEG-21 and MPEG-7 ontologies, as it is described in Sec- tion 3.3.1. Content items are presented to the user through the Media Browser, detailed in Section 3.3.2, and the underlying semantic annotations and the ontologies used to generate these annotations can be browsed using the Knowledge Browser, described in Section 3.3.3. Semantic News Packaging Using MPEG Ontologies Actually, in an editorial office there are a lot of applications producing media in several formats. This is an issue that requires a common structure to facilitate management. The first step is to treat each unit of information, in this case each new, Figure 3. Architecture for the Semantic Media Integration from Human Speech Tool 1016 Semantic Web for Media Convergence as a single object. Consequently, when searching something upon this structure, all related content is retrieved together. Another interesting issue is that news can be linked to other news. This link between news al- lows the creation of information threads. A news composition metadata system has been developed using concepts from the MPEG-21 and MPEG-7 ontologies. It comprises three hierarchical levels as shown in Figure 4. The lower level comprises content files, in whatever format they are. The mid level is formed by metadata descriptors (what, when, where, how, who is involved, author, etc.) for each file, mainly based on concepts from the MPEG-7 ontology generated using the methodology described in Section 3.1. They are called the Media Digital Items (Media DI). These semantic descriptors are based on the MPEG-7 Ontology and facilitate automated management of the different kinds of content that build up a news item in a convergent media house. For instance, it is possible to generate semantic queries that benefit from the content hierarchy defined in MPEG-7 and formalised in the ontology. This way, it is possible to pose generic queries for any kind of segment (e.g. AudioSegmentType, VideoSegmentType…) because all of them are formalised as subclasses of SegmentType and the implicit semantics can be directly used by a semantic query engine. Table 3 shows a piece of metadata that describes an audio segment of a Diari Segre Media Group news item used in the S5T project. This semantic metadata is generated from the corresponding XML MPEG-7 metadata using the XML to RDF mapping and takes profit from the MPEG-7 OWL ontology in order to make the MPEG-7 semantics explicit. Therefore, this kind of metadata can be processed using semantic queries independently from the concrete type of segment. Consequently, it is possible to develop applications that process in an integrated and convergent way the different kinds of contents that build up a new. The top level in the hierarchy is based on descriptors that model news and put together all the different pieces of content that conform them. These objects are called News Digital Items (News DI). There is one News DI for each news item and all of them are based on MPEG-21 meta- data. The part of the standard that defines digital items (DI) is used for that. DI is the fundamental unit defined in MPEG-21 for content distribu- tion and transaction, very useful for convergent Figure 4. Content DI structure 1017 Semantic Web for Media Convergence media management. As in the case of MPEG-7 metadata, RDF semantic metadata is generated from XML using the semantics made explicit by the MPEG-21 ontologies. This way, it is possible to implement generic processes also at the news level using semantic queries. On top of the previous semantic descriptors at the media and news level, it is possible to develop an application for integrated and convergent news management in the media house. The application is based on two specialised interfaces described in the next subsections. They benefit from the ontological infrastructure detailed in this chapter, which is complemented with ontologies for the concrete news domain. However, the application remains independent from the concrete domain. Media Browser The Media Browser, shown in Figure 5, takes profit from the MPEG-21 metadata for news and MPEG-7 metadata for media in order to imple- ment a generic browser for the different kinds of media that constitute a news item in a convergent newspaper. This interface allows navigating them and presents the retrieved pieces of content and the available RDF metadata describing them. These descriptions are based on a generic rendering of RDF data as interactive HTML for increased us- ability (García, & Gil, 2006). The multimedia metadata is based on the Dublin Core schema for editorial metadata and IPTC News Codes for subjects. For content-based metadata, especially the content decomposition de- pending on the audio transcript, MPEG-7 metadata is used for media segmentation, as it was shown in Table 3. In addition to the editorial metadata and the segments decomposition, a specialized audiovisual view is presented. This view allows rendering the content, i.e. audio and video, and interacting with audiovisual content through a click-able version of the audio transcript. Two kinds of interactions are possible from the transcript. First, it is possible to click any word in the transcript that has been indexed in order to perform a keyword-based query for all content in the database where that keyword appears. Second, the transcript is enriched with links to the ontol- ogy used for semantic annotation. Each word in the transcript whose meaning is represented by an ontology concept is linked to a description of that concept, which is shown by the Knowledge Browser detailed in the next section. The whole interaction is performed through the user Web Table 3. MPEG-7 Ontology description for a audio segment generated from XML MPEG-7 metadata fragment <?xml version=”1.0”?> <rdf:RDF xmlns:mpeg7=”http://rhizomik.net/ontologies/2006/03/Mpeg7-2001.owl#”> <mpeg7:AudioType rdf:about=”http://rhizomik.net/audio/2007-01-13.mp3”> <mpeg7:Audio> <mpeg7:AudioSegmentType> <mpeg7:MediaTime> <mpeg7:MediaTimeType> <mpeg7:MediaTimePoint rdf:datatype=”&xsd;time”>01:27.0</mpeg7:MediaTimePoint> <mpeg7:MediaDuration rdf:datatype=”&xsd;time”>P5S</mpeg7:MediaDuration> </mpeg7:MediaTimeType> </mpeg7:MediaTime> </mpeg7:AudioSegmentType> </mpeg7:Audio> </mpeg7:AudioType> </rdf:RDF> 1018 Semantic Web for Media Convergence browser using AJAX in order to improve the interactive capabilities of the interface. For instance, the transcript includes the name of a politician that has been indexed and modelled in the ontology. Consequently, it can be clicked in order to get all the multimedia content where the name appears or, alternatively, to browse all the knowledge about that politician encoded in the corresponding domain ontology. Knowledge Browser This interface is used to allow the user browsing the knowledge structures employed to annotate content, i.e. the underlying ontologies. The same RDF data to interactive HTML rendering used in the Media Browser is used here. Consequently, following the politician example in the previous section, when the user looks for the available knowledge about that person and interactive view of the RDF data modelling him is shown. This way, the user can benefit from the modelling effort and, for instance, be aware of the politician party, that he is a member of the parliament, etc. This interface constitutes a knowledge browser so the link to the politician party or the parliament can be followed and additional knowledge can be retrieved, for instance a list of all the members of the parliament. In addition to this recursive navigation of all the domain knowledge, at any browsing step, it is also possible to get all the multimedia content annotated using the concept currently being browsed. This step would carry the user back to the Media Browser. Thanks to this dual browsing experience, the user can navigate through audiovisual content us- ing the Media Browser and through the underlying semantic models using the Knowledge Browser in a complementary an inter-weaved way. Finally, as for the Media Browser, the Knowledge Browser is also implemented using AJAX so the whole interactive experience can be enjoyed using a Web browser. ALTERNATIVES There are other existing initiatives that try to move journalism and multimedia metadata to the Semantic Web world. In the journalism field, the Neptuno (Castells, Perdrix, Pulido, Rico, Benjamins, Contreras, et al., 2004) and NEWS (Fernández, Blázquez, Fisteus, Sánchez, Sintek, Bernardi, et al., 2006) projects can be highlighted. Figure 5. Media Browser interface presenting content metadata (left) and the annotated transcript (right) 1019 Semantic Web for Media Convergence Both projects have developed ontologies based on existing standards (IPTC SRS, NITF or NewsML) but from an ad-hoc and limited point of view. Therefore, in order to smooth the transition from the previous legacy systems, more complex and complete mappings should be developed and maintained. The same can be said for the existing at- tempts to produce semantic multimedia meta- data. Chronologically, the first attempts to make MPEG-7 metadata semantics explicit where carried out, during the MPEG-7 standardisation process, by Jane Hunter (2001). The proposal used RDF to formalise a small part of MPEG-7, and later incorporated some DAML+OIL construct to further detail their semantics (Hunter, 2001). More recent approaches (Hausenblas, 2007) are based on the Web Ontology Language (McGuin- ness & Harmelen, 2004), but are also constrained to a part of the whole MPEG-7 standard, the Multimedia Description Scheme (MDS) for the ontology proposed at (Tsinaraki, Polydoros, & Christodoulakis, 2004). An alternative to standards-based metadata are folksonomies (Vanderwal, 2007). Mainly used in social bookmarking software (e.g. del.icio.us, Flickr, YouTube), they allow the easy creation of user driven vocabularies in order to annotate resources. The main advantage of folksonomies is the low entry barrier: all terms are acceptable as metada, so no knowledge of the established standards is needed. Its main drawback is the lack of control over the vocabulary used to annotate resources, so resource combination and reason- ing becomes almost impossible. Some systems combine social and semantic metadata and try to infer a formal ontology from the tags used in the folksonomy (Herzog, Luger & Herzog, 2007). In our case we believe that it is better to use standard ontologies both from multimedia and journalism fields than open and uncontrolled vocabularies. Moreover, none of the proposed ontologies, for journalism of multimedia metadata, is accompa- nied by a methodology that allows mapping exist- ing XML metadata based on the corresponding standards to semantic metadata. Consequently, it is difficult to put them into practice as there is a lack of metadata to play with. On the other hand, there is a great amount of existing XML metadata and a lot of tools based on XML technologies. For example, the new Milenium Quay 11 cross-media archive system from PROTEC, the worldwide leadership in cross-media software platforms, is XML-based. This software is focused on flex- ibility using several XML tags and mappings, increasing interoperability with other archiving systems. The XML-based products are clearly a trend in this scope. Every day, new products from the main software companies are appearing, which deal with different steps in all the news life-cycle, from production to consumption. Nowadays, commercial tools based on XML technologies constitute the clear option in news- paper media houses. Current initiatives based on Semantic Web tools are constrained due to the lack of “real” data to work with; they constitute a too abrupt breaking from legacy systems. More- over, they are prototypes with little functionality. Consequently, we do not see the semantic tools as an alternative to legacy systems, at least in the short term. On the contrary, we think that they constitute additional modules that can help dealing with the extra requirements derived from media heterogeneity, multichannel distribution and knowledge management issues. The proposed methodology facilitates the production of semantic metadata from existing legacy systems, although it is simple metadata as the source is XML metadata that is not intended for carrying complex semantics. In any case, it constitutes a first and smooth step toward adding semantic-enabled tools to existing newspaper content management systems. From this point, more complex semantics and processing can be added without breaking continuity with the investments that media houses have done in their current systems. 1020 Semantic Web for Media Convergence COST AND BENEFITS One of the biggest challenges in media houses is to attach metadata to all the generated content in order to facilitate management. However, this is easier in this context as in many media houses there is a department specialized in this work, which is carried out by archivists. Consequently, the additional costs arising from the application of Semantic Web technologies are mitigated due to the existence of this department. It is already in charge of indexation, categorization and content semantic enrichment. Consequently, though there are many organi- zational and philosophy changes that modify how this task is currently carried out, it is not necessary to add new resources to perform this effort. The volume of information is another important aspect to consider. All Semantic Web approaches in this field propose an automatic or semi-automatic an- notation processes. The degree of automation attained using Se- mantic Web tools allows archivists spending less time in the more time consuming and mechanical tasks, e.g. the annotation of audio contents which can be performed with the help of speech-to-text tools as in the S5T project example presented in Section 3.3. Consequently, archivists can spend their time refining more concrete and specific metadata details and leave other aspects like categorization or annotation to partially or totally automatic tools. The overall outcome is that, with this computer and human complementary work, it is possible to archive big amounts of content without introducing extra costs. Semantic metadata also provides improve- ments in content navigability and searching, maybe in all information retrieval tasks. This fact implies a better level of productivity in the media house, e.g. while performing event tracking through a set of news in order to produce a new content. However, it is also important to take into account the gap between journalists’ and archivists’ mental models, which is reflected in the way archivists categorise content and journalist perform queries. This gap is a clear threat to productivity, al- though the flexibility of semantic structures makes it possible to relate concepts from different mental models in order to attain a more integrated and shared view (Abelló, García, Gil, Oliva, & Perdrix, 2006), which improves the content retrieval results and consequently improves productivity. Moreover, the combination of semantic meta- data and ontologies, together with tools like the ones presented for project S5T, make it possible for journalists to navigate between content meta- data and ontology concepts and benefit from an integrated and shared knowledge management effort. This feature mitigates current gaps among editorial staff that seriously reduce the possibilities of media production. Another point of interest is the possibility that journalists produce some metadata during the content generation process. Nowadays, journal- ists do not consider this activity part of their job. Consequently, this task might introduce additional costs that have not been faced at the current stage of development. This remains a future issue that requires deep organisational changes, which are not present yet in most editorial staffs, even if they are trying to follow the media convergence philosophy. To conclude, there are also the development costs necessary in order to integrate the Semantic Web tools into current media houses. As has been already noted, the choice of a smooth transition approach reduces the development costs. This ap- proach is based on the XSD2OWL and XML2RDF mappings detailed in Section 3.1. Consequently, it is not necessary to develop a full newspaper content management system based on Semantic Web tools. On the contrary, existing systems based on XML technologies, as it is the common case, are used as the development plat- form on top of which semantic tools are deployed. This approach also improves interoperability with other media houses that also use XML technolo- [...]... Neptuno: Semantic Web Technologies for a Digital Newspaper Archive In C Bussler, J Davies, D Fensel, & R Studer, (Eds.), The Semantic Web: Research and Applications: First European Semantic Web Symposium, ESWS 2004, LNCS Vol 3 053 (pp 4 45- 458 ) Berlin/Heidelberg, DE: Springer Castells, P., Perdrix, F., Pulido, E., Rico, M., Benjamins, R., Contreras, J., & Lorés, J (2004) Neptuno: Semantic Web Technologies. .. SWAP’06, Vol 201 (pp 57 -64) CEUR Workshop Proceedings García, R., Gil, R., & Delgado, J (2007) A Web ontologies framework for digital rights management Artificial Intelligence and Law, 15( 2), 137– 154 doi:10.1007/s1 050 6-007-9032-6 1024 Herzog, C., Luger, M., & Herzog, M (2007) Combining Social and Semantic Metadata for Search in Document Repository.Bridging the Gap Between Semantic Web and Web 2.0 International... communications Interaction, 11(2), 44–47 doi:10.11 45/ 971 258 .971272 McGuinness, D L., & Harmelen, F V (2004) OWL Web Ontology Language Overview World Wide Web Consortium Recommendation Patel-Schneider, P., & Simeon, J (2002) The Yin/Yang Web: XML syntax and RDF semantics Proceedings of the 11th International World Wide Web Conference, WWW’02 (pp 443- 453 ) ACM Press Salembier, P., & Smith, J (2002) Overview... Datasets The Semantic Web – ISWC 2004: The Proceedings of the Third International Semantic Web Conference, Hiroshima, Japan, November 7-11, 2004 Springer Berlin/Heidelberg 274288 Henriksson, R., (November, 20 05) , Semantic Web and E-Tourism, Helsinki University, Department of Computer Science [Online] Available: http://www.cs.helsinki.fi/u/glinskih/ semanticweb/Semantic _Web_ and_E-Tourism pdf Hepp, M., Siorpaes,... Web Semantics, WebS’07 (in press) IEEE Computer Society Press Tous, R., García, R., Rodríguez, E., & Delgado, J (20 05) Arquitecture of a Semantic XPath Processor In K Bauknecht, B Pröll, & H Werthner, Eds., E-Commerce and Web Technologies: 6th International Conference, EC -Web 05, LNCS Vol 359 0 (pp 1-10) Berlin/Heidelberg, DE: Springer Tsinaraki, C., Polydoros, P., & Christodoulakis, S (2004) Integration... Service Modelling Ontology - WSMO (Roman et al., 20 05) or OWL-based Web service ontology - OWL-S (Smith & Alesso, 20 05) it would be possible to access data from data-intensive applications SATINE project is about deploying semantic travel Web services In (Dogac et al., 2004) they present how to exploit semantics through Web service registries Semantic Web services might be a good solution for performing... Retrieved January 15, 2007 from: http://138.232. 65. 141/ deri_at/research/projects/E-Tourism/2004/d10/ v0.2/200410 05/ #Domain Cardoso, J (2006) Developing Dynamic Packaging Systems using Semantic Web Technologies Transactions on Information Science and Applications Vol 3(4) 729-736 Cunningham, H (2002) GATE, a General Architecture for Text Engineering Computers and the Humanities 36 (2) 223– 254 Church, K.,... Bringing Semantic Web Technologies into News Agencies The Semantic Web - ISWC 2006, LNCS Vol 4273 (pp 778-791) Berlin/ Heidelberg, DE: Springer García, R (2006) XML Semantics Reuse In A Semantic Web Approach to Digital Rights Management, PhD Thesis (pp 116-120) TDX García, R., & Gil, R (2006) Improving HumanSemantic Web Interaction: The Rhizomer Experience Proceedings of the 3rd Italian Semantic Web Workshop,... E-Tourism Semantic Web portal to connect the customers and virtual travel agents (Jentzsch, 20 05) The idea of Harmonize project was to integrate Semantic Web technologies and merge tourist electronic markets yet avoiding forcing tourist agencies to change their already existing information systems, but to merge them using ontology as a mediator (Dell’erba, Fodor, Hopken, & Werthner, 20 05) The third approach... tourism available on the Web - at least for Tyrol, Austria Their experiment revealed that existing data on the Web are incomplete: the availability of the accommodation and the prices are very often inaccessible Additionally, most of E-Tourism portals store their data internally, which means that they are not accessible by search engines on the Web Using Semantic Web services, e.g Web Service Modelling . engines on the Web. Using Semantic Web services, e.g. Web Service Modelling Ontology - WSMO (Roman et al., 20 05) or OWL-based Web service ontology - OWL-S (Smith & Alesso, 20 05) it would. Bauknecht, B. Pröll, & H. Werthner, Eds., E-Commerce and Web Technologies: 6th International Conference, EC -Web 05, LNCS Vol. 359 0 (pp. 1-10). Berlin/Heidelberg, DE: Springer. Tsinaraki,. Vol. 3 053 (pp. 4 45- 458 ). Berlin/Heidelberg, DE: Springer. Castells, P., Perdrix, F., Pulido, E., Rico, M., Benjamins, R., Contreras, J., & Lorés, J. (2004). Neptuno: Semantic Web Technologies

Ngày đăng: 14/08/2014, 14:20

Mục lục

    Applying Semantic Web to E-Tourism

    Successful Web-Based IT Support Services

    Mailing Lists and Social Semantic Web

    Adoption of Web Services in Digital Libraries

    An Adaptive and Context-Aware Scenario Model Based on a Web Service Architecture for Pervasive Learning Systems

    Exploring the Effects of Web-Enabled Self-Regulated Learning and Online Class Frequency on Students’ Computing Skills in Blended Learning Courses

    Building Trust in E-Commerce through Web Interface

    Swift Trust in Web Vendors

    Understanding Brand Website Positioning in the New EU Member States

    WEB 2.0, Social Marketing Strategies and Distribution Channels for City Destinations

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan