Struct horned_owl::model::OntologyID[][src]

pub struct OntologyID {
    pub iri: Option<IRI>,
    pub viri: Option<IRI>,
}

An ontology identifier

An ontology is identified by an IRI which is expected to remain stable over the lifetime of the ontology, and a version IRI which is expected to change between versions.

Fields

Trait Implementations

impl Debug for OntologyID
[src]

Formats the value using the given formatter. Read more

impl Default for OntologyID
[src]

Returns the "default value" for a type. Read more

impl Eq for OntologyID
[src]

impl PartialEq for OntologyID
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl !Send for OntologyID

impl !Sync for OntologyID