File
Summary
Refers to any object that stores content on a computer.
Description
Refers to any object that stores content on a computer. The type of content can optionally be provided in the contentType property.
If the isDirectory property is specified and set to true, then the file represents a directory and all content stored in that directory.
Metadata
https://rdf.spdx.org/v3/Software/File
| Name | File |
| Instantiability | Concrete |
| SubclassOf | /Software/SoftwareArtifact |
Properties
| Property | Type | minCount | maxCount |
|---|---|---|---|
| contentType | /Core/MediaType | 0 | 1 |
| isDirectory | xsd:boolean | 0 | 1 |