RemoteDataFile a owl:Class extends DataFile
Subclasses
Annotations
| skos:definition | A file on a remote disk |
| subDomain | DocumentWiseProv |
Properties
| property | description | cardinality | type |
|---|---|---|---|
| remoteFileName | The local file name | 1:1 | xsd:string |
| retrievedOn | Optional a time point at which the file was downloaded | 0:1 | xsd:DateTime |
| md5 | MD5sum of the file, not applicable to output files | 0:1 | xsd:string |
| fileType | Optionally set the fileType | 0:1 | FileType |
| size | Size of the file in bytes, not applicable to output files | 0:1 | xsd:Long |
| retrievedFrom | Optional an URL it was downloaded from | 0:1 | IRI |
| remoteFilePath | The local file path | 1:1 | xsd:string |