Skip to content

Class: Resource

URI: owl:Resource

classDiagram Resource <|-- AllDifferent Resource <|-- AllDisjointClasses Resource <|-- AllDisjointProperties Resource <|-- Annotation Resource <|-- Axiom Resource <|-- NegativePropertyAssertion Resource <|-- Ontology Resource : annotatedProperty Resource : annotatedSource Resource : annotatedTarget Resource : members

Inheritance

Slots

Name Cardinality and Range Description
annotatedProperty 0..*
Resource
annotatedSource 0..*
Resource
annotatedTarget 0..*
Resource
members 0..*
List

Usages

used by used in type used
AllDifferent annotatedProperty range Resource
AllDifferent annotatedSource range Resource
AllDifferent annotatedTarget range Resource
AllDisjointClasses annotatedProperty range Resource
AllDisjointClasses annotatedSource range Resource
AllDisjointClasses annotatedTarget range Resource
AllDisjointProperties annotatedProperty range Resource
AllDisjointProperties annotatedSource range Resource
AllDisjointProperties annotatedTarget range Resource
Annotation annotatedProperty range Resource
Annotation annotatedSource range Resource
Annotation annotatedTarget range Resource
Axiom annotatedProperty range Resource
Axiom annotatedSource range Resource
Axiom annotatedTarget range Resource
NegativePropertyAssertion annotatedProperty range Resource
NegativePropertyAssertion annotatedSource range Resource
NegativePropertyAssertion annotatedTarget range Resource
Ontology annotatedProperty range Resource
Ontology annotatedSource range Resource
Ontology annotatedTarget range Resource
Restriction hasSelf range Resource
Restriction hasValue range Resource
Resource annotatedProperty range Resource
Resource annotatedSource range Resource
Resource annotatedTarget range Resource

Identifier and Mapping Information

Schema Source

  • from schema: http://www.w3.org/2002/07/owl

Mappings

Mapping Type Mapped Value
self ['owl:Resource']
native ['owl:Resource']

LinkML Specification

Direct

name: Resource
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slots:
- annotatedProperty
- annotatedSource
- annotatedTarget
- members

Induced

name: Resource
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
attributes:
  annotatedProperty:
    name: annotatedProperty
    comments:
    - The property that determines the predicate of an annotated axiom or annotated
      annotation.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:annotatedProperty
    multivalued: true
    alias: annotatedProperty
    owner: Resource
    domain_of:
    - Resource
    range: Resource
  annotatedSource:
    name: annotatedSource
    comments:
    - The property that determines the subject of an annotated axiom or annotated
      annotation.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:annotatedSource
    multivalued: true
    alias: annotatedSource
    owner: Resource
    domain_of:
    - Resource
    range: Resource
  annotatedTarget:
    name: annotatedTarget
    comments:
    - The property that determines the object of an annotated axiom or annotated annotation.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:annotatedTarget
    multivalued: true
    alias: annotatedTarget
    owner: Resource
    domain_of:
    - Resource
    range: Resource
  members:
    name: members
    comments:
    - The property that determines the collection of members in either a owl:AllDifferent,
      owl:AllDisjointClasses or owl:AllDisjointProperties axiom.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:members
    multivalued: true
    alias: members
    owner: Resource
    domain_of:
    - Resource
    range: List