Sha256: bb17fbe5c000ee2a5efe0e6fecfbc7504c8202aee94d678a8cbd9ea8db3813e5
Contents?: true
Size: 967 Bytes
Versions: 43
Compression:
Stored size: 967 Bytes
Contents
<?xml version="1.0"?> <!-- Copyright World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. Please see the full Copyright clause at <http://www.w3.org/Consortium/Legal/copyright-software.html> --> <!-- rdf:nodeID can be used to label a blank node. These have file scope and are distinct from any unlabelled blank nodes. $Id: test002.rdf,v 1.1 2002/07/30 09:46:05 jcarroll Exp $ --> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:eg="http://example.org/"> <rdf:Description rdf:nodeID="a"> <eg:property1 rdf:nodeID="a" /> </rdf:Description> <rdf:Description> <eg:property2> <!-- Note the rdf:nodeID="b" is redundant. --> <rdf:Description rdf:nodeID="b"> <eg:property3 rdf:nodeID="a" /> </rdf:Description> </eg:property2> </rdf:Description> </rdf:RDF>
Version data entries
43 entries across 43 versions & 4 rubygems