StatisticalTable, a JSON-stat-based vocabulary

Xavier Badosa
Xavier BadosaWeb Manager at Idescat
StatisticalTable
a JSON-stat-based vocabulary
Xavier Badosa
@badosa
http://xavierbadosa.com
http://json-stat.org
July, 2013
(updated to JSON-stat 2.0 in January, 2016)
JSON-stat is the perfect format
for statistical Open Data APIs.
It can represent any statistical table
in your website in lightweight JSON.
Tables for humans → Services for machines
But JSON-stat can also be used to
enrich HTML tables
Making your website for humans
into a service for machines too.
Tables for humans → Services for machines
Bringing JSON-stat back to (HTML) tables
Introducing
the StatisticalTable schema
a JSON-stat-based vocabulary
HTML microdata syntax will be used in the following slides,
but the same schema can be expressed in other semantic
technologies like microformats or RDFa.
The JSON-stat
Ecosystem
format
libs
conn.
schema
or
JSON-stat
in the Browser
the
StatisticalTable
schema
HTML is semantically poor.
Likewise, HTML tables are
semantically poor.
There is a need to enrich
them for special uses.
the
StatisticalTable
schema
Other industries, like the news industry,
have felt the urge to semantically enrich
HTML.
(By the way, rNews does not support enriched tables.)
Extending the schema.org Table vocabulary
(By the way, the schema.org Table has no property of
its own: all its properties are inherited.)
How?
> StatisticalTable
> StatisticalTable
a simple JSON-stat response{
"version" : "2.0",
"class" : "dataset",
"label" : "Population in Tuvalu in 2002. By sex",
"value" : [4729, 4832, 9561],
"id" : ["metric", "time", "geo", "sex"],
"size" : [1, 1, 1, 3],
"dimension" : {
"sex" : {
"label" : "Sex",
"category" : {
"index" : { "M" : 0, "F" : 1, "T" : 2 },
"label" : { "M" : "Men", "F" : "Women", "T" : "Total" }
}
}, …
}
}
> StatisticalTable
same information in a table in some website
> StatisticalTable
<table>
<caption>
Population
in
Tuvalu</span>
in
2002.
By
sex
</caption>
<thead>
<tr><th>Sex</th><th>Persons</th></tr>
</thead>
<tbody>
<tr><th>Men</th><td>4729</td></tr>
<tr><th>Women</th><td>4832</td></tr>
<tr><th>Total</th><td>9561</td></tr>
</tbody>
</table>
HTML code
> StatisticalTable
<table itemscope itemtype="http://schema.org/Table/Stats">
<caption itemprop="label">
<span itemprop="metric">Population</span> in
<span itemprop="geo" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">Tuvalu</span>
<meta itemprop="latitude" content="-8.516667" />
<meta itemprop="longitude" content="179.216667" />
</span>
in <time datetime="2002-12-31">2002</time>. By sex
</caption>
<thead>
<tr><th itemprop="dimension">Sex</th><th itemprop="units">Persons</th></tr>
</thead>
<tbody>
<tr><th>Men</th><td>4729</td></tr>
<tr><th>Women</th><td>4832</td></tr>
<tr><th>Total</th><td>9561</td></tr>
</tbody>
</table>
enriched
HTML code
> StatisticalTable
<table itemscope itemtype="http://schema.org/Table/Stats">
<caption itemprop="label">
<span itemprop="metric">Population</span> in
<span itemprop="geo" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">Tuvalu</span>
<meta itemprop="latitude" content="-8.516667" />
<meta itemprop="longitude" content="179.216667" />
</span>
in <time datetime="2002-12-31">2002</time>. By sex
</caption>
<thead>
<tr><th itemprop="dimension">Sex</th><th itemprop="units">Persons</th></tr>
</thead>
<tbody>
<tr><th>Men</th><td>4729</td></tr>
<tr><th>Women</th><td>4832</td></tr>
<tr><th>Total</th><td>9561</td></tr>
</tbody>
</table>
This is just a very small sample
of the possibilities.
> StatisticalTable
<tr>
<th itemid="http://jsonstat.dataprovider.org/dimension/sex.json#M">Men</th>
<td>4729</td>
</tr>
<tr>
<th itemid="http://jsonstat.dataprovider.org/dimension/sex.json#F">Women</th>
<td>4832</td>
</tr>
<tr>
<th itemid="http://jsonstat.dataprovider.org/dimension/sex.json#T">Total</th>
<td>9561</td>
</tr>
Standard codes can be provided.
> StatisticalTable
<th
itemprop="dimension"
itemid="http://jsonstat.dataprovider.org/dimension/sex.json"
>
<meta itemprop="index" content="3" />
Sex
</th>
Dimension order can also be provided.
A browser plug-in could
allow you to import a table
(data & metadata) into
several formats (tabular
& non-tabular).
the
StatisticalTable
schema
Benefits
A browser plug-in could
allow you to manipulate
& transform a table (for
example, creating the right
visualization on the fly).
the
StatisticalTable
schema
Benefits
Search engines could
answer questions like:
“How many women live in
Canada between ages
30 and 34?”
the
StatisticalTable
schema
Benefits
A middleware could
automatically convert
your webpages into
API endpoints, & those
endpoints could be used
by third party apps.
the
StatisticalTable
schema
Benefits
thank you
all pictures from
Blocks picture in slide 1: Soma, by Dru!
(CC BY-NC)
Atomium in slide 5: Fighting Gravity –
Atomium, Brussels, by Jan Faborsky
(CC BY-NC-ND)
Corner in slide 6: Cubism, by Ilya
Khamushkin (CC BY-SA)
Egg in slide 22 : Egg, by Auntie P
(CC BY-NC-SA)
1 of 23

Recommended

Gov APIs: The Notorious Case of Official Statistics by
Gov APIs: The Notorious Case of Official StatisticsGov APIs: The Notorious Case of Official Statistics
Gov APIs: The Notorious Case of Official StatisticsXavier Badosa
14.5K views87 slides
JSON-stat, a simple light standard for all kinds of data disseminators by
JSON-stat, a simple light standard for all kinds of data disseminatorsJSON-stat, a simple light standard for all kinds of data disseminators
JSON-stat, a simple light standard for all kinds of data disseminatorsXavier Badosa
121.7K views68 slides
Consuming Nordic Statbank data with JSON-stat by
Consuming Nordic Statbank data with JSON-statConsuming Nordic Statbank data with JSON-stat
Consuming Nordic Statbank data with JSON-statXavier Badosa
10.5K views132 slides
JSON-stat in the Sea of Standards by
JSON-stat in the Sea of StandardsJSON-stat in the Sea of Standards
JSON-stat in the Sea of StandardsXavier Badosa
6.8K views62 slides
Data Dissemination through Data Visualization by
Data Dissemination through Data VisualizationData Dissemination through Data Visualization
Data Dissemination through Data VisualizationXavier Badosa
15K views80 slides
JSON-stat in the session "The future of standards in statistics", United Nati... by
JSON-stat in the session "The future of standards in statistics", United Nati...JSON-stat in the session "The future of standards in statistics", United Nati...
JSON-stat in the session "The future of standards in statistics", United Nati...Xavier Badosa
13.7K views67 slides

More Related Content

What's hot

Towards research data knowledge graphs by
Towards research data knowledge graphsTowards research data knowledge graphs
Towards research data knowledge graphsStefan Dietze
140 views27 slides
Open Data and News Analytics Demo by
Open Data and News Analytics DemoOpen Data and News Analytics Demo
Open Data and News Analytics DemoOntotext
478 views19 slides
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking by
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data LinkingAnalytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data LinkingOntotext
704 views42 slides
Boost your data analytics with open data and public news content by
Boost your data analytics with open data and public news contentBoost your data analytics with open data and public news content
Boost your data analytics with open data and public news contentOntotext
977 views38 slides
DBPedia-past-present-future by
DBPedia-past-present-futureDBPedia-past-present-future
DBPedia-past-present-futureData Science Society
2.8K views22 slides
Data analytics - The CloudMiner Ltd. by
Data analytics - The CloudMiner Ltd. Data analytics - The CloudMiner Ltd.
Data analytics - The CloudMiner Ltd. James Xue
371 views6 slides

What's hot(13)

Towards research data knowledge graphs by Stefan Dietze
Towards research data knowledge graphsTowards research data knowledge graphs
Towards research data knowledge graphs
Stefan Dietze140 views
Open Data and News Analytics Demo by Ontotext
Open Data and News Analytics DemoOpen Data and News Analytics Demo
Open Data and News Analytics Demo
Ontotext478 views
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking by Ontotext
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data LinkingAnalytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
Ontotext704 views
Boost your data analytics with open data and public news content by Ontotext
Boost your data analytics with open data and public news contentBoost your data analytics with open data and public news content
Boost your data analytics with open data and public news content
Ontotext977 views
Data analytics - The CloudMiner Ltd. by James Xue
Data analytics - The CloudMiner Ltd. Data analytics - The CloudMiner Ltd.
Data analytics - The CloudMiner Ltd.
James Xue371 views
Data Analytics with MongoDB - Jane Fine by MongoDB
Data Analytics with MongoDB - Jane FineData Analytics with MongoDB - Jane Fine
Data Analytics with MongoDB - Jane Fine
MongoDB346 views
Aswc2009 Smw Tutorial Part 2 Froms Etc From Yaron by Jesse Wang
Aswc2009 Smw Tutorial Part 2 Froms Etc From YaronAswc2009 Smw Tutorial Part 2 Froms Etc From Yaron
Aswc2009 Smw Tutorial Part 2 Froms Etc From Yaron
Jesse Wang478 views
Graph All the Things: An Introduction to Graph Databases by Neo4j
Graph All the Things: An Introduction to Graph DatabasesGraph All the Things: An Introduction to Graph Databases
Graph All the Things: An Introduction to Graph Databases
Neo4j1.7K views
Forces and Threats in a Data Warehouse (and why metadata and architecture is ... by Stefan Urbanek
Forces and Threats in a Data Warehouse (and why metadata and architecture is ...Forces and Threats in a Data Warehouse (and why metadata and architecture is ...
Forces and Threats in a Data Warehouse (and why metadata and architecture is ...
Stefan Urbanek780 views
Tagging with Rich Knowledge Graphs by Ontotext
Tagging with Rich Knowledge GraphsTagging with Rich Knowledge Graphs
Tagging with Rich Knowledge Graphs
Ontotext913 views
Knowledge graphs on the Web by Armin Haller
Knowledge graphs on the WebKnowledge graphs on the Web
Knowledge graphs on the Web
Armin Haller225 views

Viewers also liked

JSON-stat & JS: the JSON-stat Javascript Toolkit by
JSON-stat & JS: the JSON-stat Javascript ToolkitJSON-stat & JS: the JSON-stat Javascript Toolkit
JSON-stat & JS: the JSON-stat Javascript ToolkitXavier Badosa
24.7K views51 slides
Difusió estadísTICa oficial by
Difusió estadísTICa oficialDifusió estadísTICa oficial
Difusió estadísTICa oficialXavier Badosa
14.7K views37 slides
Periodisme de dades i oficines estadístiques by
Periodisme de dades i oficines estadístiquesPeriodisme de dades i oficines estadístiques
Periodisme de dades i oficines estadístiquesXavier Badosa
14.8K views76 slides
Reutilización de datos gracias a la visualización de datos by
Reutilización de datos gracias a la visualización de datosReutilización de datos gracias a la visualización de datos
Reutilización de datos gracias a la visualización de datosXavier Badosa
14.3K views58 slides
Idescat Visual: Gràfics i mapes by
Idescat Visual: Gràfics i mapesIdescat Visual: Gràfics i mapes
Idescat Visual: Gràfics i mapesXavier Badosa
14.6K views116 slides
Decoupling Official Statistics by
Decoupling Official StatisticsDecoupling Official Statistics
Decoupling Official StatisticsXavier Badosa
12.4K views89 slides

Viewers also liked(20)

JSON-stat & JS: the JSON-stat Javascript Toolkit by Xavier Badosa
JSON-stat & JS: the JSON-stat Javascript ToolkitJSON-stat & JS: the JSON-stat Javascript Toolkit
JSON-stat & JS: the JSON-stat Javascript Toolkit
Xavier Badosa24.7K views
Difusió estadísTICa oficial by Xavier Badosa
Difusió estadísTICa oficialDifusió estadísTICa oficial
Difusió estadísTICa oficial
Xavier Badosa14.7K views
Periodisme de dades i oficines estadístiques by Xavier Badosa
Periodisme de dades i oficines estadístiquesPeriodisme de dades i oficines estadístiques
Periodisme de dades i oficines estadístiques
Xavier Badosa14.8K views
Reutilización de datos gracias a la visualización de datos by Xavier Badosa
Reutilización de datos gracias a la visualización de datosReutilización de datos gracias a la visualización de datos
Reutilización de datos gracias a la visualización de datos
Xavier Badosa14.3K views
Idescat Visual: Gràfics i mapes by Xavier Badosa
Idescat Visual: Gràfics i mapesIdescat Visual: Gràfics i mapes
Idescat Visual: Gràfics i mapes
Xavier Badosa14.6K views
Decoupling Official Statistics by Xavier Badosa
Decoupling Official StatisticsDecoupling Official Statistics
Decoupling Official Statistics
Xavier Badosa12.4K views
La difusión estadística y la apertura de datos gubernamentales by Xavier Badosa
La difusión estadística y la apertura de datos gubernamentalesLa difusión estadística y la apertura de datos gubernamentales
La difusión estadística y la apertura de datos gubernamentales
Xavier Badosa14K views
WWW para editores (y más allá) (y 8) by Xavier Badosa
WWW para editores (y más allá) (y 8)WWW para editores (y más allá) (y 8)
WWW para editores (y más allá) (y 8)
Xavier Badosa13.8K views
WWW para editores (y más allá) (4) by Xavier Badosa
WWW para editores (y más allá) (4)WWW para editores (y más allá) (4)
WWW para editores (y más allá) (4)
Xavier Badosa14.3K views
WWW para editores (y más allá) (7) by Xavier Badosa
WWW para editores (y más allá) (7)WWW para editores (y más allá) (7)
WWW para editores (y más allá) (7)
Xavier Badosa14.1K views
Anatomía de las APIs del Idescat by Xavier Badosa
Anatomía de las APIs del IdescatAnatomía de las APIs del Idescat
Anatomía de las APIs del Idescat
Xavier Badosa16K views
Rectificaciones: una propuesta de estándar by Xavier Badosa
Rectificaciones: una propuesta de estándarRectificaciones: una propuesta de estándar
Rectificaciones: una propuesta de estándar
Xavier Badosa15.9K views
WWW para editores (y más allá) (6) by Xavier Badosa
WWW para editores (y más allá) (6)WWW para editores (y más allá) (6)
WWW para editores (y más allá) (6)
Xavier Badosa14.1K views
Los widgets del Idescat: una aplicación de las APIs by Xavier Badosa
Los widgets del Idescat: una aplicación de las APIsLos widgets del Idescat: una aplicación de las APIs
Los widgets del Idescat: una aplicación de las APIs
Xavier Badosa15.6K views
El Idescat en Google Public Data Explorer by Xavier Badosa
El Idescat en Google Public Data ExplorerEl Idescat en Google Public Data Explorer
El Idescat en Google Public Data Explorer
Xavier Badosa15.5K views
WWW para editores (y más allá) (2) by Xavier Badosa
WWW para editores (y más allá) (2)WWW para editores (y más allá) (2)
WWW para editores (y más allá) (2)
Xavier Badosa14.3K views
Statistical dissemination 2.0 by Xavier Badosa
Statistical dissemination 2.0Statistical dissemination 2.0
Statistical dissemination 2.0
Xavier Badosa14.9K views
La difusión estadística en el contexto de la web 2.0. JECAS08 by Xavier Badosa
La difusión estadística en el contexto de la web 2.0. JECAS08La difusión estadística en el contexto de la web 2.0. JECAS08
La difusión estadística en el contexto de la web 2.0. JECAS08
Xavier Badosa14.1K views
WWW para editores (y más allá) (3) by Xavier Badosa
WWW para editores (y más allá) (3)WWW para editores (y más allá) (3)
WWW para editores (y más allá) (3)
Xavier Badosa14.1K views

Similar to StatisticalTable, a JSON-stat-based vocabulary

2001: Bridging the Gap between RSS and Java Old School Style by
2001: Bridging the Gap between RSS and Java Old School Style2001: Bridging the Gap between RSS and Java Old School Style
2001: Bridging the Gap between RSS and Java Old School StyleRussell Castagnaro
487 views18 slides
HTML Tables by
HTML TablesHTML Tables
HTML TablesWaheedaBanoShaikh
66 views10 slides
New Directions in Metadata by
New Directions in MetadataNew Directions in Metadata
New Directions in Metadatasuyu22
640 views19 slides
Bridging data analysis and interactive visualization by
Bridging data analysis and interactive visualizationBridging data analysis and interactive visualization
Bridging data analysis and interactive visualizationNacho Caballero
506 views13 slides
"If I knew then what I know now" by
"If I knew then what I know now""If I knew then what I know now"
"If I knew then what I know now"Visual Resources Association
319 views24 slides
Why R? A Brief Introduction to the Open Source Statistics Platform by
Why R? A Brief Introduction to the Open Source Statistics PlatformWhy R? A Brief Introduction to the Open Source Statistics Platform
Why R? A Brief Introduction to the Open Source Statistics PlatformSyracuse University
4.4K views13 slides

Similar to StatisticalTable, a JSON-stat-based vocabulary(20)

2001: Bridging the Gap between RSS and Java Old School Style by Russell Castagnaro
2001: Bridging the Gap between RSS and Java Old School Style2001: Bridging the Gap between RSS and Java Old School Style
2001: Bridging the Gap between RSS and Java Old School Style
Russell Castagnaro487 views
New Directions in Metadata by suyu22
New Directions in MetadataNew Directions in Metadata
New Directions in Metadata
suyu22640 views
Bridging data analysis and interactive visualization by Nacho Caballero
Bridging data analysis and interactive visualizationBridging data analysis and interactive visualization
Bridging data analysis and interactive visualization
Nacho Caballero506 views
Why R? A Brief Introduction to the Open Source Statistics Platform by Syracuse University
Why R? A Brief Introduction to the Open Source Statistics PlatformWhy R? A Brief Introduction to the Open Source Statistics Platform
Why R? A Brief Introduction to the Open Source Statistics Platform
Syracuse University4.4K views
RES814 U1 Individual Project by ThienSi Le
RES814 U1 Individual ProjectRES814 U1 Individual Project
RES814 U1 Individual Project
ThienSi Le1.1K views
INFX 502 Semester ProjectDue Date December 6, 2355pmDesc.docx by carliotwaycave
INFX 502 Semester ProjectDue Date December 6, 2355pmDesc.docxINFX 502 Semester ProjectDue Date December 6, 2355pmDesc.docx
INFX 502 Semester ProjectDue Date December 6, 2355pmDesc.docx
carliotwaycave9 views
List to Data (MS Access) by TonyHine
List to Data (MS Access)List to Data (MS Access)
List to Data (MS Access)
TonyHine134 views
MSBI and Data WareHouse techniques by Quontra by QUONTRASOLUTIONS
MSBI and Data WareHouse techniques by Quontra MSBI and Data WareHouse techniques by Quontra
MSBI and Data WareHouse techniques by Quontra
QUONTRASOLUTIONS935 views
Statistical softwares by Afra Fathima
Statistical softwaresStatistical softwares
Statistical softwares
Afra Fathima1.8K views
LDOW08 at WWW08 presentation: Building Linked Data for Both Humans and Machines by whalb
LDOW08 at WWW08 presentation: Building Linked Data for Both Humans and MachinesLDOW08 at WWW08 presentation: Building Linked Data for Both Humans and Machines
LDOW08 at WWW08 presentation: Building Linked Data for Both Humans and Machines
whalb666 views
MIS5101 WK10 Outcome Measures by Steven Johnson
MIS5101 WK10 Outcome MeasuresMIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome Measures
Steven Johnson366 views

More from Xavier Badosa

Putting Data in Cells by
Putting Data in CellsPutting Data in Cells
Putting Data in CellsXavier Badosa
449 views105 slides
The Trouble with Tables by
The Trouble with TablesThe Trouble with Tables
The Trouble with TablesXavier Badosa
9K views81 slides
Links and Widgets: the Fabric of the Web by
Links and Widgets: the Fabric of the WebLinks and Widgets: the Fabric of the Web
Links and Widgets: the Fabric of the WebXavier Badosa
15.9K views142 slides
La difusión estadística y la apertura de datos: un viaje de ida y vuelta by
La difusión estadística y la apertura de datos: un viaje de ida y vueltaLa difusión estadística y la apertura de datos: un viaje de ida y vuelta
La difusión estadística y la apertura de datos: un viaje de ida y vueltaXavier Badosa
15.1K views293 slides
Standards for statistical data dissemination: a wish list by
Standards for statistical data dissemination: a wish listStandards for statistical data dissemination: a wish list
Standards for statistical data dissemination: a wish listXavier Badosa
17.7K views239 slides
What's our business? Statistics as platform by
What's our business? Statistics as platformWhat's our business? Statistics as platform
What's our business? Statistics as platformXavier Badosa
37.4K views125 slides

More from Xavier Badosa(9)

Links and Widgets: the Fabric of the Web by Xavier Badosa
Links and Widgets: the Fabric of the WebLinks and Widgets: the Fabric of the Web
Links and Widgets: the Fabric of the Web
Xavier Badosa15.9K views
La difusión estadística y la apertura de datos: un viaje de ida y vuelta by Xavier Badosa
La difusión estadística y la apertura de datos: un viaje de ida y vueltaLa difusión estadística y la apertura de datos: un viaje de ida y vuelta
La difusión estadística y la apertura de datos: un viaje de ida y vuelta
Xavier Badosa15.1K views
Standards for statistical data dissemination: a wish list by Xavier Badosa
Standards for statistical data dissemination: a wish listStandards for statistical data dissemination: a wish list
Standards for statistical data dissemination: a wish list
Xavier Badosa17.7K views
What's our business? Statistics as platform by Xavier Badosa
What's our business? Statistics as platformWhat's our business? Statistics as platform
What's our business? Statistics as platform
Xavier Badosa37.4K views
E-books Are Not the Future of Books by Xavier Badosa
E-books Are Not the Future of BooksE-books Are Not the Future of Books
E-books Are Not the Future of Books
Xavier Badosa18.9K views
Proyecto E-book 2001 by Xavier Badosa
Proyecto E-book 2001Proyecto E-book 2001
Proyecto E-book 2001
Xavier Badosa13.6K views
WWW para editores (y más allá) (5) by Xavier Badosa
WWW para editores (y más allá) (5)WWW para editores (y más allá) (5)
WWW para editores (y más allá) (5)
Xavier Badosa14.1K views

Recently uploaded

Listed Instruments Survey 2022.pptx by
Listed Instruments Survey  2022.pptxListed Instruments Survey  2022.pptx
Listed Instruments Survey 2022.pptxsecretariat4
130 views12 slides
CRM stick or twist.pptx by
CRM stick or twist.pptxCRM stick or twist.pptx
CRM stick or twist.pptxinfo828217
11 views16 slides
Infomatica-MDM.pptx by
Infomatica-MDM.pptxInfomatica-MDM.pptx
Infomatica-MDM.pptxKapil Rangwani
12 views16 slides
CRM stick or twist workshop by
CRM stick or twist workshopCRM stick or twist workshop
CRM stick or twist workshopinfo828217
14 views16 slides
Oral presentation (1).pdf by
Oral presentation (1).pdfOral presentation (1).pdf
Oral presentation (1).pdfreemalmazroui8
6 views10 slides
DGST Methodology Presentation.pdf by
DGST Methodology Presentation.pdfDGST Methodology Presentation.pdf
DGST Methodology Presentation.pdfmaddierlegum
7 views9 slides

Recently uploaded(20)

Listed Instruments Survey 2022.pptx by secretariat4
Listed Instruments Survey  2022.pptxListed Instruments Survey  2022.pptx
Listed Instruments Survey 2022.pptx
secretariat4130 views
CRM stick or twist.pptx by info828217
CRM stick or twist.pptxCRM stick or twist.pptx
CRM stick or twist.pptx
info82821711 views
CRM stick or twist workshop by info828217
CRM stick or twist workshopCRM stick or twist workshop
CRM stick or twist workshop
info82821714 views
DGST Methodology Presentation.pdf by maddierlegum
DGST Methodology Presentation.pdfDGST Methodology Presentation.pdf
DGST Methodology Presentation.pdf
maddierlegum7 views
Games, Queries, and Argumentation Frameworks: Time for a Family Reunion by Bertram Ludäscher
Games, Queries, and Argumentation Frameworks: Time for a Family ReunionGames, Queries, and Argumentation Frameworks: Time for a Family Reunion
Games, Queries, and Argumentation Frameworks: Time for a Family Reunion
K-Drama Recommendation Using Python by FridaPutriassa
K-Drama Recommendation Using PythonK-Drama Recommendation Using Python
K-Drama Recommendation Using Python
FridaPutriassa7 views
LIVE OAK MEMORIAL PARK.pptx by ms2332always
LIVE OAK MEMORIAL PARK.pptxLIVE OAK MEMORIAL PARK.pptx
LIVE OAK MEMORIAL PARK.pptx
ms2332always8 views
4_4_WP_4_06_ND_Model.pptx by d6fmc6kwd4
4_4_WP_4_06_ND_Model.pptx4_4_WP_4_06_ND_Model.pptx
4_4_WP_4_06_ND_Model.pptx
d6fmc6kwd47 views
Lack of communication among family.pptx by ahmed164023
Lack of communication among family.pptxLack of communication among family.pptx
Lack of communication among family.pptx
ahmed16402316 views
Dr. Ousmane Badiane-2023 ReSAKSS Conference by AKADEMIYA2063
Dr. Ousmane Badiane-2023 ReSAKSS ConferenceDr. Ousmane Badiane-2023 ReSAKSS Conference
Dr. Ousmane Badiane-2023 ReSAKSS Conference
AKADEMIYA20635 views
Underfunded.pptx by vgarcia19
Underfunded.pptxUnderfunded.pptx
Underfunded.pptx
vgarcia1915 views
Customer Data Cleansing Project.pptx by Nat O
Customer Data Cleansing Project.pptxCustomer Data Cleansing Project.pptx
Customer Data Cleansing Project.pptx
Nat O6 views
DGIQ East 2023 AI Ethics SIG by Karen Lopez
DGIQ East 2023 AI Ethics SIGDGIQ East 2023 AI Ethics SIG
DGIQ East 2023 AI Ethics SIG
Karen Lopez5 views
Product Research sample.pdf by AllenSingson
Product Research sample.pdfProduct Research sample.pdf
Product Research sample.pdf
AllenSingson35 views
Business administration Project File.pdf by KiranPrajapati91
Business administration Project File.pdfBusiness administration Project File.pdf
Business administration Project File.pdf
KiranPrajapati9110 views
PyData Global 2022 - Things I learned while running neural networks on microc... by SARADINDU SENGUPTA
PyData Global 2022 - Things I learned while running neural networks on microc...PyData Global 2022 - Things I learned while running neural networks on microc...
PyData Global 2022 - Things I learned while running neural networks on microc...

StatisticalTable, a JSON-stat-based vocabulary