Class: Ontology
An OWL ontology
URI: owl:Ontology
classDiagram
class Ontology
click Ontology href "../Ontology"
NamedObject <|-- Ontology
click NamedObject href "../NamedObject"
Ontology : comment
Ontology : created
Ontology : creator
Ontology --> "*" Agent : creator
click Agent href "../Agent"
Ontology : has_ontology_root_term
Ontology --> "*" Class : has_ontology_root_term
click Class href "../Class"
Ontology : id
Ontology : imports
Ontology : license
Ontology --> "1" Thing : license
click Thing href "../Thing"
Ontology : source
Ontology : title
Ontology : type
Ontology : versionInfo
Ontology : versionIRI
Inheritance
-
-
Ontology
-
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
direct |
|||
* |
direct |
||
1 |
direct |
||
* |
direct |
||
direct |
|||
1 |
direct |
||
* |
direct |
||
* |
direct |
||
0..1 |
when the term came into being |
direct |
|
0..1 |
direct |
||
this maps to the URI in RDF |
|||
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/ontology-metadata
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
owl:Ontology |
native |
omoschema:Ontology |
LinkML Source
Direct
```yaml
name: Ontology
description: An OWL ontology
from_schema: https://w3id.org/oak/ontology-metadata
is_a: NamedObject
slots:
- title
- has_ontology_root_term
- license
- source
- versionIRI
- versionInfo
- comment
- creator
- created
- imports
slot_usage:
title:
name: title
required: true
license:
name: license
required: true
versionIRI:
name: versionIRI
required: true
versionInfo:
name: versionInfo
required: true
class_uri: owl:Ontology
</details>
### Induced
<details>
```yaml
name: Ontology
description: An OWL ontology
from_schema: https://w3id.org/oak/ontology-metadata
is_a: NamedObject
slot_usage:
title:
name: title
required: true
license:
name: license
required: true
versionIRI:
name: versionIRI
required: true
versionInfo:
name: versionInfo
required: true
attributes:
title:
name: title
from_schema: https://w3id.org/oak/ontology-metadata
rank: 1000
slot_uri: dcterms:title
alias: title
owner: Ontology
domain_of:
- Ontology
range: narrative text
required: true
has_ontology_root_term:
name: has_ontology_root_term
from_schema: https://w3id.org/oak/ontology-metadata
rank: 1000
is_a: informative_property
slot_uri: IAO:0000700
alias: has_ontology_root_term
owner: Ontology
domain_of:
- Ontology
range: Class
multivalued: true
license:
name: license
from_schema: https://w3id.org/oak/ontology-metadata
rank: 1000
is_a: informative_property
slot_uri: dcterms:license
alias: license
owner: Ontology
domain_of:
- Ontology
range: Thing
required: true
source:
name: source
from_schema: https://w3id.org/oak/ontology-metadata
exact_mappings:
- http://purl.org/dc/terms/source
- oio:source
rank: 1000
is_a: provenance_property
slot_uri: dcterms:source
alias: source
owner: Ontology
domain_of:
- Ontology
- Axiom
range: string
multivalued: true
versionIRI:
name: versionIRI
from_schema: https://w3id.org/oak/ontology-metadata
rank: 1000
is_a: version_property
slot_uri: owl:versionIRI
alias: versionIRI
owner: Ontology
domain_of:
- Ontology
range: uriorcurie
required: true
versionInfo:
name: versionInfo
from_schema: https://w3id.org/oak/ontology-metadata
close_mappings:
- pav:version
rank: 1000
is_a: version_property
slot_uri: owl:versionInfo
alias: versionInfo
owner: Ontology
domain_of:
- Ontology
range: string
required: true
comment:
name: comment
comments:
- in obo format, a term cannot have more than one comment
from_schema: https://w3id.org/oak/ontology-metadata
rank: 1000
is_a: informative_property
slot_uri: rdfs:comment
alias: comment
owner: Ontology
domain_of:
- HasUserInformation
- Ontology
- Axiom
range: string
multivalued: true
creator:
name: creator
from_schema: https://w3id.org/oak/ontology-metadata
close_mappings:
- prov:wasAttributedTo
rank: 1000
is_a: provenance_property
slot_uri: dcterms:creator
alias: creator
owner: Ontology
domain_of:
- HasProvenance
- Ontology
range: Agent
multivalued: true
structured_pattern:
syntax: '{orcid_regex}'
interpolated: true
partial_match: false
created:
name: created
description: when the term came into being
from_schema: https://w3id.org/oak/ontology-metadata
close_mappings:
- pav:createdOn
rank: 1000
is_a: provenance_property
slot_uri: dcterms:created
alias: created
owner: Ontology
domain_of:
- HasProvenance
- Ontology
range: string
multivalued: false
imports:
name: imports
from_schema: https://w3id.org/oak/ontology-metadata
rank: 1000
slot_uri: owl:imports
alias: imports
owner: Ontology
domain_of:
- Ontology
range: string
id:
name: id
description: this maps to the URI in RDF
from_schema: https://w3id.org/oak/ontology-metadata
rank: 1000
is_a: core_property
identifier: true
alias: id
owner: Ontology
domain_of:
- NamedObject
range: uriorcurie
required: true
type:
name: type
from_schema: https://w3id.org/oak/ontology-metadata
rank: 1000
is_a: logical_predicate
slot_uri: rdf:type
designates_type: true
alias: type
owner: Ontology
domain_of:
- Thing
range: uriorcurie
multivalued: true
class_uri: owl:Ontology