Skip to content

Class: OntologyVersions

Information about an ontology used for the bundle.

URI: https://w3id.org/fga-wg/schema/bundle/OntologyVersions

 classDiagram
    class OntologyVersions
    click OntologyVersions href "../OntologyVersions/"
      OntologyVersions : namespace

      OntologyVersions : ontology_url

      OntologyVersions : versioned_ontology_url

Slots

Name Cardinality and Range Description Inheritance
namespace 1
String
The CURIE namespace (prefix) an ontology (e.g. "GO" for Gene Ontology). direct
ontology_url 1
Uri
The version-agnostic URL of the ontology (e.g. the IRI of the ontology in OWL). direct
versioned_ontology_url 1
Uri
The versioned URL of the ontology (e.g. the "versionIRI" in OWL). direct

Usages

used by used in type used
BundleMetadata bundle_ontology_versions range OntologyVersions

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/fga-wg/schema/bundle

Mappings

Mapping Type Mapped Value
self https://w3id.org/fga-wg/schema/bundle/OntologyVersions
native https://w3id.org/fga-wg/schema/bundle/OntologyVersions

LinkML Source

Direct

name: OntologyVersions
description: Information about an ontology used for the bundle.
from_schema: https://w3id.org/fga-wg/schema/bundle
slots:
- namespace
- ontology_url
- versioned_ontology_url

Induced

name: OntologyVersions
description: Information about an ontology used for the bundle.
from_schema: https://w3id.org/fga-wg/schema/bundle
attributes:
  namespace:
    name: namespace
    description: The CURIE namespace (prefix) an ontology (e.g. "GO" for Gene Ontology).
    examples:
    - value: edam
    from_schema: https://w3id.org/fga-wg/schema/bundle
    rank: 1000
    owner: OntologyVersions
    domain_of:
    - OntologyVersions
    range: string
    required: true
  ontology_url:
    name: ontology_url
    description: The version-agnostic URL of the ontology (e.g. the IRI of the ontology
      in OWL).
    examples:
    - value: http://edamontology.org/EDAM.owl
    from_schema: https://w3id.org/fga-wg/schema/bundle
    rank: 1000
    owner: OntologyVersions
    domain_of:
    - OntologyVersions
    range: uri
    required: true
  versioned_ontology_url:
    name: versioned_ontology_url
    description: The versioned URL of the ontology (e.g. the "versionIRI" in OWL).
    examples:
    - value: http://edamontology.org/EDAM_1.21.owl
    from_schema: https://w3id.org/fga-wg/schema/bundle
    rank: 1000
    owner: OntologyVersions
    domain_of:
    - OntologyVersions
    range: uri
    required: true