12/03/ Second International Workshop on New Generation Enterprise and Business Innovation NGEBIS 2013 Linked Data Based Approach to Similarity Reasoning Anna Formica, Michele Missikoff, Elaheh Pourabbas, Francesco Taglino CNR-IASI, Italy
12/03/ Outline Motivations & Objectives Our proposal Linked Data principles SemSim in a nutshell and namespace Conclusions
12/03/ Motivations and Objectives Knowledge as a key fertilizer to allow an innovative idea to grow into a concrete value proposition for enterprises To overcome the difficulty in finding the knowledge that appears relevant to the proposed innovative idea To concretely extract and use the identified knowledge resources, despite of the different formats and applications used to generate them.
12/03/ Our Proposal SemSim: a Semantic Similarity reasoning method to retrieve semantically annotated knowledge resources Representation of the SemSim notions according to the Linked Data principles to enhance interoperability Semantic Web standards engagement Reuse of existing resources
12/03/ Linked Data and … A set of principles to allow Standard description of data (RDF-based) Stardard way of accessing data (HTTP) Linking resources/data among them Going beyond by publishing services in a Linked Data fashion
12/03/ SemSim in a nutshell Weighted Reference Taxonomy (WRT) concepts reports the probability to describe a resource Ontology Feature Vectors (OFV) to express Semantic annotation of digital resources User requests Semantic Similarity (semsim function) Based on similarity between concepts: consim Results as a ranked list of resources according to their similarity wrt the request
12/03/ WRT and OFVs dr1 = (InternationalHotel, FrenchMeal, Cinema, Flight) dr2 = (Pension, VegetarianMeal, ArtGallery, ShoppingCenter) dr3 = (CountryResort, MediterraneaMeal, Bus) … dr7 = (RegularAccommodation, RegularMeal, Salon, Flight) … dr15 =(InternationalHotel, PictureGallery, Flight) …. rv = (InternationalHotel, InternationalMeal, ArtGallery, Flight) OFV for annotating resources OFV for representing a User Request
12/03/ Graph-based representation of the SemSim notions
12/03/ SemSim in RDF syntax SKOS to represent the Taxonomy semsim namespace defining the SemSim vocabulary
12/03/ SemSim namespace OFV rdf:typeowl:Class. AnnotV rdf:typeowl:Class; rdfs:subClassOfOFV. RV rdf:typeowl:Class; rdfs:subClassOfOFV. RSV rdf:typeowl:Class. hasWeight rdf:typeowl:DatatypeProperty; rdfs:domainskos:Concept; rdfs:rangexsd:float. hasConcept rdf:typeowl:ObjectProperty; rdfs:domainOFV; rdfs:rangeskos:Concept. refersTo rdf:typeowl:ObjectProperty; rdfs:domainAnnotV. hasScore rdf:typeowl:DatatypeProperty; rdfs:domainRSVElem; rdfs:rangexsd:float hasAnnotV rdf:typeowl:ObjectProperty; rdfs:domainRSVElem; rdfs:rangeAnnotV. hasRSVElem rdf:typeowl:ObjectProperty; rdfs:domainRSV; rdfs:rangeRSVElem.
12/03/ Conclusions and Outlook Representing SemSim notions in a RDF syntax to publish SemSim service in a Linked Data From Linked Data to Linked Services
12/03/ Questions & Answers