Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

25

Click here to load reader

description

This paper presents solutions that leverage Semantic Web Technologies (SWT) to allow pragmatic traceability in supply-chains, especially for the textile industry. Objectives are the identification of the supply-chain, order management, tracking and problem reporting (such as dangerous substance detection). It is intended to be a generic platform supporting potentially any kind of industrial supply-chain, to be usable in harsh environments (mobile appliances) without any kind of communications possibility and to be fully usable to non-IT people, including for the modeling of the production processes. The developed solutions also allow the consumer to benefit from the traceability through information pages available by scanning the QR codes available on the finished products (clothes, clocks, etc.)

Transcript of Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Page 1: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Fairtrace

1A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Tracing the textile industry

ICEIS2013, Angers 6th July 2013

Bruno Alves

Page 2: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Definition

Trace∙a∙bil∙i∙ty /ˌtreɪsəˈbɪləti / noun

’’ the ability to discover information about where

and how a product was made

Source: http://dictionary.cambridge.org/dictionary/business-english/traceability

ICEIS 2013, Angers, France 2

Page 3: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Problem statement

Would you believe ?

ICEIS 2013, Angers, France 3

Page 6: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Our proposed solution

Fairtrace General Traceability Framework

Fairtrace is made to be Simple

Fairtrace is made to be Generic

Fairtrace is made to be Adaptable

ICEIS 2013, Angers, France 6

Page 7: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Fairtrace

Objectives

– Identification of the supply-chain (analysis)

– Order management (dashboard)

– Tracking and problem reporting (validators)

Target audience

– Brands and resellers

– Consumer market

ICEIS 2013, Angers, France 7

Page 8: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

B2B Frontend Operative Frontend

B2B Frontend

Operative Backend

System overview

ICEIS 2013, Angers, France 8

Page 9: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Infrastructure

Backend VM-Linux Server + BigOWLim 3.5 + Apache Tomcat 6 + Spring MVC (3.0)

B2B Frontend Ruby On Rails (Fontend), VM- Linux Server (HTML5 + JS)

B2C Frontend Print-to-mobile (custom)

Partners One android phone each

… < 10000 triples per order (including the model)

ICEIS 2013, Angers, France 9

Page 10: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Dashboard

ICEIS 2013, Angers, France 10

Page 11: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Order management & problem tracking

ICEIS 2013, Angers, France 11

Page 12: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Designing formulars

ICEIS 2013, Angers, France 12

Page 13: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Exploring data

ICEIS 2013, Angers, France 13

Page 14: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Modelling methodology

1. Picture analysis

2. Critical traceability path

3. Basic data model

4. Complete data model

5. Ontology engineering

6. Deployment

ICEIS 2013, Angers, France 14

Page 15: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Ontology

ICEIS 2013, Angers, France 15

RDF/s

hasProcessName hasFlowStart

…. ..

Process

OWLIM Ruleset

(propertyChainAxioms)

hasFabricGSM hasYarnCount

…. ..

Product

Page 16: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Linking forms and model

Databinding

– Bind a field to a property of the product model

• Example: Process#name <fpo:Process> <fpos:hasProcessName> ‘value’^^xsd:string

Instantiation

– Assert triples from data in the forms

• Values are instantiated following databinding name

• A dataset links a user, collection point, ts and context

ICEIS 2013, Angers, France 16

Page 17: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Example of databinding

ICEIS 2013, Angers, France 17

Page 18: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Problems & solutions

Genericity can yield holes in the traceability chain

– Design smart rules (Order -> Fabric -> Yarn)

Automatic classification of the data

– Simulating class restrictions with rdfs:subPropertyOf and rdfs:domain

Optimize querying patterns

– Aggregate data at function points

ICEIS 2013, Angers, France 18

Page 19: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Advantages

Flexibility

– No static schema

– No recompilation

Expressivity

– Using inference rules to achieve desired behaviour

ICEIS 2013, Angers, France 19

Page 20: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Disadvantages

• Structuration

– Thinking in terms on inferences and not in terms of structure

• Can be substantially slower

– Uses an underlying DBMS

• Maintaining the coherence of the data

– Easy to create contradicting statements

ICEIS 2013, Angers, France 20

Page 21: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Current situation

• Prototype tested in India with a real order

– 5 indian partners

– Complete order lifecyle

• Patent pending

• Prototype -> Commercialization process

• Fairtrace SA (Ltd)

• Many companies showed interest (Reizl, Gantt, Migros, …) and state organisms (Army)

ICEIS 2013, Angers, France 21

Page 22: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Fairtrace Promotional Tee-Shirt

ICEIS 2013, Angers, France 22

Page 23: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Future developments

• Commercialization process

• Transition model to OWL2 RL (no need for specific rules)

• Strong validation support

– Inbound rules

– Outbound rules

• Integeration with ERP systems

ICEIS 2013, Angers, France 23

Page 24: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Bruno Alves Senior Research Associate Email: [email protected] Phone: +41276069034

Bruno Alves Senior Research Associate Email: [email protected] Phone: +41276069034

ICEIS 2013, Angers, France 24

Thank you !

Page 25: Fairtrace - A Semantic-Web Oriented Traceability Solution Applied To The Textile Traceability

Reference

1A Semantic-Web Oriented Traceability Solution

Applied To The Textile Traceability Bruno Alves, Michael Schumacher, Fabian Cretton, Anne Le Calvé, Gilles

Cherix, David Werlen, Christian Gapany, Bertrand Baeryswil, Doris Gerber, Philippe Cloux

In 15th International Conference on Enterprise Information Systems, July 4-7, 2003, Angers, France

ICEIS 2013, Angers, France 25