Schema Graph

Initializing visualization...
Drag to pan • Scroll to zoom

Namespaces 14

Namespace prefixes used in this ontology.

Prefix Namespace IRI
http://scimantic.io/schema
cco https://www.commoncoreontologies.org/
dcat http://www.w3.org/ns/dcat#
dcterms http://purl.org/dc/terms/
linkml https://w3id.org/linkml/
np http://www.nanopub.org/nschema#
oa http://www.w3.org/ns/oa#
obo http://purl.obolibrary.org/obo/
rdfs http://www.w3.org/2000/01/rdf-schema#
scimantic http://scimantic.io/
urref https://raw.githubusercontent.com/adelphi23/urref/469137/URREF.ttl#
xsd http://www.w3.org/2001/XMLSchema#
owl http://www.w3.org/2002/07/owl#
rdf http://www.w3.org/1999/02/22-rdf-syntax-ns#

Classes 49

Classes defined in this ontology.

          • Class

            Dataset

            Raw data, observations, or measurements produced by an Experimentation.

            Slots
            • hasUncertainty : UncertaintyModel

              Links an UncertaintySubject (continuant) to the UncertaintyModel (BFO quality) it bears. Effectively a restriction of BFO 'bearer of' (obo:BFO_0000196) to UncertaintyModel range.

            • isOutputOf : Experimentation required refined here

              CCO 'is output of'. Inverse of 'has output'. Links a continuant to the process that produced it.

            • label required

              The human-readable label or text.

            • Class

              Evidence

              A descriptive ICE articulating a factual claim extracted from one or more Annotations.

              Subclass of
              DescriptiveICE
              Slots
              • accessLevel : string

                Publishing scope (e.g., local, institutional, public).

              • citation : string

                Bibliographic reference.

              • content : string

                The text content of an ICE (used by Evidence and Conclusion).

              • contradicts : Hypothesis refined here

                An entity (Evidence/Result) that provides negative evidence against a Hypothesis.

              • hasUncertainty : UncertaintyModel

                Links an UncertaintySubject (continuant) to the UncertaintyModel (BFO quality) it bears. Effectively a restriction of BFO 'bearer of' (obo:BFO_0000196) to UncertaintyModel range.

              • isOutputOf : EvidenceExtraction required refined here

                CCO 'is output of'. Inverse of 'has output'. Links a continuant to the process that produced it.

              • label required

                The human-readable label or text.

              • publishable : boolean

                Flag indicating if this is ready for public promotion.

              • source : string

                Source URL or identifier.

              • supports : Hypothesis refined here

                An entity (Evidence/Result) that provides positive evidence for a Hypothesis.

            • Class

              Premise

              An evaluated proposition derived from Evidence via an EvidenceAssessment.

              Subclass of
              DescriptiveICE
              Slots
              • isOutputOf : EvidenceAssessment required refined here

                CCO 'is output of'. Inverse of 'has output'. Links a continuant to the process that produced it.

              • label required

                The human-readable label or text.

            • Class

              Result

              A descriptive ICE summarizing the outcome of an Analysis.

              Subclass of
              DescriptiveICE
              Slots
              • contradicts : Hypothesis refined here

                An entity (Evidence/Result) that provides negative evidence against a Hypothesis.

              • hasUncertainty : UncertaintyModel

                Links an UncertaintySubject (continuant) to the UncertaintyModel (BFO quality) it bears. Effectively a restriction of BFO 'bearer of' (obo:BFO_0000196) to UncertaintyModel range.

              • isOutputOf : Analysis required refined here

                CCO 'is output of'. Inverse of 'has output'. Links a continuant to the process that produced it.

              • label required

                The human-readable label or text.

              • refines : Hypothesis refined here

                A Result that suggests a specific modification to a Hypothesis.

              • supports : Hypothesis refined here

                An entity (Evidence/Result) that provides positive evidence for a Hypothesis.

              • unit : string

                Unit of measurement.

              • value : string

                The numeric or categorical result.

            • Class

              Annotation

              A text annotation or highlight that designates a specific span of source text. Follows W3C Web Annotation Data Model.

              Subclass of
              DesignativeICE
              Slots
              • createdAt : datetime

                When this entity was created (ISO 8601 datetime).

              • hasBody : string

                The content or comment of the annotation (optional for highlights).

              • hasSelector : TextSelector refined here

                The selector specifying which part of the target is annotated.

              • hasTarget : string required refined here

                The source document being annotated (DOI, URL, or local file reference).

              • isOutputOf : LiteratureSearch required refined here

                The LiteratureSearch that produced this annotation.

              • label required

                The human-readable label or text.

            • Class

              TextSelector

              A selector identifying text by exact quote with surrounding context. Follows W3C Web Annotation TextQuoteSelector.

              Subclass of
              DesignativeICE
              Slots
              • endOffset : integer

                Character offset where the selection ends.

              • exact : string required

                The exact text that was selected/highlighted.

              • pageNumber : integer

                Page number in PDF documents where the selection appears.

              • prefix : string

                Text immediately before the selection (for disambiguation).

              • startOffset : integer

                Character offset where the selection starts (within the target or page).

              • suffix : string

                Text immediately after the selection (for disambiguation).

            • Class

              Question

              An interrogative ICE representing a research query. As a directive, a Question prescribes inquiry behaviors (e.g., a LiteratureSearch).

              Subclass of
              DirectiveICE
              Slots
              • isOutputOf : QuestionFormation required refined here

                CCO 'is output of'. Inverse of 'has output'. Links a continuant to the process that produced it.

              • label required

                The human-readable label or text.

              • prescribes : LiteratureSearch multivalued refined here

                CCO 'prescribes'. A directive ICE prescribes a behavior, plan, or process.

      • Class

        BFOSpecificallyDependentContinuant

        BFO specifically dependent continuant. Inheres in a specific independent continuant.

        Subclass of
        BFOContinuant
        Superclass of
        BFOQuality
        • Class

          Act

          CCO Act. A process with an agent participant.

          Subclass of
          BFOProcess
          Superclass of
          PlannedAct
          Slots
          • status : ActStatus

            Optional lifecycle status of a PlannedAct. Captures planning/execution phase as data; does NOT change the act's BFO/CCO type. A single Act individual spans its planning, execution, and completion as one occurrent; this enum records which phase its temporal region is in.

          • Class

            PlannedAct

            CCO Planned Act. An Act prescribed by a plan specification (intentional, agent-driven), in contrast to natural processes. NOTE: "Planned" denotes intentionality, NOT lifecycle phase. A PlannedAct individual spans its design, execution, and completion as a single occurrent; lifecycle state is captured by the ActStatus enum on the status slot, not by class.

            Subclass of
            Act
            Slots
              • Class

                ResultAssessment

                The act of comparing a Result to the originating Hypothesis to produce a Conclusion.

                Subclass of
                ActOfEstimation
                Slots
                • hasAgent : Agent

                  CCO 'has agent'. Links a process to its agent participant.

                • hasInput : Result refined here

                  CCO 'has input'. Links a process to an entity it takes as input.

                • precededBy : Analysis refined here

                  BFO 'preceded by'. An occurrent temporally preceded by another occurrent.

                • status : ActStatus from Act
              • Class

                EvidenceExtraction

                The act of articulating Evidence claims from one or more Annotations. Separates reading/highlighting from formulating evidence statements.

                Slots
                • hasAgent : Agent

                  CCO 'has agent'. Links a process to its agent participant.

                • hasInput : Annotation multivalued refined here

                  The annotations from which evidence is extracted.

                • precededBy : LiteratureSearch refined here

                  BFO 'preceded by'. An occurrent temporally preceded by another occurrent.

                • status : ActStatus from Act
              • Class

                LiteratureSearch

                The act of searching literature and producing Annotations (highlights, notes) on source text. Treated as an Act of Observation since it consists of structured observation of source material.

                Subclass of
                ActOfObservation
                Slots
              • Class

                DesignOfExperiment

                The act of creating an ExperimentalMethod from a Hypothesis (and possibly supporting Evidence).

                Subclass of
                ActOfPlanning
                Slots
              • Class

                QuestionFormation

                The act of forming or refining a research Question. Can be informed by prior assessments (iterating on findings) or by literature search.

                Subclass of
                ActOfPlanning
                Slots
  • Class

    DCATDataset

    A collection of data, published or curated by a single agent (DCAT mixin).

  • Class

    Identifiable

    A mixin for objects that have a unique identifier slot.

    Slots
    • id : string

      Unique identifier (URI) for this node.

  • Class

    URREFEvidence

    URREF Evidence (mixin reference).

Slots 33

Slots defined in this ontology.

Slot

endOffset

Character offset where the selection ends.

Domain
TextSelector
Range
integer
Slot

exact

The exact text that was selected/highlighted.

Domain
TextSelector
Range
string
Characteristics
Required
Slot

hasBody

The content or comment of the annotation (optional for highlights).

Domain
Annotation
Range
string
Slot

hasTarget

The source being annotated (DOI, URL, or file reference).

Domain
Annotation
Range
string
Slot

id

id

Unique identifier (URI) for this node.

Domain
Identifiable
Range
string
Characteristics
Identifier
Slot

prefix

Text immediately before the selection (for disambiguation).

Domain
TextSelector
Range
string
Slot

startOffset

Character offset where the selection starts (within the target or page).

Domain
TextSelector
Range
integer
Slot

status

Optional lifecycle status of a PlannedAct. Captures planning/execution phase as data; does NOT change the act's BFO/CCO type. A single Act individual spans its planning, execution, and completion as one occurrent; this enum records which phase its temporal region is in.

Domain
Act
Range
ActStatus
Slot

suffix

Text immediately after the selection (for disambiguation).

Domain
TextSelector
Range
string

Enumerations 2

Enumerations defined in this ontology.

Enum

ActStatus

Lifecycle status of a PlannedAct. Optional metadata; does NOT change the act's BFO/CCO classification. A single Act individual is the same instance regardless of which phase its temporal region is in.

Permissible values
  • abandoned
    The act was started but did not reach completion.
  • completed
    The act has ended successfully.
  • in_progress
    The act has begun but has not ended.
  • planned
    The act has been designed but execution has not begun.
Enum

UncertaintyNature

Permissible values
  • Aleatory
    Uncertainty due to inherent randomness.
  • Epistemic
    Uncertainty due to lack of knowledge.

Individuals 0

Named individuals defined in this ontology.

No individuals defined in this ontology.