Changes between Version 16 and Version 17 of SemanticWebServices

Show
Ignore:
Timestamp:
2009/03/20 10:33:26 (15 years ago)
Author:
rvos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SemanticWebServices

    v16 v17  
    3232=== Technically === 
    3333=== Philosophically === 
     34A formal way of sharing your knowledge with other people. 
    3435=== State of the practice === 
    3536==== RDF ==== 
     
    3738 * Simple example: rdf:Description element defines the subject, rdf:about attribute defines a resource that is the subject. rdfs:label, for example, attaches a human readable label to a subject. 
    3839 * Example with more namespaces: subject is now defined on element foaf:Person (again by rdf:about), subject has multiple predicates: foaf:name (his name), foaf:page (which in turn encloses another triple: foaf:Document => dc:title => literal) 
    39  * Real example: a set of triples describing Tim Berners-Lee using foaf, dc, rss, rdfs. 
     40 * Real example: a set of triples describing Tim Berners-Lee using foaf ([http://www.foaf-project.org/ Friend of a Friend]), dc ([http://dublincore.org/ Dublin core]), ([http://en.wikipedia.org/wiki/RSS_(file_format) rss]), rdfs. 
    4041 * Biological example: a !UniProt record 
    4142==== OWL ====