Class: File (File)
Digital document or record stored in a specific format that contains data or information.
- NOTE: this is an abstract class and should not be instantiated directly
URI: EVORAO:File
classDiagram
class File
click File href "../File"
Resource <|-- File
click Resource href "../Resource"
File <|-- Data
click Data href "../Data"
File <|-- Document
click Document href "../Document"
File <|-- Audio
click Audio href "../Audio"
File <|-- Video
click Video href "../Video"
File <|-- Image
click Image href "../Image"
File : contentUrl
File : dateIssued
File : dateModified
File : description
File : format
File : identifier
File : iri
File : keyword
File : license
File --> "0..1" License : license
click License href "../License"
File : name
File : publisher
File --> "0..1" PersonOrOrganization : publisher
click PersonOrOrganization href "../PersonOrOrganization"
Inheritance
Slots
| Name |
Cardinality and Range |
Description |
Inheritance |
| name |
1 String |
A word or set of words used to identify and refer to an entity |
direct |
| description |
0..1 recommended String |
A short explanation of the characteristics, features, or nature of the curren… |
direct |
| contentUrl |
1 Uri |
The web address or location where the file content is stored and can be acces… |
direct |
| format |
1 String |
The file type or format that indicates how the data within the file is struct… |
direct |
| license |
0..1 License |
Information about terms and conditions under which the subject can be used, s… |
direct |
| keyword |
* String |
A keyword or tag describing the resource |
Resource |
| dateIssued |
0..1 Datetime |
Date of formal issuance (e |
Resource |
| dateModified |
0..1 Datetime |
Most recent date on which the resource was changed, updated or modified |
Resource |
| identifier |
* String |
A unique identifier of the resource being described or cataloged |
Resource |
| iri |
* Uri |
International Resource Identifier (IRI) that uniquely identifies or refers to… |
Resource |
| publisher |
0..1 PersonOrOrganization |
The entity responsible for making the resource available |
Resource |
Usages
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:File |
| native |
EVORAO:File |
| exact |
schema:MediaObject, schema:MediaObject |
| broad |
dct:MediaType, dct:MediaType |
| close |
wd:Q82753, dcat:mediaType, ncit:C42883, wd:Q82753, dcat:mediaType, ncit:C42883 |
LinkML Source
Direct
```yaml
name: File
description: Digital document or record stored in a specific format that contains
data or information.
title: File
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:MediaObject
- schema:MediaObject
close_mappings:
- wd:Q82753
- dcat:mediaType
- ncit:C42883
- wd:Q82753
- dcat:mediaType
- ncit:C42883
broad_mappings:
- dct:MediaType
- dct:MediaType
is_a: Resource
abstract: true
slots:
- name
- description
- contentUrl
- format
- license
slot_usage:
name:
name: name
description: A word or set of words used to identify and refer to an entity.
title: name
exact_mappings:
- schema:name
- vcard:fn
close_mappings:
- rdfs:label
- dct:title
slot_uri: foaf:name
domain_of:
- File
- PersonOrOrganization
- ContactPoint
range: string
required: true
multivalued: false
description:
name: description
description: A short explanation of the characteristics, features, or nature of
the current item.
title: description
comments:
- Describe this item in few lines. This description will serve as a summary to
present the resource.
exact_mappings:
- schema:description
slot_uri: dct:description
domain_of:
- File
- Dataset
- DataService
- Term
- PersonOrOrganization
- ContactPoint
- License
- Certification
- FundingSource
range: string
required: false
recommended: true
multivalued: false
contentUrl:
name: contentUrl
description: The web address or location where the file content is stored and
can be accessed or downloaded.
title: content URL
exact_mappings:
- schema:contentUrl
is_a: iri
domain_of:
- File
range: uri
required: true
multivalued: false
format:
name: format
description: The file type or format that indicates how the data within the file
is structured.
title: format
exact_mappings:
- schema:fileFormat
- dct:format
close_mappings:
- schema:encodingFormat
domain_of:
- File
range: string
required: true
multivalued: false
license:
name: license
description: Information about terms and conditions under which the subject can
be used, shared, or distributed, indicating any restrictions or permissions.
title: license
exact_mappings:
- dct:license
- schema:license
close_mappings:
- wdp:P275
domain_of:
- File
- DataProvider
range: License
required: false
multivalued: false
```
Induced
```yaml
name: File
description: Digital document or record stored in a specific format that contains
data or information.
title: File
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:MediaObject
- schema:MediaObject
close_mappings:
- wd:Q82753
- dcat:mediaType
- ncit:C42883
- wd:Q82753
- dcat:mediaType
- ncit:C42883
broad_mappings:
- dct:MediaType
- dct:MediaType
is_a: Resource
abstract: true
slot_usage:
name:
name: name
description: A word or set of words used to identify and refer to an entity.
title: name
exact_mappings:
- schema:name
- vcard:fn
close_mappings:
- rdfs:label
- dct:title
slot_uri: foaf:name
domain_of:
- File
- PersonOrOrganization
- ContactPoint
range: string
required: true
multivalued: false
description:
name: description
description: A short explanation of the characteristics, features, or nature of
the current item.
title: description
comments:
- Describe this item in few lines. This description will serve as a summary to
present the resource.
exact_mappings:
- schema:description
slot_uri: dct:description
domain_of:
- File
- Dataset
- DataService
- Term
- PersonOrOrganization
- ContactPoint
- License
- Certification
- FundingSource
range: string
required: false
recommended: true
multivalued: false
contentUrl:
name: contentUrl
description: The web address or location where the file content is stored and
can be accessed or downloaded.
title: content URL
exact_mappings:
- schema:contentUrl
is_a: iri
domain_of:
- File
range: uri
required: true
multivalued: false
format:
name: format
description: The file type or format that indicates how the data within the file
is structured.
title: format
exact_mappings:
- schema:fileFormat
- dct:format
close_mappings:
- schema:encodingFormat
domain_of:
- File
range: string
required: true
multivalued: false
license:
name: license
description: Information about terms and conditions under which the subject can
be used, shared, or distributed, indicating any restrictions or permissions.
title: license
exact_mappings:
- dct:license
- schema:license
close_mappings:
- wdp:P275
domain_of:
- File
- DataProvider
range: License
required: false
multivalued: false
attributes:
name:
name: name
description: A word or set of words used to identify and refer to an entity.
title: name
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:name
- vcard:fn
close_mappings:
- rdfs:label
- dct:title
rank: 1000
slot_uri: foaf:name
alias: name
owner: File
domain_of:
- File
- PersonOrOrganization
- ContactPoint
range: string
required: true
multivalued: false
description:
name: description
description: A short explanation of the characteristics, features, or nature of
the current item.
title: description
comments:
- Describe this item in few lines. This description will serve as a summary to
present the resource.
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:description
rank: 1000
slot_uri: dct:description
alias: description
owner: File
domain_of:
- File
- Dataset
- DataService
- Term
- PersonOrOrganization
- ContactPoint
- License
- Certification
- FundingSource
range: string
required: false
recommended: true
multivalued: false
contentUrl:
name: contentUrl
description: The web address or location where the file content is stored and
can be accessed or downloaded.
title: content URL
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:contentUrl
rank: 1000
is_a: iri
alias: contentUrl
owner: File
domain_of:
- File
range: uri
required: true
multivalued: false
format:
name: format
description: The file type or format that indicates how the data within the file
is structured.
title: format
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:fileFormat
- dct:format
close_mappings:
- schema:encodingFormat
rank: 1000
alias: format
owner: File
domain_of:
- File
range: string
required: true
multivalued: false
license:
name: license
description: Information about terms and conditions under which the subject can
be used, shared, or distributed, indicating any restrictions or permissions.
title: license
from_schema: https://w3id.org/evorao/
exact_mappings:
- dct:license
- schema:license
close_mappings:
- wdp:P275
rank: 1000
slot_uri: dct:license
alias: license
owner: File
domain_of:
- File
- DataProvider
range: License
required: false
multivalued: false
keyword:
name: keyword
description: A keyword or tag describing the resource.
title: keyword
from_schema: https://w3id.org/evorao/
rank: 1000
slot_uri: dcat:keyword
alias: keyword
owner: File
domain_of:
- Resource
range: string
required: false
multivalued: true
dateIssued:
name: dateIssued
description: Date of formal issuance (e.g., publication) of the resource.
title: date issued
comments:
- encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME].
from_schema: https://w3id.org/evorao/
exact_mappings:
- sepio:0000051
close_mappings:
- schema:datePublished
- schema:dateCreated
rank: 1000
slot_uri: dct:issued
alias: dateIssued
owner: File
domain_of:
- Resource
range: datetime
required: false
multivalued: false
dateModified:
name: dateModified
description: Most recent date on which the resource was changed, updated or modified.
title: date modified
comments:
- encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME].
from_schema: https://w3id.org/evorao/
exact_mappings:
- sepio:0000036
close_mappings:
- schema:dateModified
rank: 1000
slot_uri: dct:modified
alias: dateModified
owner: File
domain_of:
- Resource
range: datetime
required: false
multivalued: false
identifier:
name: identifier
description: A unique identifier of the resource being described or cataloged.
title: identifier
comments:
- The identifier is a text string which is assigned to the resource to provide
an unambiguous reference within a particular context. Persistent identifiers
should be provided as HTTP URIs.
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:identifier
rank: 1000
slot_uri: dct:identifier
alias: identifier
owner: File
domain_of:
- Resource
range: string
required: false
multivalued: true
iri:
name: iri
description: International Resource Identifier (IRI) that uniquely identifies
or refers to the resource. IRIs include URIs, and URIs include URLs.
title: IRI
comments:
- An IRI is a global identifier standardized by IETF RFC 3987. It may or may not
be resolvable on the web. IRIs include URIs, and URIs include URLs.
from_schema: https://w3id.org/evorao/
close_mappings:
- biolink:iri
related_mappings:
- mi:url
narrow_mappings:
- schema:url
rank: 1000
is_a: identifier
alias: iri
owner: File
domain_of:
- Resource
range: uri
required: false
multivalued: true
publisher:
name: publisher
description: The entity responsible for making the resource available.
title: publisher
comments:
- Resources of type foaf:Agent like EVORAO:PersonOrOrganization are recommended
as values for this property.
from_schema: https://w3id.org/evorao/
rank: 1000
slot_uri: dct:publisher
alias: publisher
owner: File
domain_of:
- Resource
range: PersonOrOrganization
required: false
multivalued: false
```