PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • RANGE details.txt 20 300 When server receives a RANGE message it reads the file only the range requested i.e. 20 to 300 bytes (both inclusive) and returns that data. so data size will be typically end-start+1 bytes in this case 300-20+1 = 281 bytes Of course, if the file is much smaller than 300 bytes, server can only send the available bytes.
http://www.w3.org/ns/prov#wasQuotedFrom
  • netbsd.org