Changes between Version 42 and Version 43 of rdfstore
- Timestamp:
- 10/29/12 05:51:07 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rdfstore
v42 v43 58 58 where the entity/subject is dataset, the attribute/predicate is title and the value/object is the literal: 'A Vegetation Map Of Tasmania'. 59 59 60 RDF has an XML implementation (see Links section above). This 60 RDF has an XML implementation (see Links section above). This triple encoded in RDF/XML would look like: 61 62 {{{ 63 <rdf:RDF> 64 <rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"> 65 <dc:title>A Vegetation Map Of Tasmania</dc:title> 66 </rdf:Description> 67 </rdf:RDF> 68 }}} 61 69 62 70 RDFS (or RDF Schema) adds a class structure to RDF triples.