| http://www.w3.org/ns/prov#value | - You can view the linked device on a symlink with the ls command, like so: ls -l /dev/cdromproduces an output similar to: lrwxrwxrwx 1 root root 4 2008-06-22 17:31 /dev/cdrom -> scd0This tell us that /dev/cdrom is a symlink to the device /dev/scd0 .
|