Class: Ontology
An ontology
URI: owl:Ontology
             classDiagram
    class Ontology
    click Ontology href "../Ontology"
      Ontology : description
        
      Ontology : id
        
      Ontology : prefix
        
      Ontology : title
        
      Ontology : version
        
      Ontology : version_info
        
      
        
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| 1  | the unique identifier for the resource | direct | |
| 0..1  | a description of the resource | direct | |
| 0..1  | the title of the resource | direct | |
| 0..1  | the prefix for the ontology | direct | |
| 0..1  | the version of the resource | direct | |
| 0..1  | the version info of the resource | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| range | |||
| range | |||
| range | |||
| range | |||
| range | |||
| range | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/oak/summary_statistics 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | owl:Ontology | 
| native | summary_statistics:Ontology | 
LinkML Source
Direct
```yaml
name: Ontology
description: An ontology
from_schema: https://w3id.org/oak/summary_statistics
attributes:
  id:
    name: id
    description: the unique identifier for the resource
    from_schema: https://w3id.org/oak/summary_statistics
    identifier: true
    domain_of:
    - SummaryStatisticsReport
    - Ontology
    - Agent
    - ContributorRole
    range: string
    required: true
  description:
    name: description
    description: a description of the resource
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    slot_uri: dcterms:description
    domain_of:
    - Ontology
    range: string
  title:
    name: title
    description: the title of the resource
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    slot_uri: dcterms:title
    domain_of:
    - Ontology
    range: string
  prefix:
    name: prefix
    description: the prefix for the ontology
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    slot_uri: sh:prefix
    domain_of:
    - Ontology
    range: string
  version:
    name: version
    description: the version of the resource
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    slot_uri: owl:versionIRI
    domain_of:
    - Ontology
    range: string
  version_info:
    name: version_info
    description: the version info of the resource
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    slot_uri: owl:versionInfo
    domain_of:
    - Ontology
    range: string
class_uri: owl:Ontology
</details>
### Induced
<details>
```yaml
name: Ontology
description: An ontology
from_schema: https://w3id.org/oak/summary_statistics
attributes:
  id:
    name: id
    description: the unique identifier for the resource
    from_schema: https://w3id.org/oak/summary_statistics
    identifier: true
    alias: id
    owner: Ontology
    domain_of:
    - SummaryStatisticsReport
    - Ontology
    - Agent
    - ContributorRole
    range: string
    required: true
  description:
    name: description
    description: a description of the resource
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: Ontology
    domain_of:
    - Ontology
    range: string
  title:
    name: title
    description: the title of the resource
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    slot_uri: dcterms:title
    alias: title
    owner: Ontology
    domain_of:
    - Ontology
    range: string
  prefix:
    name: prefix
    description: the prefix for the ontology
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    slot_uri: sh:prefix
    alias: prefix
    owner: Ontology
    domain_of:
    - Ontology
    range: string
  version:
    name: version
    description: the version of the resource
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    slot_uri: owl:versionIRI
    alias: version
    owner: Ontology
    domain_of:
    - Ontology
    range: string
  version_info:
    name: version_info
    description: the version info of the resource
    from_schema: https://w3id.org/oak/summary_statistics
    rank: 1000
    slot_uri: owl:versionInfo
    alias: version_info
    owner: Ontology
    domain_of:
    - Ontology
    range: string
class_uri: owl:Ontology