- Semantic Gap for users (bits, chars, lists -> events/objects, concepts)
- Data and users: triangle
- Semantic gap exists in text too - search engines do little beyond string matching
- Semantic web tools help, much still to do
- Life - events, experiences and multimedia: eventweb
- Lots of multimedia - raises problems
- Multimedia semantics: many approaches
- Content-based: different model layers (data -> concepts)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.py[co] | |
# Packages | |
*.egg | |
*.egg-info | |
dist | |
build | |
eggs | |
parts | |
bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body vocab="http://schema.org/"> | |
<div typeof="Person"> | |
<h1 property="name">elf Pavlik</h1> | |
<img property="image" src="http://www.gravatar.com/avatar/00000000000000000000000000000000" /> | |
<p property="description">i like you :)</p> | |
</div> | |
</body> | |
</html> |
NewerOlder