SlideShare uma empresa Scribd logo
1 de 32
Baixar para ler offline
Models and Tools for
Knowledge Reconstructiond
International Conference “Tools and Applications for
the Dissemination of Cultural and Linguistical
Heritage”
a
Bologna, 23 April 2014
Paolo Nesi, Pierfrancesco Bellini, Gianni Pantaleo, Michela Paolucci
Department of Information Engineering
University of Florence
s
DISIT Lab
http://www.disit.dinfo.unifi.it/
1
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
‐ Search
‐ Q&A
‐ Graph 
of Relations
‐ Social Platform
2
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
Knowledge Work‐flow: from Sources to Final Users
Semantic
Repository
Databases,
Open Data
Archives,
Open Archives
Web 
Pages
Semantic 
Computing
NLP
Inference
& Reasoning
Recommendations 
& Suggestions
Link
Discovering
Reconciliation & 
Disambiguation 
(Names, Geo Tags etc.)Text 
Documents
Publications
Metadata,
Descriptors etc.
3
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
Data Integrity: Accuracy and Reliability of Data
• Big Data Mining issues
• Many different formats
• Ambiguities and inconsistencies of descriptors, metadata etc.
• Unstructured, decontextualized data does not allow to extract high level 
information
• Several different efforts of structure KBs, ontologies, taxonomies etc. in many 
fields of Knowledge
• There is necessity of:
– Reconciliation and disambiguation of ingested data
– Organize data into proper forms of structured knowledge
– Standardize definitions, languages, vocabularies etc.
– Link discovering among different knowledge bases
– Make inference to produce additional knowledge
– Detect unexpected correlations, produce suggestions and recommendations
– Provide semantic interoperability among resources and applications.
4
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
New Approaches ‐ The Semantic Web
• Web of documents (HTML) VS Web of data (RDF Triples)
• Relational DBMS VS Semantic Datastores (Ontologies etc.)
• Keyword‐based Search Engines           VS NLP Q&A Tools
Crawling Strategies:Web‐Crawler 
Architecture:
Document / Pages Parsing:Robot Exclusion Protocol
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
5
Web Crawling and Data Mining
# Robots.txt for
http://www.springer.com (fragment)
User-agent: Googlebot
Disallow: /chl/*
Disallow: /uk/*
Disallow: /italy/*
Disallow: /france/*
User-agent: MSNBot
Disallow:
Crawl-delay: 2
User-agent: scooter
Disallow:
# all others
User-agent: *
Disallow: /
• Finding relationships between entities, LODs etc., within different RDF data sources.
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
6
Link Discovering
Source: SILK ‐ http://events.linkeddata.org/ldow2009/papers/ldow2009_paper13.pdf
Semantic
Store
Semantic
Store
. . .
Config
LINKS
Core Logic 
Comparison Loop
Resource
Lister
Metrics
Definition
& Evaluation
Resource
Indexer
SPARQL SPARQL
7
Natural Language 
Text
Syntactical Analysis
Tokenizer
Morphologic Analysis
Part‐of‐Speech Tagger
Chunker
Syntactical Parse
Semantic Analysis
Natural Language sentences are 
subsequently processed and coded
into a semantic representation (by 
means of logic formalisms, semantic
networks and ontologies)
 Text is segmented into sequences of characters (tokens).
 A grammar category is assigned to each token
 Each word of a sentence/period is annotated with its
logical rule (subject, predicate, complement etc.)
 This phase uses previous annotations to group
nominal and verbal phrases for each sentence
 Produces the Syntactic Parse Tree for each sentence
NLP ‐ Natural Language Processing Phases
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
8
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
Models for Knowledge Representation
• Explicit typologies of Knowledge which can be made machine‐readable and 
machine‐understandable:
 Structured Knowledge (Ontologies, Taxonomies etc.)
 Semi‐structured (DBMS)
 Weakly structured (HTML, Tables etc.)
 Not structured (Natural Language unstructured text, images, drawings etc.)
9
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
Web Ontologies and Languages
• In Computer/Information Science, an Ontology is defined as the conceptualization
of  a specific domain of interest, expressed through entities (Classes), descriptors
(Attributes), relationships (Properties) and a pre‐defined rule corpus (Semantics).
• Representation syntax can be equivalently expressed in XML‐based formats, as well
as in the following triple format: <subject> <predicate> <object>.
• Language used for Ontologies representation:
 OWL (Web Ontology Language) is the W3C standard for Ontology definition
for Semantic Web.
 RDF/XML
 N‐triples, N3 etc.
• Interrogation / Query languages:
 SPARQL
 SERQL
10
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
ECLAP: E‐Library for Performing Arts
• Multimedia Archive of Performing Arts: http://www.eclap.eu/
 EU project to provide content for Europeana;
 content from 31 European content providers;
 descriptive metadata in 13 languages;
 interface in 21 languages;
 about 172,000 content items;
 accessed from 184 Countries mainly from: Italy, UK, Spain, US, NL, B, Sl, Hu, Fr, 
Pl, Pt, Gr, D, Bz, Ind, Sw, Au, Rs, Ca, etc.;
 more than 500 different file formats: video, audio, images, documents, 3D, 
Braille music scores, epub, crossmedia…
• Best practice network / Social network on Performing Arts:
 IPR issues;
 Performing Arts Education;
 Digital Libraries for Performing Arts.
11
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
ECLAP Framework
12
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
Eclap Content
• Content kind
• Metadata model: exporting in LOD and OAI‐PMH
– Metadata Editor
– ECLAP Semantic model, Social Graph
– Content Aggregation: playlists, collections, courses
– AudioVisual relationships among content MyStoryPlayer
– Content Enrichment: Geonames, QR, IPR, relationships
• Indexing and Search
– Faceted, multilingual, advanced
• Web and Mobile Player, Content Organizer
• Content IPR modeling
13
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
Eclap Metadata
• Describe the ECLAP content
– Dublin Core: general, multilingual and multi‐instances (e.g., title, authors, 
description, subjects, ..)
– Semantic: content description, taxonomy, tags, annotations, etc., 
multilingual & multi‐instances
– Groups: one or more groups
– Technical: duration, file format, dimension, editor, publisher, any IDs, etc. 
etc.
– Augmented Reality: GPS, QR,..
– Intellectual Property: IPR, licences for metadata, licences for profiling the 
conditional access
– Workflow metadata: status, dates, versioning, etc.
– Etc.
14
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
15
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
16
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
Eclap Semantic Model
17
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
Linking ECLAP Data
• Performing Arts Metadata use a custom vocabulary with properties defined as
specializations of Dublin Core properties:
 performancePlace dcterms:spatial
 performanceCity dcterms:spatial
 performanceCountry dcterms:spatial
 performanceDate dcterms:issued
 performingArtsProfessional dcterms:contributor
 dancer performingArtsProfessional
 actor performingArtsProfessional
• Links to Geonames for Geographical names:
 Metadata have been analyzed to match with geographical names from the
GeoNames archive;
 About 40,000 relations found;
• Named Entity Recognition:
 A supervised procedure to find People names into metadata fields, names are matched with 
dbpedia and ECLAP users;
 About 23000 names found, 2712 found on dbpedia, 169 Eclap users.
18
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
ECLAP Name Mining Manager
19
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
ECLAP Social Graph
• The Social Graph proposes a new approach for navigation within content and related
resources and also improves social interaction among users. It can be enriched using
the content directly created or generated by users.
• The social graph has been selected by Europeana and posted on the Europeana
professional portal:
• It shows the relations of the
user/content with other entities.
 Shown at user login or below the 
content when playing
• The user can:
 Navigate (Expand, Focus, Open, Back)
 Filter relations
 Zoom In / Out, Pan, Drag objects
20
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
ECLAP Recommendations
Recipient of the suggestions
User Content 
(played by a user)
Group 
(leader or members)
Suggested elements
Users Proposing to a user possible 
colleagues / friends
D(U(s,d);U(s,d))
‐‐no sense‐‐
Proposing to a group responsible 
possible interested colleagues to be 
invited
Contents Proposing to a user possible 
interesting contents
Proposing similar content items 
when a content is played
D(C(s);C(s))
Proposing to a group members 
possible interesting content
(not much different with respect to 
C‐C combination)
Groups Proposing to a user possible 
interesting groups
Proposing (at content play) 
interesting groups in which 
similar contents are discussed
‐‐no sense‐‐
Ads Proposing to a user possible 
interesting ads
Proposing (at content play) 
possible interesting ads
Proposing at a/all group member/s 
possible interesting ads
21
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
Recommendations & Suggestions
, , , , ,	 , , , , , , ,
suggestion , , ,
, 	 , 	∙ ∙	 	 	 , 	∙ ∙	
	 , ∙ ∙	 	 , 	∙ ∙	 , ∙ ∙	
	 , ∙ ∙	 	 , ∙ ∙
	 (A,B)
Hyp:
• Acceptance of Static based suggestions: age, location, language,. …
• Acceptance of Dynamic Suggestions based on similarity of interests
• Acceptance of Random Suggestions
• Acceptance of Strategic Suggestions based on # of connections….
U  U Recommendations
C  C Recommendations
• Similarity by taxonomical 
classification
– Hierarchical clustering 
solutions 
• Similarity by Text, MD
– Frequency of keywords
• Similarity by Content, CBIR
– Several algorithms
• Next Steps
– combinations
22
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
Content Based Information Retrieval
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
23
• The algorithms used in this tools are mainly:
– Auto Color Correlogram: Huang, J.; Kumar, S. R.; Mitra, M.; Zhu, W. & Zabih, R. (2007) «Image 
Indexing Using Color Correlograms», IEEE Computer Society 
http://doi.ieeecomputersociety.org/10.1109/CVPR.1997.609412
– CEDD: Savvas A. Chatzichristofis and Yiannis S. Boutalis, «CEDD: Color and Edge Directivity
Descriptor. A Compact Descriptor for Image Indexing and Retrieval», A. Gasteratos, M. Vincze, 
and J.K. Tsotsos (Eds.): ICVS 2008, LNCS 5008, pp. 312‐322, 2008.
– FCTH: Savvas A. Chatzichristofis and Yiannis S. Boutalis, «FCTH: Fuzzy Color and Texture
Histogram ‐ A Low Level Feature for Accurate Image Retrieval«», in Proc. of the 9th Int.
Workshop on Image Analysis for Multimedia Interactive Services, IEEE, Klagenfurt, 2008.
– Gabor: http://en.wikipedia.org/wiki/Gabor_filter
– JCD: (CEDD + FCTH)
– Jpeg Coefficients Histogram: 
http://www.sciencedirect.com/science/article/pii/S0031320301001820
– Simple Color Histogram: http://en.wikipedia.org/wiki/Color_histogram
– Tamura: Deselaers T. et al., «Features for Image Retrieval: An Experimental Comparison», 
German Research Center for Artificial Intelligence (DFKI), Kaiserslautern, Germany, 2007
– Color Layout, Edge Histogram, Scalable Color (MPEG‐7): 
http://en.wikipedia.org/wiki/Visual_descriptors
– ……
• Mix of CBIR and text based similarities
CBIR Back‐End Technology
24
The OSIM Project ‐ Open Space Innovative Mind
• OSIM (Open Space Innovative Mind, http://openmind.disit.org/) is a framework
for Knowledge production and management within the University of Florence
research fields and domains. It has been designed and developed by the DISIT Lab
as a development project for a software web framework connecting the University
of Florence and SMEs in Tuscany.
• The OSIM main objective is the realization of a web portal through which
companies, researchers and students can make searches and pose queries (full‐text
queries as well as assisted queries), in order to find resources, competences, skills in
terms of: research and teaching personnel, departments and research groups,
publications and courses taken in the University of Florence. More specifically:
 Skills earned by research groups, laboratories and University staff.
 Competences offered by specific courses and faculties.
 Relations among different skills, people, academic structures and entities in general
 Scientific publications and relations of collaborations among authors.
 Relations of mutual acquaintance and collaborations among research and teaching staff.
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
25
OSIM Search Engine
Assisted
Search
Full Text Search 
OSIM Functionalities
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
27
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
OSIM Architecture
2828
foaf:Person
uni:Schooling
uni:Department
uni:PhDGradutationCourse
uni:Laboratory
uni:Master
uni:Faculty
uni:Base
foaf:Organization
uni:GraduationCourse
uni:Center
uni:SSD
uni:AreaCUN
time:Instanttime:DurationDescription
time:TemporalEntity
time:DateTimeDescription
time:TemporalUnity
time:Interval
time:ProperInterval
time:DateTimeInterval
time:inDateTime
time:unitType
time:hasDateTimeInterval
time:inXSDDateTime
xsd:dateTime
Year, Week, Second, Month,
Minute, Hour, Day,
dayOfWeek, DayOfYear,
timeZone
Years, Months, Days, Weeks, Hours, 
Minutes, Seconds
uni:instantPerson
uni:CareerAtTime
uni:haAffineLivello1
uni:haAffineLivello2
uni:haAreaCun
uni:areaCunDi
uni:hasDepartment
uni:hasSchoolingCourse
uni:toBeBasedTo
uni:hasLaboratory
uni:PhDStudent uni:Researcher
uni:Teacher
uni:ResearchFellowShip
uni:AssociatedProfessor
uni:Professor
uni:FullResearcher
uni:Coordinator
uni:schoolingActivity
uni:Course
uni:schoolingHasCourse
uni:activeInYear
uni:affiliatedFaculty
uni:takeCourseInstant
uni:inSchoolingHasCourseInstant
uni:hasSchoolingCourseInstant
uni:inSchoolingHasCourseAtTime
uni:takeCourseAtTime
uni:hasSchoolingCourseAtTime
OSIM – Frammento 
Ontologia di dominio
uni:InterDepartmentArea
uni:belongsToArea
Relazioni gerarchiche
Relazioni  semantiche
Fragment of FOAF Ontology
Fragment of
Time Ontology
blankNode
skos:Concept
skos:ConceptSchema
skos:narrower skos:broader
skos:type
skos:Occ
Fragment of
SKOS Ontology
Fragment of UniFI
ontology
29
Linked Open Graph http://log.disit.org/
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
30
Linked Open Graph http://log.disit.org/
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
OSIM Ontology
Sii‐Mobility Ontology
• List with different LOD and supported Ontologies supported
• Multiple SPARQL end‐points
• Search (URIs and keywords / keyphrases)
• Save and load graphs
• Pruning relations
• Navigate links
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
31
LOG Main Functionalities
• P. Bellini, I. Bruno, D. Cenni, P. Nesi, M. Paolucci, M. Serena, «A New Generation Digital Content Service for Cultural 
Heritage Institutions», Proc. of the ECLAP 2013 conference, 2nd International Conference on Information 
Technologies for Performing Arts, Media Access and Entertainment, Springer Verlag LNCS, 2013. 
http://www.eclap.eu/119325 E. Bellini, P. Nesi, «Metadata Quality assessment tool for Open Access Cultural Heritage 
institutional repositories», Proc. of the ECLAP 2013 conference, 2nd International Conference on Information 
Technologies for Performing Arts, Media Access and Entertainment, Springer Verlag LNCS, 2013. 
http://www.eclap.eu/119325
• P. Bellini, I. Bruno, P. Nesi, «A workflow model and architecture for content and metadata management based on grid
computing», Proc. of the ECLAP 2013 conference, 2nd International Conference on Information Technologies for 
Performing Arts, Media Access and Entertainment, Springer Verlag LNCS, 2013. http://www.eclap.eu/119325
• Pierfrancesco Bellini and Paolo Nesi, «Performing Arts LOD of ECLAP Content Service», LOD2014, Workshop Linked
Open Data: where are we?, organized by WRC italy and CNR, Rome, 2014
• Pierfrancesco Bellini, Paolo Nesi and Nadia Rauch, «Smart City data via LOD/LOG Service», LOD2014, Workshop 
Linked Open Data: where are we?, organized by WRC italy and CNR, Rome, 2014
• Pierfrancesco Bellini, Daniele Cenni, Paolo Nesi, «Optimization of Information Retrieval for Cross Media contents in a 
Best Practice Network», accepted for publication on International Journal of Multimedia Information Retrieval, 10‐04‐
2014.
• A. Bellandi, P. Bellini, A. Cappuccio, P. Nesi, G. Pantaleo, N. Rauch, «Assisted Knowledge Base Generation, 
Management and Competence Retrieval», International Journal of Software Engineering and Knowledge Engineering, 
World Scientific Publishing Company, press, vol.32, n.8, pp.1007‐1038, Dec. 2012, DOI: 10.1142/S021819401240013X
• P. Bellini, P. Nesi, F. Pazzaglia, «Exploiting P2P Scalability for Grant Authorization in Digital Rights Management 
Solutions», International Journal Multimedia Tools and Applications, Springer press, 2013. , DOI 10.1007/s11042‐013‐
1468‐y, Pub on line April 2013,
• Pierfrancesco Bellini, Paolo Nesi, «Modeling Performing Arts Metadata and Relationships in Content Service for 
Institutions», publication on Multimedia Systems Journal, Springer, presently online at
http://link.springer.com/article/10.1007/s00530‐014‐0366‐0 , 2014, DOI 10.1007/s00530‐014‐0366‐0 , direct
download on http://download.springer.com/static/pdf/234/art%253A10.1007%252Fs00530‐014‐0366‐
0.pdf?auth66=1398333468_864d5b41c3eafc31f9a280492718f173&ext=.pdf
Convegno Internazionale:
Strumenti e Applicazioni per la Divulgazione del Patrimonio 
Linguistico e Culturale ‐ Bologna – 23 Aprile 2014
32
Bibliography

Mais conteúdo relacionado

Mais procurados

Audiovisual content exploitation JTS2010
Audiovisual content exploitation  JTS2010 Audiovisual content exploitation  JTS2010
Audiovisual content exploitation JTS2010 roelandordelman.nl
 
MOSAICA: Semantically Enhanced Multifaceted Collaborative Access to Cultural ...
MOSAICA: Semantically Enhanced Multifaceted Collaborative Access to Cultural ...MOSAICA: Semantically Enhanced Multifaceted Collaborative Access to Cultural ...
MOSAICA: Semantically Enhanced Multifaceted Collaborative Access to Cultural ...Dov Winer
 
090216 roma iucc_fbcei_dovwiner
090216 roma iucc_fbcei_dovwiner090216 roma iucc_fbcei_dovwiner
090216 roma iucc_fbcei_dovwinerDov Winer
 
Konferences "Digitālās informācijas uzglabāšana informācijas sabiedrībā" apra...
Konferences "Digitālās informācijas uzglabāšana informācijas sabiedrībā" apra...Konferences "Digitālās informācijas uzglabāšana informācijas sabiedrībā" apra...
Konferences "Digitālās informācijas uzglabāšana informācijas sabiedrībā" apra...Bibliotēku portāls
 
Building the Biblissima Observatory
Building the Biblissima ObservatoryBuilding the Biblissima Observatory
Building the Biblissima ObservatoryEquipex Biblissima
 
Is MT ready for e-Government? The Latvian Story. Indra Samite, Tilde
Is MT ready for e-Government? The Latvian Story. Indra Samite, TildeIs MT ready for e-Government? The Latvian Story. Indra Samite, Tilde
Is MT ready for e-Government? The Latvian Story. Indra Samite, TildeABBYY Language Serivces
 
Judaica europeana dovwinerjudaicalibrarians
Judaica europeana dovwinerjudaicalibrariansJudaica europeana dovwinerjudaicalibrarians
Judaica europeana dovwinerjudaicalibrariansDov Winer
 
Digital Cultural Heritage and the new EU Framework Programme
Digital Cultural Heritage and the new EU Framework ProgrammeDigital Cultural Heritage and the new EU Framework Programme
Digital Cultural Heritage and the new EU Framework Programmelocloud
 
Europeana 2019 - Connect Communities
Europeana 2019 - Connect CommunitiesEuropeana 2019 - Connect Communities
Europeana 2019 - Connect CommunitiesEuropeana
 
WCIT 2010 Dov Winer
WCIT 2010  Dov WinerWCIT 2010  Dov Winer
WCIT 2010 Dov WinerDov Winer
 

Mais procurados (10)

Audiovisual content exploitation JTS2010
Audiovisual content exploitation  JTS2010 Audiovisual content exploitation  JTS2010
Audiovisual content exploitation JTS2010
 
MOSAICA: Semantically Enhanced Multifaceted Collaborative Access to Cultural ...
MOSAICA: Semantically Enhanced Multifaceted Collaborative Access to Cultural ...MOSAICA: Semantically Enhanced Multifaceted Collaborative Access to Cultural ...
MOSAICA: Semantically Enhanced Multifaceted Collaborative Access to Cultural ...
 
090216 roma iucc_fbcei_dovwiner
090216 roma iucc_fbcei_dovwiner090216 roma iucc_fbcei_dovwiner
090216 roma iucc_fbcei_dovwiner
 
Konferences "Digitālās informācijas uzglabāšana informācijas sabiedrībā" apra...
Konferences "Digitālās informācijas uzglabāšana informācijas sabiedrībā" apra...Konferences "Digitālās informācijas uzglabāšana informācijas sabiedrībā" apra...
Konferences "Digitālās informācijas uzglabāšana informācijas sabiedrībā" apra...
 
Building the Biblissima Observatory
Building the Biblissima ObservatoryBuilding the Biblissima Observatory
Building the Biblissima Observatory
 
Is MT ready for e-Government? The Latvian Story. Indra Samite, Tilde
Is MT ready for e-Government? The Latvian Story. Indra Samite, TildeIs MT ready for e-Government? The Latvian Story. Indra Samite, Tilde
Is MT ready for e-Government? The Latvian Story. Indra Samite, Tilde
 
Judaica europeana dovwinerjudaicalibrarians
Judaica europeana dovwinerjudaicalibrariansJudaica europeana dovwinerjudaicalibrarians
Judaica europeana dovwinerjudaicalibrarians
 
Digital Cultural Heritage and the new EU Framework Programme
Digital Cultural Heritage and the new EU Framework ProgrammeDigital Cultural Heritage and the new EU Framework Programme
Digital Cultural Heritage and the new EU Framework Programme
 
Europeana 2019 - Connect Communities
Europeana 2019 - Connect CommunitiesEuropeana 2019 - Connect Communities
Europeana 2019 - Connect Communities
 
WCIT 2010 Dov Winer
WCIT 2010  Dov WinerWCIT 2010  Dov Winer
WCIT 2010 Dov Winer
 

Destaque

A Linked Open Data Service for Performing Arts
A Linked Open Data Service for Performing ArtsA Linked Open Data Service for Performing Arts
A Linked Open Data Service for Performing ArtsPaolo Nesi
 
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...IPR and Business Models for Performing Arts Content, Best Practice Recommenda...
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...Paolo Nesi
 
From parallel architecture to mapreduce hadoop passing on grid, UNIFI course
From parallel architecture to mapreduce hadoop passing on grid, UNIFI courseFrom parallel architecture to mapreduce hadoop passing on grid, UNIFI course
From parallel architecture to mapreduce hadoop passing on grid, UNIFI coursePaolo Nesi
 
La Citta' invisibile; Le informazioni digitali nei contesti urbani
La Citta' invisibile; Le informazioni digitali nei contesti urbaniLa Citta' invisibile; Le informazioni digitali nei contesti urbani
La Citta' invisibile; Le informazioni digitali nei contesti urbaniPaolo Nesi
 
Big Data Smart City processes and tools, Real Time data processing tools
Big Data Smart City processes and tools, Real Time data processing toolsBig Data Smart City processes and tools, Real Time data processing tools
Big Data Smart City processes and tools, Real Time data processing toolsPaolo Nesi
 
Automating Big Data Management, DISIT Lab
Automating Big Data Management, DISIT LabAutomating Big Data Management, DISIT Lab
Automating Big Data Management, DISIT LabPaolo Nesi
 
Distributed and Parallel Architecture, from grid to MapReduce, hadoop
Distributed and Parallel Architecture, from grid to MapReduce, hadoopDistributed and Parallel Architecture, from grid to MapReduce, hadoop
Distributed and Parallel Architecture, from grid to MapReduce, hadoopPaolo Nesi
 
Il punto di vista della ricerca: Smart Cities, Smart Specialisation in Toscana
Il punto di vista della ricerca:  Smart Cities, Smart Specialisation in ToscanaIl punto di vista della ricerca:  Smart Cities, Smart Specialisation in Toscana
Il punto di vista della ricerca: Smart Cities, Smart Specialisation in ToscanaPaolo Nesi
 
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenze
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenzeMobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenze
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenzePaolo Nesi
 
Smart City at DISIT Lab, step two after smart city for beginners
Smart City at DISIT Lab, step two after smart city for beginnersSmart City at DISIT Lab, step two after smart city for beginners
Smart City at DISIT Lab, step two after smart city for beginnersPaolo Nesi
 
Ontology Building vs Data Harvesting and Cleaning for Smart-city Services
Ontology Building vs Data Harvesting and Cleaning for Smart-city ServicesOntology Building vs Data Harvesting and Cleaning for Smart-city Services
Ontology Building vs Data Harvesting and Cleaning for Smart-city ServicesPaolo Nesi
 
DISIT lab and research group, 2015-2016 overview for the next calls
DISIT lab and research group, 2015-2016 overview for the next callsDISIT lab and research group, 2015-2016 overview for the next calls
DISIT lab and research group, 2015-2016 overview for the next callsPaolo Nesi
 
Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...
Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...
Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...Paolo Nesi
 
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...Paolo Nesi
 
RESOLUTE: Governing for Resilience – Implementation Challenges
RESOLUTE: Governing for Resilience – Implementation Challenges RESOLUTE: Governing for Resilience – Implementation Challenges
RESOLUTE: Governing for Resilience – Implementation Challenges Paolo Nesi
 
Service Map API, Smart City API, Open Data API
Service Map API, Smart City API, Open Data APIService Map API, Smart City API, Open Data API
Service Map API, Smart City API, Open Data APIPaolo Nesi
 

Destaque (16)

A Linked Open Data Service for Performing Arts
A Linked Open Data Service for Performing ArtsA Linked Open Data Service for Performing Arts
A Linked Open Data Service for Performing Arts
 
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...IPR and Business Models for Performing Arts Content, Best Practice Recommenda...
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...
 
From parallel architecture to mapreduce hadoop passing on grid, UNIFI course
From parallel architecture to mapreduce hadoop passing on grid, UNIFI courseFrom parallel architecture to mapreduce hadoop passing on grid, UNIFI course
From parallel architecture to mapreduce hadoop passing on grid, UNIFI course
 
La Citta' invisibile; Le informazioni digitali nei contesti urbani
La Citta' invisibile; Le informazioni digitali nei contesti urbaniLa Citta' invisibile; Le informazioni digitali nei contesti urbani
La Citta' invisibile; Le informazioni digitali nei contesti urbani
 
Big Data Smart City processes and tools, Real Time data processing tools
Big Data Smart City processes and tools, Real Time data processing toolsBig Data Smart City processes and tools, Real Time data processing tools
Big Data Smart City processes and tools, Real Time data processing tools
 
Automating Big Data Management, DISIT Lab
Automating Big Data Management, DISIT LabAutomating Big Data Management, DISIT Lab
Automating Big Data Management, DISIT Lab
 
Distributed and Parallel Architecture, from grid to MapReduce, hadoop
Distributed and Parallel Architecture, from grid to MapReduce, hadoopDistributed and Parallel Architecture, from grid to MapReduce, hadoop
Distributed and Parallel Architecture, from grid to MapReduce, hadoop
 
Il punto di vista della ricerca: Smart Cities, Smart Specialisation in Toscana
Il punto di vista della ricerca:  Smart Cities, Smart Specialisation in ToscanaIl punto di vista della ricerca:  Smart Cities, Smart Specialisation in Toscana
Il punto di vista della ricerca: Smart Cities, Smart Specialisation in Toscana
 
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenze
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenzeMobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenze
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenze
 
Smart City at DISIT Lab, step two after smart city for beginners
Smart City at DISIT Lab, step two after smart city for beginnersSmart City at DISIT Lab, step two after smart city for beginners
Smart City at DISIT Lab, step two after smart city for beginners
 
Ontology Building vs Data Harvesting and Cleaning for Smart-city Services
Ontology Building vs Data Harvesting and Cleaning for Smart-city ServicesOntology Building vs Data Harvesting and Cleaning for Smart-city Services
Ontology Building vs Data Harvesting and Cleaning for Smart-city Services
 
DISIT lab and research group, 2015-2016 overview for the next calls
DISIT lab and research group, 2015-2016 overview for the next callsDISIT lab and research group, 2015-2016 overview for the next calls
DISIT lab and research group, 2015-2016 overview for the next calls
 
Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...
Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...
Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...
 
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...
 
RESOLUTE: Governing for Resilience – Implementation Challenges
RESOLUTE: Governing for Resilience – Implementation Challenges RESOLUTE: Governing for Resilience – Implementation Challenges
RESOLUTE: Governing for Resilience – Implementation Challenges
 
Service Map API, Smart City API, Open Data API
Service Map API, Smart City API, Open Data APIService Map API, Smart City API, Open Data API
Service Map API, Smart City API, Open Data API
 

Semelhante a Models and Tools for Knowledge Reconstruction

Europeana Sounds: Project Overview
Europeana Sounds: Project OverviewEuropeana Sounds: Project Overview
Europeana Sounds: Project OverviewEuropeana_Sounds
 
CARARE workshop: Europeana research
CARARE workshop: Europeana researchCARARE workshop: Europeana research
CARARE workshop: Europeana researchEuropeana
 
Sound Matters: a framework for the creative use and re-use of sound: field re...
Sound Matters: a framework for the creative use and re-use of sound: field re...Sound Matters: a framework for the creative use and re-use of sound: field re...
Sound Matters: a framework for the creative use and re-use of sound: field re...Jisc
 
SEAPAVAA 2018 Closing panel
SEAPAVAA 2018 Closing panelSEAPAVAA 2018 Closing panel
SEAPAVAA 2018 Closing panelJohan Oomen
 
Rio Info 2009 - Europeana - Bram van der Werf
Rio Info 2009 - Europeana - Bram van der WerfRio Info 2009 - Europeana - Bram van der Werf
Rio Info 2009 - Europeana - Bram van der WerfRio Info
 
Luis Ferraro - DG CONNECT - culture and creativity in the digital realm 062013
Luis Ferraro - DG CONNECT - culture and creativity in the digital realm 062013Luis Ferraro - DG CONNECT - culture and creativity in the digital realm 062013
Luis Ferraro - DG CONNECT - culture and creativity in the digital realm 062013Europeana Licensing
 
Crowdsourcing Descriptions for Nature Recordings
Crowdsourcing Descriptions for Nature RecordingsCrowdsourcing Descriptions for Nature Recordings
Crowdsourcing Descriptions for Nature Recordingsmaartenbrinkerink
 
The ELMCIP Electronic Literature Base
The ELMCIP Electronic Literature BaseThe ELMCIP Electronic Literature Base
The ELMCIP Electronic Literature BaseJill Walker Rettberg
 
The European (Digital) Library - Overview and Outlook
The European (Digital) Library - Overview and OutlookThe European (Digital) Library - Overview and Outlook
The European (Digital) Library - Overview and OutlookOlaf Janssen
 
Multilingual challenges in Europeana
Multilingual challenges in EuropeanaMultilingual challenges in Europeana
Multilingual challenges in EuropeanaAntoine Isaac
 
Europeana Network Association AGM 2016 - 8 November - Ignite talks round 1 - ...
Europeana Network Association AGM 2016 - 8 November - Ignite talks round 1 - ...Europeana Network Association AGM 2016 - 8 November - Ignite talks round 1 - ...
Europeana Network Association AGM 2016 - 8 November - Ignite talks round 1 - ...Europeana
 
From Catalogue 2.0 to the digital humanities: exploring the future of librari...
From Catalogue 2.0 to the digital humanities: exploring the future of librari...From Catalogue 2.0 to the digital humanities: exploring the future of librari...
From Catalogue 2.0 to the digital humanities: exploring the future of librari...Sally Chambers
 
Europeana Essentials - Latest
Europeana Essentials - LatestEuropeana Essentials - Latest
Europeana Essentials - LatestEuropeana
 
DIONICIO DIAZ Exploring audience behaviour in the archival platforms
DIONICIO DIAZ Exploring audience behaviour in the archival platformsDIONICIO DIAZ Exploring audience behaviour in the archival platforms
DIONICIO DIAZ Exploring audience behaviour in the archival platformsFIAT/IFTA
 
Methodological Proposals for Designing Federative Platforms in Cultural Linke...
Methodological Proposals for Designing Federative Platforms in Cultural Linke...Methodological Proposals for Designing Federative Platforms in Cultural Linke...
Methodological Proposals for Designing Federative Platforms in Cultural Linke...Antoine Courtin
 
Linq 2013 session_blue_3_euro_versity
Linq 2013 session_blue_3_euro_versityLinq 2013 session_blue_3_euro_versity
Linq 2013 session_blue_3_euro_versityLINQ_Conference
 
Europeana Aggregators' Fair day 1
Europeana Aggregators' Fair day 1Europeana Aggregators' Fair day 1
Europeana Aggregators' Fair day 1Europeana
 
National Library of Finland - open source solutions in the development of nat...
National Library of Finland - open source solutions in the development of nat...National Library of Finland - open source solutions in the development of nat...
National Library of Finland - open source solutions in the development of nat...Mindtrek
 

Semelhante a Models and Tools for Knowledge Reconstruction (20)

Europeana Sounds: Project Overview
Europeana Sounds: Project OverviewEuropeana Sounds: Project Overview
Europeana Sounds: Project Overview
 
CARARE workshop: Europeana research
CARARE workshop: Europeana researchCARARE workshop: Europeana research
CARARE workshop: Europeana research
 
Sound Matters: a framework for the creative use and re-use of sound: field re...
Sound Matters: a framework for the creative use and re-use of sound: field re...Sound Matters: a framework for the creative use and re-use of sound: field re...
Sound Matters: a framework for the creative use and re-use of sound: field re...
 
SEAPAVAA 2018 Closing panel
SEAPAVAA 2018 Closing panelSEAPAVAA 2018 Closing panel
SEAPAVAA 2018 Closing panel
 
Rio Info 2009 - Europeana - Bram van der Werf
Rio Info 2009 - Europeana - Bram van der WerfRio Info 2009 - Europeana - Bram van der Werf
Rio Info 2009 - Europeana - Bram van der Werf
 
Luis Ferraro - DG CONNECT - culture and creativity in the digital realm 062013
Luis Ferraro - DG CONNECT - culture and creativity in the digital realm 062013Luis Ferraro - DG CONNECT - culture and creativity in the digital realm 062013
Luis Ferraro - DG CONNECT - culture and creativity in the digital realm 062013
 
Crowdsourcing Descriptions for Nature Recordings
Crowdsourcing Descriptions for Nature RecordingsCrowdsourcing Descriptions for Nature Recordings
Crowdsourcing Descriptions for Nature Recordings
 
The ELMCIP Electronic Literature Base
The ELMCIP Electronic Literature BaseThe ELMCIP Electronic Literature Base
The ELMCIP Electronic Literature Base
 
The European (Digital) Library - Overview and Outlook
The European (Digital) Library - Overview and OutlookThe European (Digital) Library - Overview and Outlook
The European (Digital) Library - Overview and Outlook
 
Multilingual challenges in Europeana
Multilingual challenges in EuropeanaMultilingual challenges in Europeana
Multilingual challenges in Europeana
 
Europeana Network Association AGM 2016 - 8 November - Ignite talks round 1 - ...
Europeana Network Association AGM 2016 - 8 November - Ignite talks round 1 - ...Europeana Network Association AGM 2016 - 8 November - Ignite talks round 1 - ...
Europeana Network Association AGM 2016 - 8 November - Ignite talks round 1 - ...
 
MediaDNA


MediaDNA

MediaDNA


MediaDNA


 
From Catalogue 2.0 to the digital humanities: exploring the future of librari...
From Catalogue 2.0 to the digital humanities: exploring the future of librari...From Catalogue 2.0 to the digital humanities: exploring the future of librari...
From Catalogue 2.0 to the digital humanities: exploring the future of librari...
 
Europeana Essentials - Latest
Europeana Essentials - LatestEuropeana Essentials - Latest
Europeana Essentials - Latest
 
DIONICIO DIAZ Exploring audience behaviour in the archival platforms
DIONICIO DIAZ Exploring audience behaviour in the archival platformsDIONICIO DIAZ Exploring audience behaviour in the archival platforms
DIONICIO DIAZ Exploring audience behaviour in the archival platforms
 
Methodological Proposals for Designing Federative Platforms in Cultural Linke...
Methodological Proposals for Designing Federative Platforms in Cultural Linke...Methodological Proposals for Designing Federative Platforms in Cultural Linke...
Methodological Proposals for Designing Federative Platforms in Cultural Linke...
 
Linq 2013 session_blue_3_euro_versity
Linq 2013 session_blue_3_euro_versityLinq 2013 session_blue_3_euro_versity
Linq 2013 session_blue_3_euro_versity
 
Organising a GLAM wiki
Organising a GLAM wikiOrganising a GLAM wiki
Organising a GLAM wiki
 
Europeana Aggregators' Fair day 1
Europeana Aggregators' Fair day 1Europeana Aggregators' Fair day 1
Europeana Aggregators' Fair day 1
 
National Library of Finland - open source solutions in the development of nat...
National Library of Finland - open source solutions in the development of nat...National Library of Finland - open source solutions in the development of nat...
National Library of Finland - open source solutions in the development of nat...
 

Último

Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 

Último (20)

Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 

Models and Tools for Knowledge Reconstruction