The DL format is collection of Edge-list and matrix-based subformats used by UCINET. The "format" tag specifies which format should be used to parse the rest of the data.
Author
Steve Borgatti / analytictech.com
Main Link
http://www.analytictech.com/ucinet/ucinet.htm
Specification
Steve, do you have a link to the spec, can we paste in from the manual?
Short example(s)
Fullmatrix format
dl
n = 5
labels embedded
format = fullmatrix
data:
Bill Jan Jim Sue Zoe
Bill 0 0 1 0 0
Jan 0 0 0 1 1
Jim 1 0 0 1 0
Sue 0 1 1 0 0
Zoe 0 1 0 0 0
Edgelist format
dl
n = 50
format = edgelist
data:
1 7
1 8
1 2
3 19