🦲
mind
  • cleber's mind
  • plans
    • fact checking
    • personal assistant
  • self-management
    • agenda and tasks
    • mails and emails
  • knowledge
    • career
    • programming
      • Big O Notation
      • browsing data
      • C/C++
      • databases
      • eclipse
      • gradle
      • java
        • apache camel
      • javascript
      • naming convention
      • mysql
      • prolog
      • regex
      • REST
      • ssl/tls
      • version control
        • git commands
      • web-semantics
      • wot
    • research
      • mas
      • planning
      • math
        • probability
      • machine learning
      • nlp
      • speech recognition
      • data sources
      • data visualisation
    • it
      • asterisk
      • containers
        • installing docker
        • deploying busybox
        • deploying a sample
        • deploying node-red
        • deploying from the hub
      • clusters
        • installing kubernetes
        • deploying bootcamp
        • deploying nginx
        • deploying jacamo-rest
        • grafana
      • deploy
        • heroku
      • linux
        • tmux
        • vim
        • startup
      • networks
      • pdf
        • ssh
    • productivity
    • language
      • expressions
        • nice signposts
        • linking expressions
      • latex
      • scientific
      • writing
    • sailing
    • financial
      • assets
    • emergency
    • out of boxes
  • teaching
    • eletrônica digital
      • Conversão decimal para binário
      • Conversão binário para decimal
      • Sinais analógicos vs digitais
    • programação I
    • cabeamento estruturado
  • moments
    • insightful ai facts
    • ai4industry-hackathon
    • previous activities
  • brasil
  • external links
    • personal webpage
    • my github
Powered by GitBook
On this page
  • ai4industry links
  • Hackathon
  • Leubot
  • Node-red
  • Knowledge representation
  • Other topics

Was this helpful?

  1. moments

ai4industry-hackathon

Previousinsightful ai factsNextprevious activities

Last updated 4 years ago

Was this helpful?

ai4industry links

  • Lectures and hackathon meetings are happening on .

  • Chat in

  • Gitlab code

Hackathon

Leubot

  • - University of St.Gallen (ICS-HSG)

Node-red

Knowledge representation

Given example

PREFIX pto: <http://www.productontology.org/id/>
PREFIX td: <https://www.w3.org/2019/wot/td#>
PREFIX hctl: <https://www.w3.org/2019/wot/hypermedia#>
PREFIX onto: <https://ci.mines-stetienne.fr/kg2/ontology#>

SELECT ?machine ?targetUri WHERE {
  ?machine a pto:Packaging_machinery;
     td:hasPropertyAffordance [
         a onto:ConveyorSpeed;
         td:hasForm [
           hctl:hasTarget ?targetUri
         ]
     ] .
}

An overview on the dataset

PREFIX pto: <http://www.productontology.org/id/>
PREFIX td: <https://www.w3.org/2019/wot/td#>
PREFIX hctl: <https://www.w3.org/2019/wot/hypermedia#>
PREFIX onto: <https://ci.mines-stetienne.fr/kg2/ontology#>

SELECT DISTINCT ?class WHERE {
	?something a ?class
}

A query

PREFIX td: <https://www.w3.org/2019/wot/td#> 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 

SELECT ?thing ?prop ?name_p ?action ?name_a WHERE 
{ 
  ?thing td:hasPropertyAffordance ?prop ; 
         td:hasActionAffordance ?action. 
  
  ?action a td:ActionAffordance; td:name ?name_a . 
  
  ?prop a td:PropertyAffordance; td:name ?name_p . 
} 

Another query

PREFIX hctl: <https://www.w3.org/2019/wot/hypermedia#> 
PREFIX itm: <https://ci.mines-stetienne.fr/kg2/itmfactory/> 
PREFIX dct: <http://purl.org/dc/terms/> 
prefix js: <https://www.w3.org/2019/wot/json-schema#> 
prefix onto: <https://ci.mines-stetienne.fr/kg8/ontology#> 
prefix pto:<http://www.productontology.org/id/> 
prefix td: <https://www.w3.org/2019/wot/td#> 

SELECT * WHERE { 
  ?subject a td:Thing . 
  ?subject ?affordance _:bn1 . 
  _:bn1 dct:title ?title ; 
        td:name ?name ; 
        td:description 
      ?description ; 
        td:hasForm _:bnform .
  
  _:bnform hctl:hasTarget ?target . 
}

Other topics

for group2 simulation

A query on

visualizing

zoom
mattermost
Scenario description
Packaging workshop json for simu2
Leubot API docs
Leubot positioning limits
Camera for leubot2
Node-red dashboard
Tripestore
Web-based Visualization of Ontologies
https://ci.mines-stetienne.fr/triplestore/dataset.html?tab=query&ds=/kg2
Plugfest thingsweb API
wot-td-java
our data