- Mar 2022
-
www.hawkwoodcollege.co.uk www.hawkwoodcollege.co.uk
-
inter-systemic approach
inter-systemic approach
-
-
www.linkedin.com www.linkedin.com
-
Moire phenomena, requisite variety, systems & complexity, difference that makes a difference, play
requisite variety
-
Double bind, Schismogenesis, abductive process, transcontextual description, iterative multi-modal learning, the ecology of communication
transcontextual description
multi-modal learning
ecology of communicsation
-
Cotswolds
y
-
People Need People process
people need
-
The first Warm Data Lab host training course since 2020!
-
-
www.moderndescartes.com www.moderndescartes.com
-
Deep Learning on Electronic Medical Records is doomed to fail
healtcare
-
-
www.linkedin.com www.linkedin.com
-
But solving the second problem means we need to get serious about what our data means, and we need to wind this meaning into the data itself.
wind meaning into the data itself
-
For people who love schadenfreude, the failure of IBM's Watson was a total jackpot.
Watson failure
-
-
www.datasciencecentral.com www.datasciencecentral.com
-
The Shape of Data
-
-
-
foundation for peer-to-peer alternatives
I missheard: foundation for peer-to-peer alternatives as peer-to-peer autonomy. The peer-to-peer alternatives that we are actively exploring are best characterised as open, commons based, = peer produced = constellations for peer-to-peer, peer-to-community, community-to-peer, community-to-community digital spaces for autonomy =
-
Pim's multiple personalities: talking with a great thinke
-
-
www.researchgate.net www.researchgate.net
-
arvests and contextualizes semantically structured information, empowering us to curate a private Knowledge Graph of Things, which a view also to enhancing collaborative knowledge work
harvest and contextualize semantically structured information curate Private Knowledge Graph enhance collaborative knowledge work
-
er. It is a holistic solution which integrates web research, linked data, annotation, note-taking and knowledge organization
holistic integration of web research, linked data, annotations note-taking and knowledge organization
-
-
duckduckgo.com duckduckgo.com
-
personal knowledge graphs: resources of structured informa- tion about entities personally related to its user, including the ones that might not beglobally important. We discuss key aspects that separate them for general knowledge graphs, identify the main challenges involved in constructing and using them, and define a research agenda.
-
-
hcommons.org hcommons.orgIDM.pdf5
-
“sociality coded by technology
sociality
-
As media theorist José van Dijck put it, they do so by “coding relationships between people, things and ideas into algorithms.” In turn, “sociality coded by technology renders people’s activities formal, manageable, and manipulable, ena-bling platforms to engineer the sociality in people’s everyday routines” (Van Dijck 2013b, p. 12)
coding relationships between
people
things
ideas
-
facilitate the organization of social relationships around common interests and are at least partly the effect and not just the cause of the emergence of new forms of grassroots soci-ality
grass root sociality
-
Social media are websites based on the ability to build and maintain social ties they provide to users.
beyond maintainung social ties
-
analyze these transformations in sociality and identity, forms of cooperation, politics and democracy, and work and economy.
- sociality
- identity
- cooperation, forms of
- democracy
- work
- economy
-
-
paul.kinlan.me paul.kinlan.me
-
Offline fallback page with service worker
-
-
www.buymeacoffee.com www.buymeacoffee.com
-
Aryan Sawhney is creating Logseq plugins and YouTube videos
-
-
www.w3.org www.w3.orgWeb Intents21
-
-
Intent data should be persisted by the User Agent across login redirects.
intent data persisted
-
The service should be able to use standard login mechanisms in the context the User Agent places them within to perform authentication.
aauthentication within the context
-
a link returning a resource of a type which the user agent doesn't know how to display can be translated into an intent which allows the user to configure a web application capable of reading that resource type and viewing it.
configure app
-
built-in intent handlers corresponding to existing functionality.
built in intent handlers
-
putting web applications on the same footing as local resources
local resources footing
-
translate a few existing features to use Web Intents
translate to web intents
-
. whether the connection is permanent or temporary, whether tokens are user-consumable or opaque
user consumable or opaque tokens
-
times when a persistent connection is desired. There are a few different methods that Web Intents should support for this. One is returning URIs which can be loaded by clients in an iframe and then messaged using other web platform features
iframe messaging
-
Sharing
sharing
-
With an Intent, the source page specifies the nature of the task to be done, and the user can select any of a number of applications to be used to complete the task.
source specify task TBD
user can select applications to be used
-
With a hyperlink, the source page specifies the exact URL to be navigated to
source specify the URL to navigate to
-
Intent is like the dual of a hyperlink
dual of a hyperlink
-
it is loosely coupled with such applications by providing the data necessary for them to carry out their task, and controls allowing the user to launch these activities on the data.
loosely coupled
data for tasks to be carried out
-
document.getElementById('share-photo').addEventListener("click", function() { var intent = new Intent({"action":"http://webintents.org/share", "type":"text/uri-list", "data":getPublicURIForImage(...)}); navigator.startActivity(intent); }, false);
```javascript document.getElementById('edit-photo').addEventListener("click", function() { var intent = new Intent({"action":"http://webintents.org/edit", "type":"image/jpeg", "data":getImageDataBlob(...)}); navigator.startActivity(intent, imageEdited); }, false);
function imageEdited(data) { document.getElementById('image').src = data; } ```
-
document.getElementById('edit-photo').addEventListener("click", function() { var intent = new Intent({"action":"http://webintents.org/edit", "type":"image/jpeg", "data":getImageDataBlob(...)}); navigator.startActivity(intent, imageEdited); }, false); function imageEdited(data) { document.getElementById('image').src = data; }
``` document.getElementById('edit-photo').addEventListener("click", function() { var intent = new Intent({"action":"http://webintents.org/edit", "type":"image/jpeg", "data":getImageDataBlob(...)}); navigator.startActivity(intent, imageEdited); }, false);
function imageEdited(data) { document.getElementById('image').src = data; } ```
-
loose coupling and open architecture
loose coupling
open architecture
-
pass rich data back and forth
data back forth
-
Web Intents enable rich integration between web applications
rich integration between web applications
-
service discovery and light-weight RPC mechanism for web apps called Web Intents
service discovery light weight RPC
-
Web Intents
-
-
www.youtube.com www.youtube.com
-
The Man Behind Wordle!
Give it a dumb name https://hypothes.is/a/SsodDqtYEeyhnBOvof5d8g
-
-
en.wikipedia.org en.wikipedia.org
-
a play on his last name.
-
-
paul.kinlan.me paul.kinlan.me
-
web3
web3
-
The Wordle Wide Web
Wordle
-
-
paul.kinlan.me paul.kinlan.me
-
We want people to have the best experience possible on the web without having to install a native app or produce content in a walled garden.
no need to install native apps = no produce content = in a walled garden =
-
I am Paul Kinlan. A Developer Advocate for Chrome and the Open Web at Google.
-
-
paul.kinlan.me paul.kinlan.me
-
the next frontier for app discovery
frontier for App discovery =
-
Long-running Chatty (MessagePorts etc)
Chatty MessagePorts
-
separate out service resolution and selection
Service resolution
Selection
-
registerContentHandler right now requires a server won't work offline at the moment)
register Content handler
requires server
-
WebWishes
- search : WebWishes
-
value to other RSS readers who wanted to be able to offer their experience to users.
Value to other RSS reader
-
Mozilla in Firefox OS went and implemented Web Activities
- search : Mozilla Web Activities
-
adding in the ability to "VIEW" RSS feeds in your preferred apps.
View RSS feed
-
middleman without any customers.
Middleman no customers
-
Services need clients and clients need services,
WebNative all in one with you
-
irony being, we only ever consumed the Chrome Web Store manifests intent declaration.
irony only chrome webstore manifest consumed
-
for : - web share - web intents - inter web native intents
-
suggestions that we ignored such as a Web Manifest
web manifest
-
outraged that we wanted to add a new tag (especially in the head)
add new tag in the head
-
chance to install an app
with PWAs accessing it is installing it in the browser
-
pins are a small social discovery mechanism
- for : annote
small social discovery mechanism
-
have search (any search engine, not just Google) have a massive index of functionality,
search index of functionality
-
User invocation and selection of services.
Invocation and selection
-
Agent Discovery of services
Discovery of services
-
guide developers in a very opinionated way.
Guide opinionated ways
-
By solving the common user problems we could have iterated on the UX more effectively and it might have even led to a different API design. We just simply didn't explore the idea.
Iterate on UX
-
User A wants to share a link to their favourite social site
Well well
-
Rather than searching for the name of an application you could say "I want to edit images", and boom, a list of apps that edit images.
Yes
-
a lot of developers wanted to design their own actions.
Of course
Go meta young man
-
naming an API the same as a platform feature doesn't always guarantee success.
Naming
-
My "grand vision" was to have apps on the web to be as powerful as apps on Android.
grand vision
-
aiming for the wrong platform first
PWA
-
The UX that killed it
UX killed it
-
it hurt when it got canned.
canned
-
What happened to Web Intents?
-
-
hypothes.is hypothes.is
-
3 Matching Annotations
Where hypothesis acts best @ interest based soical knowledge discovery and serendipity engine
discovering others with shared interests
which in turn leads to highly discovering higly relevant other resources
-
-
www.datasciencecentral.com www.datasciencecentral.com
-
oversiloing, a habit computing users have had since the dawn of computing, makes it necessary to repeat QA processes over and over again, silo by silo
- oversiloing
- repeat QA
- silo by silo
-
viewing old DM as an opportunity to create a perpetual annuity income stream, the gift that keeps on giving.
perpetual annuity income stream
gift keeps giving
-
The long game: Desiloed systems and feedback loops by design (I of II)
-
-
www.youtube.com www.youtube.comYouTube2
-
Alan Kay - Normal Considered Harmful
-
it really should be like an operating system kernel right the operating system kernel controls address 00:23:58 spaces that can confine computations completely therefore you can actually allow any binaries to come down and be used you can completely control what goes in and what goes out and all of a 00:24:13 sudden your browser is simply something that allows bitmaps canvases that you give to these things to write on to be displayed so this it's there's nothing you have to do because you don't want 00:24:27 it's like the the the good idea in UNIX was hey we don't want a big operating system we want the tiniest kernel we can have and then we want to use address 00:24:41 spaces in order to protect everybody from everybody else so this is this is operating system 101 this is well known all the way back in 1965 and 1966 it 00:24:55 should be the first thing that occurs to anybody so I figured somebody young so this occurred everybody in the 60s and 70s knew this is the way to do it we're all surprised it wasn't done this way
-
-
twitter.com twitter.com
-
Thomas Steiner@tomayacReplying to @jaffathecakeHoly moly, massive props to you and the reviewers! I sometimes wonder how we got this far without even some of the foundations working interoperably.
foundations working interolperably
-
-
web.dev web.dev
-
Mini apps and super apps
-
-
-
Mini appsA web developer's exploration into mini apps—apps that are built with web technologies but that do not run in browsers.
-
-
-
Explore our structured learning paths to discover everything you need to know about building for the modern web.
-
-
-
Let's build the future of the web, togetherTake advantage of the latest modern technologies to build amazing web experiences for everyone.
-
-
w3c.github.io w3c.github.io
-
particular, Paul Kinlan, who did a lot of early advocacy for Web Share and Web Share Target.
- for : Paul Kinlan
-
-
www.linkedin.com www.linkedin.com
-
need to do annotation as well as computation to build intelligent systems
annotation as well as computation
intelligent systems
-
-
paul.kinlan.me paul.kinlan.me
-
handle the POST method in the onfetch handler.
Handle post method
in service worker
-
Modern Mobile Bookmarklets with the ShareTarget API
-
-
www.linkedin.com www.linkedin.com
-
When we were ready to start our first employee resource group (ERG) at Coda, we had lots of questions.
-
-
-
No browsers currently support this API natively. To use this system simple drop the following code in to your site
polyfill?
-
Web Intents
-
-
en.wikipedia.org en.wikipedia.org
-
Web Intents proxy pages that make available some real services that don't yet support intents
-
an Intent equals an action to be performed by a provider
intent equals action to be performed by the provider
-
modelled after the Intents system in Android.
Intents system modelled after Android
-
web-based inter-application communication and service discovery
-
-
www.slideshare.net www.slideshare.net
-
Web Intents/Actions - UX Challenges
-
-
blog.mozilla.org blog.mozilla.org
-
Grass is green and hyperlinks are blue.
grass green hyperlinks blue
-
Why are hyperlinks blue?
-
-
antsstyle.medium.com antsstyle.medium.com
-
Web3, also known as Web 3.0,[1][2][3] is an idea for a new iteration of the World Wide Web that incorporates decentralization based on blockchains.
it is not blockchain but cryptography
The vision for the decent(ralized) web is
the attempt to "Lock the Web Open"
inspired by blockchain but it is really grounded in Cryptography
The Cryptocosm is lot more than blockchain
-
fully decentralised system has worked for anything
decent(ralization) reject the very idea of "fully" Absolute Time
and global consensus
This is the difference between Decentralized Ledger Technology (blockchain is a broader concept of creating chains of hashes) (The very idea of Global consensus makes it hard to see it how it could be fit for "Decent" Uses
On the other hand, Distributed Hash Tables
promote commons based peer production of decent capabilities, networks of trusts, trust but verify.
-
-
www.youtube.com www.youtube.com
-
An Intro to Making Logseq Plugins ft. Sawhney
-
-
github.com github.com
-
Interstitial journaling is a productivity technique created by Tony Stubblebine.
interstitial journaling
-
combine note-taking, tasks, and time tracking in one unique workflow.
combine note-taking time tracking workflow
-
Interstitial journaling helper
-
-
-
just add it as a to-do where and when you think about it.
write where u r
anytime anywhere as a clue
-
Interstitial journaling: combining notes, to-do and time tracking
-
-
github.com github.com
-
A plugin to export the current page as your own custom styled pdf,
plugin
-
logseq-pdf-export
pdf export
-
-
www.linkedin.com www.linkedin.com
-
Companies are allowing their data to get too complex by independently acquiring or building applications.
data complexity independent applications
-
-
-
node-ical
can we run this in the browser?
-
-
github.com github.com
-
Credits to https://github.com/jens-maus/node-ical
-
Logseq Calendars Plugin
A calendar plugin for LogSeq.
Let's turn it into a plugout for all
-
-
github.com github.com
-
Logseq Find and Replace Plugin
-
-
docs.google.com docs.google.com
-
these demos are not for service and product pitches.
not for product pitches
-
Fitting these results in the current state of the art and practice is essential.
MindGraph does in the context of onterpersonal knowledge creation what SHACL does in the context of validation.
-
These demonstrations should underlie scientific contributions and show how scientific approaches have been transferred into a working tool.
go the other way round how working tools can make scientific contributions
-
-
www.knowledgegraph.tech www.knowledgegraph.tech
-
KGC 2022: Call for Tools and Demonstrations is now open!
-
-
bafkreibdqbhes6x7uua7spnikhqtjizgc3xmsmwzusw3ql3toaxs7mftnu.ipfs.dweb.link bafkreibdqbhes6x7uua7spnikhqtjizgc3xmsmwzusw3ql3toaxs7mftnu.ipfs.dweb.link
-
The problem with DAOs
test
-
-
blog.archive.org blog.archive.org
-
July 2021: Title changed from “Distributed Web” to “Decentralized Web” as it came to be know that way.
the Decent Web
Web 3 is not as it is made out to be
-
-
teal-steel-cat.fission.app teal-steel-cat.fission.app
-
Terrence Parr's Motto
-
-
-
DAO membershipThere are different models for DAO membership. Membership can determine how voting works and other key parts of the DAO.
-
-
medium.com medium.com
-
DAOs in their current manifestation are anything but the ideal they are trying to promote.
-
-
www.laptop.hu www.laptop.hu
-
Asus ZenBook 14 (UM425UA) - 14" FullHD IPS-Level, Ryzen 5-5500U, 16GB, 512GB SSD, Microsoft Windows 10 Home - Fenyőszürke Ultrabook 3 év garanciával Laptop Gyártói cikkszám: UM425UA-AM182T
-
1952 január 28-án létrejött a szerződés a Bank of America és a SRI között egy feldolgozó rendszer létrehozására. Ez az első Banki informatikai rendszer az ERMA. 1952 január 28-án létrejött a szerződés a Bank of America és a SRI között egy feldolgoz
SRI Bank of America
-
-
twitter.com twitter.com
-
compelling writeup by @dustingetz on Hyperfiddle: write a fullstack program, and have a compiler distribute across client/server boundary https://hyperfiddle.notion.site/Reactive-Clojure-You-don-t-need-a-web-framework-you-need-a-web-language-44b5bfa526be4af282863f34fa1cfffc…
-
-
-
you can simply export all of your CIDs and ask a pinning service to pin them without need to download or upload any data.
That's the ultimate data porability
You can change your host without 'moving' your data.
-
-
personalknowledgegraphs.com personalknowledgegraphs.com
-
Announcing the first Personal Knowledge Graph book: Call for Submissions
-
go from Personal to Inter-personal Knowledge Graphs, bringing back the Social to the Web
strong guarantees of Inter Personal Digital Autonomy
emergent mutual learning and conversations unenclosable benefiting the patrticipants fist
-
PKGs combine aspects of
- todo : expand
-
knowledge graph technology and practices in a personal, as opposed to enterprise, research or public context and capacity.
personal enterprise public should complete each other
-
rethinking personal computing, or want to decentralize the Web.
rethinking personal computing
-
take back control over their personal data
take back control not only of data but the very capabilities needed to create and work with them
Personal digital Autonomy
Lrt people be their own hub in their own networks connecting people and ideas mutual learnings
-
Interacting with the personal graph feels more like interacting with a "thinking partner", as Luhmann said for his Zettelkasten that predated and inspired a new generation of graph-based Tools for Thought.
interacting with a thinking partner
http://1962paper.org/web.html#annotations:1i1anAwMEeutPrtso0kK7w
https://hypothes.is/a/k1knuKeTEey3yjNvP_tiLA
just like Engelbart's Conceptual Framework for Augmenting Human Intellect: "improving the intellectual effectiveness of the individual human being" a practical reality https://hyp.is/1i1anAwMEeutPrtso0kK7w/1962paper.org/web.html
-
regardless of how the information is stored, it is experienced as a graph that can be traversed along the edges linking pieces of content.
experienced as a graph
-
Growing out of personal wikis and networked note-taking apps
personal wikis and networked note-taking tools
-
people managing their personal data as knowledge graphs.
people managing their data as KGs
-
What if each one of us could use the tools and practices professionals use to manage their data and build knowledge, while avoiding vendor lock-in?
build knowledge while avoiding vendor lock-in
-
ecosystem of publications and events connecting data, people and ideas and contributing to knowledge sharing and network building.
connecting data people ideas
network building
-
knowledge graphs are the best way to unify and integrate their heterogeneous data structures and models.
unify integrate heterogeneous data
-
see the world as a network of meaningful connections
network of meaningful connections
-
Chapter proposal (abstract submission): May 1st, 2022Abstract acceptance notification: Jun 1st, 2022Full chapter submission: Sep 1st, 2022End of integration: December, 2022Publication (planned): 2023
dates
-
the book itself will be published as a knowledge graph
book published as a KG
-
We find it's best to show, rather than tell.
Show rather than tell
-
-
bleedingedge.quora.com bleedingedge.quora.com
-
Node 17.6.0 has HTTPS imports, huzzah!
not quite there yet https://hyp.is/VpCCEKjWEeyf8j8uXxAQZg/github.com/nodejs/node/pull/36328
-
Bleeding Edge WebKeeping up with the tech industry, so you don't have to do it alone.
-
-
-
This allows for HTTPS (not HTTP) imports to work with the ESM module loader. This PR is only an initial PR for incremental progress behind a flag.
not quite there yet
-
-
www.datasciencecentral.com www.datasciencecentral.com
-
Is Data Scientist Weak Link in Data-drive Value Creation?
Weak link
-
-
web.hypothes.is web.hypothes.is
-
abuse policy
see abuse policy
-
Via is a closed proxy that lets you annotate web pages and PDFs with Hypothesis.
via
-
clicking links on an annotation-enabled webpage will also enable annotation on other pages you visit.
That's quite a bonus
-
-
-
This tells the operating system to include your app as an option in the intent chooser.
about intent chooser
-
-
docs.google.com docs.google.com
-
Agora prtocol
anagora
-
-
www.systemspractice.org www.systemspractice.org
-
Systems and Complexity in Organisation
-
-
www.youtube.com www.youtube.com
-
Ivo Velitchkov Ivo Velitchkov 172 subscribers Subscribed This is the most recent and the longest Essential Balances session recorded. The seminar was organized by SCiO* Belgium. At that time only the Kindle edition of the book was available. Now the paperback and audiobook are out as well. Find out more at http://essentialbalances.com. --- *SCiO (Systems and Complexity in Organisation) is a community of systems practitioners who believe that traditional approaches to running organisations are no longer capable of dealing with the complexity and turbulence faced by organisations today and are responsible for many of the problems we see today. SCiO members believe that systemic approaches to designing and running organisations offer radically new and better alternatives. SCiO has branches in the UK, Netherlands, Belgium and DACH (Germany, Austria, Switzerland) and Spain. Find out https://www.systemspractice.org
Systems and Complexity in organisation
-
ESSENTIAL BALANCES webinar at SCiO.be
-
-
www.youtube.com www.youtube.com
-
We’ve created a new, animated video series as an explanatory trailer for the Great Simplification. The first video in the series: Energy Blind, outlines the long history that brought humans to our current juncture – highlighting how the last 200 years of growth has been supported by our extraction of fossil energy. The title references how our culture - and institutions - and expectations - generally underappreciate the role of energy in our lives and futures. Removing these ‘energy blinders’ for pro-future humans is a central goal of our work, so that we can make better informed decisions about future paths. Here is a link to the show notes and references: https://www.thegreatsimplification.co... The remaining 4 videos will be released simultaneously in March 2022. We hope you enjoy this 6 minute film introducing the series.
fossil energy
-
-
www.linkedin.com www.linkedin.com
-
"All of this is possible only if we have access to connectivity - there's no #Metaverse or remote experience if we don't solve the problems we have with access to infrastructure." 🤖
-
-
subconscious.substack.com subconscious.substack.com
-
Possibility spaceGordon Brander
-
-
scifi.stackexchange.com scifi.stackexchange.com
-
Hungarian: A free word order language. There is nothing unusual about Yoda's speech.
free word order language
-
-
www.boblucky.com www.boblucky.com
-
Retrospective Organization
In the beginning was the word indeed!
indeces to ' a half-baked idea, a shadow of a theme."
All organization is retrospective
Minerva's owl spreads its wings at dusk.
-
It is impossible to have an empty map, to be in a position that can’t be described. We feel a compulsion to draw roads and boundaries on the blank map. It demands organization and structure. So do projects and problems.
no empty map
draw boundaries
-
After a few briefings of this material, our memory has been indelibly altered.
memory indelibly altered
-
What is the most impressive sequence of logical steps could have led to this randomly-derived present state?
rational reconstruction
-
retrospectively impose order on events that at the time might have been largely determined by chaos and happenstance.
retrospective order
-
decisions are often ambiguous and based on incomplete information
ambiguous incomplete
-
Or perhaps the dreaded paperclip pops up and says, “I see you are trying to prepare a project review.”
paperclip template
-
The speaker assumed that we would all share his enthusiasm for this chart – perhaps because his own name was at the top
own name at the top
-
a half-baked idea, a shadow of a theme
half-baked ida shadow of a theme
-
-
www.zotero.org www.zotero.org
-
Zotero 6: Your research workflow, transformed We’re thrilled to announce the release of Zotero 6, the next major version of Zotero and the biggest upgrade in Zotero’s history. Zotero 6 introduces an array of new features to transform how you do research, including a completely new way of working with PDFs and notes.
-
-
blog.holochain.org blog.holochain.org
-
Not Web3 as it exists today — centralised, expensive, and finance-oriented — but a truly people-powered web built with distributed ledger tech that isn’t blockchain-based.
not centralised expensive finance-oriented web3
-
-
twitter.com twitter.com
-
ConceptEngine@coengioGive it a pattern, then tell it how to react. A post on inference in ConceptEngine by @prolificeric: https://coeng.io/blog/teaching-concept-engine-to-infer…
-
-
twitter.com twitter.com
-
Is Holochain 'Web3'? If that means putting a price tag on all of our online activities, no. But if it means taking shared ownership of our online lives, then yes, maybe Holochain is 'Web3'. Read why #Holochain is fit for the real Web3 https://buff.ly/3rkwYiB
-
-
-
Teaching ConceptEngine to InferBy Eric WeberMarch 16, 2022
-
-
www.w3.org www.w3.org
-
Shapes Constraint Language (SHACL) W3C Recommendation 20 July 2017
-
-
www.w3.org www.w3.org
-
Shapes Constraint Language (SHACL)
-
-
www.dajobe.org www.dajobe.org
-
SPARQL 1.0 Query Execution
-
-
duckduckgo.com duckduckgo.com
-
SPARQL Query Language for RDF - W3
-
-
www.youtube.com www.youtube.com
-
One Ontology, One Data Set, Multiple Shapes with SHACL. Tara Raafat
-
this is just a simple classes instances properties
recap RDF OWL
-
validation on your data
used for
-
restrictions which allow you to define cardinalities existential restrictions Universal restrictions
restrictions
cardinailities
universal restrictions
-
instances of the classes which we call them individuals
instances of classes as individuals
-
data property
data property
-
connect one concept to a value
connect one concept to a value
isomorphic ot grammars non-terminals rules terminals
-
classes which are going 00:01:50 to be the concepts the properties which connect the concepts together
classes = concepts
properties = how to connect
-
standard for ontology development
OWL
web ontology language
-
model knowledge and reuse it
model reuse knowledge
-
automated reasoning it supports inference
automated reasonong
inference
-
a knowledge model that defines how different concept within a excuse me within a domain are connected to each other
knowledge domain how things are connected
-
there's no schema
no schema?
-
reuse the identifiers to connect different things 00:01:00 togethe
connect things together
-
everything has a unique identifier
core thing idenitifer
-
it's just a sentence
proposition
-
-
starlust.org starlust.org
-
Or you may use an astronomy application to quickly determine if the moon is waxing or waning.
You do not need an app for that
Just look up (no app) and consider
if the portion that shows the bit of the disc visible to the right (like a D) than it is waxing
if it is to the left (C) it is waxing
-