Wednesday, March 30, 2011
Friday, February 25, 2011
Open Government Data in Switzerland
Articles & news
Organisations: Firmen: Key players: Presentations: Podcasts:
Organisations: Firmen: Key players: Presentations: Podcasts:
Open Government Data
What is open government data?
- By “open” one means open as in the Open (Knowledge) Definition — in essence material (data) is open if it can be freely used, reused and redistributed by anyone.
- By “government data” one means data and information produced or commissioned by government or government controlled entities.
Monday, February 21, 2011
Videos about linked data
von Harald Sack: http://www.tele-task.de/archive/video/flash/12488/
von Georgi Kobilarov : http://www.yovisto.com/video/17144
von Georgi Kobilarov : http://www.yovisto.com/video/17144
Saturday, January 29, 2011
Lexing and Parsing
Lexing is the process of dividing an input stream into meaningful units, or tokens, which are then processed. Parsing refers to discovering semantic meaning out of a series of tokens according to the rules of a grammar.
Thursday, January 27, 2011
RDF versus RDB-shema
Friday, January 21, 2011
Thursday, January 20, 2011
Some definitions about languages
A language consists of a structure definition (called abstract syntax or meta model), a definition of the notation (also called concrete syntax) and semantics. In semantics we distinguish between the static semantics (constraints, typesystem) and the operational semantics (what something means as it is executed).
Sunday, December 26, 2010
Symboles terminaux et non-terminaux
En informatique, on appelle symboles terminaux et non-terminaux les symboles utilisés dans les règles de production d'une grammaire formelle. Les symboles terminaux forment les morceaux de chaînes de caractères générés par la grammaire. Les symboles non-terminaux correspondent aux noms des règles de la grammaire, et produisent des séquences de symboles terminaux et non-terminaux.
Par exemple, pour représenter un nombre éventuellement signé, on peut proposer la grammaire suivante (exprimée en notation pseudo-BNF) :
::= ['-'] {}
::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
Dans cette grammaire, les symboles (-,0,1,2,3,4,5,6,7,8,9) sont terminaux ; les symboles et sont non-terminaux.
Par exemple, pour représenter un nombre éventuellement signé, on peut proposer la grammaire suivante (exprimée en notation pseudo-BNF) :
Dans cette grammaire, les symboles (-,0,1,2,3,4,5,6,7,8,9) sont terminaux ; les symboles
Thursday, December 16, 2010
Synthax versus Semantic
The synthax defines the correctness of a sequence of characters without meaning. Semantic defines the meaning of this sequence of characters.
Example: 34 + 6 = 100 ist syntactic correct but semantic wrong.
Example: 34 + 6 = 100 ist syntactic correct but semantic wrong.
Thursday, December 9, 2010
Is your data 5 star ?
Tim Berners-Lee suggested a 5-star deployment scheme for Linked Open Data and Ed Summers provided a nice rendering of it:

http://www.w3.org/DesignIssues/LinkedData.html
http://lab.linkeddata.deri.ie/2010/star-scheme-by-example/
http://www.w3.org/DesignIssues/LinkedData.html
http://lab.linkeddata.deri.ie/2010/star-scheme-by-example/
Wednesday, June 9, 2010
Closed versus Open World Assumption
Let us take an example and define the following tripels:
A first interpretation is to say that fishes have no vertebra because it is not explicitly specify. This is the "Closed World Assumption". The second interpretation says that the non-specification means that we do not know. This is the "Open World Assumption".
- dog is_a mammal;
- cat is_a mammal;
- mammal is_an animal;
- fish is_an animal
- mammals have vertebra;
A first interpretation is to say that fishes have no vertebra because it is not explicitly specify. This is the "Closed World Assumption". The second interpretation says that the non-specification means that we do not know. This is the "Open World Assumption".
Friday, February 12, 2010
Tools for collaborative ontology engineering
- Ontoprise collaboration server
- Collaborative Protégé
- http://precedings.nature.com/documents/3516/version/1/files/npre20093516-1.ppt
- online demo
- wiki
- Semantic Mediawiki
- OWLDiff
Thursday, February 4, 2010
Internet: le réseau des réseaux
"Internet est un réseau spontané, émergent, en coévolution accélérée avec son environement humain. Il est chaotique, anarchique, totalement décentralisé. Aucune administration centrale ne le dirige, personne ne le posède et plus personne ne peut arrêter son développement."
Joël De Rosnay, "L'Homme Symbiotique"
Saturday, January 30, 2010
RDF Vocabulary
Classes
- rdf:Resource - the class resource, everything
- rdfs:Literal - the class of XML literal values, e.g. strings and integers
- rdf:XMLLiteral - the class of XML literal values
- rdfs:Class - the class of classes
- rdf:Property - the class of properties
- rdfs:Datatype - the class of RDF datatypes
- rdf:Statement - the class of RDF statements
- rdf:Alt, rdf:Bag, rdf:Seq - containers of alternatives, unordered containers, and ordered containers (rdfs:Container is a super-class of the three)
- rdfs:Container - the class of RDF containers
- rdfs:ContainerMembershipProperty - the class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of rdfs:member
- rdf:List - the class of RDF Lists
- rdf:nil - an instance of rdf:List representing the empty list
- rdf:type - an instance of rdf:Property used to state that a resource is an instance of a class
- rdfs:subClassOf - the subject is a subclass of a class
- rdfs:subPropertyOf - the subject is a subproperty of a property
- rdfs:domain - a domain of the subject property
- rdfs:range - a range of the subject property
- rdfs:label - a human-readable name for the subject
- rdfs:comment - a description of the subject resource
- rdfs:member - a member of the subject resource
- rdf:first - the first item in the subject RDF list
- rdf:rest - the rest of the subject RDF list after the first item
- rdfs:seeAlso - further information about the subject resource
- rdfs:isDefinedBy - the definition of the subject resource
- rdf:value - idiomatic property used for structured values
- rdf:subject - the subject of the subject RDF statement
- rdf:predicate - the predicate of the subject RDF statement
- rdf:object - the object of the subject RDF statement
Differences between a thesaurus and a formal ontology
from SKOS Reference :
"... To understand this distinction, consider that the "knowledge" made explicit in a formal ontology is expressed as sets of axioms and facts. A thesaurus or classification scheme is of a completely different nature, and does not assert any axioms or facts. Rather, a thesaurus or classification scheme identifies and describes, through natural language and other informal means, a set of distinct ideas or meanings, which are sometimes conveniently referred to as "concepts". These "concepts" may also be arranged and organized into various structures, most commonly hierarchies and association networks. These structures, however, do not have any formal semantics, and cannot be reliably interpreted as either formal axioms or facts about the world. Indeed they were never intended to be so, for they serve only to provide a convenient and intuitive map of some subject domain, which can then be used as an aid to organizing and finding objects, such as documents, which are relevant to that domain.
To make the "knowledge" embedded in a thesaurus or classification scheme explicit in any formal sense requires that the thesaurus or classification scheme be re-engineered as a formal ontology. In other words, some person has to do the work of transforming the structure and intellectual content of a thesaurus or classification scheme into a set of formal axioms and facts. ..."
Monday, January 25, 2010
Farmer & Belin’s Criteria of Life
- Life is a pattern in spacetime, rather than a material object. For example, most of our cells are replaced many times during our lifetime. It is the pattern and set of relationships that are important, rather than the specific identity of the atoms.
- Self-reproduction, if not in the organism itself, at least in some related organism. (Mules are alive, butcannot reproduce. Viruses can only reproduce with the aid of a host.)
- Information storage of a self-representation. For example, contemporary natural organisms store a description of themselves in DNA molecules, which is interpreted in the context of the protein/RNA machinery.
- A metabolism which converts matter and energy from the environment into the pattern and activities of the organism. Note that some organisms, such as viruses, do not have a metabolism of their own, but make use of the metabolisms of other organisms.
- Functional interactions with the environment. A living organism can respond to or anticipate changes in its environment. Organisms create and control their own local (internal) environments.
- Interdependence of parts. The components of living systems depend on one another to preserve the identity of the organism. One manifestation of this is the ability to die. If we break a rock in two, we are left with two smaller rocks; if we break an organism in two, we often kill it.
- Stability under perturbations and insensitivity to small changes, allowing the organism to preserve its form and continue to function in a noisy environment, or after being subjected to minor damage.
- The ability to evolve. This is not a property of an individual organism, but rather of its lineage. Indeed, the existence of a lineage is an important feature of living systems.
Subscribe to:
Posts (Atom)


