Class: Property

  • NOTE: this is an abstract class and should not be instantiated directly

URI: rdf:Property

classDiagram class Property Term <|-- Property Property <|-- AnnotationProperty Property <|-- ObjectProperty Property : alternative_term Property : broadMatch Property --> Property : broadMatch Property : category Property : closeMatch Property --> Property : closeMatch Property : comment Property : conformsTo Property --> Thing : conformsTo Property : consider Property --> Any : consider Property : contributor Property --> Agent : contributor Property : created Property : created_by Property : creation_date Property : creator Property --> Agent : creator Property : curator_note Property : database_cross_reference Property : date Property : definition Property : definition_source Property : depicted_by Property --> Image : depicted_by Property : deprecated Property : domain Property : editor_note Property : editor_preferred_term Property : exactMatch Property --> Property : exactMatch Property : example_of_usage Property : excluded_from_QC_check Property --> Thing : excluded_from_QC_check Property : excluded_subClassOf Property --> Class : excluded_subClassOf Property : excluded_synonym Property : has_alternative_id Property : has_broad_synonym Property : has_curation_status Property : has_exact_synonym Property : has_narrow_synonym Property : has_obo_namespace Property : has_obsolescence_reason Property : has_related_synonym Property : id Property : IEDB_alternative_term Property : image Property --> Thing : image Property : imported_from Property --> NamedIndividual : imported_from Property : in_subset Property --> Subset : in_subset Property : is_class_level Property : is_metadata_tag Property : ISA_alternative_term Property : isDefinedBy Property --> Ontology : isDefinedBy Property : label Property : narrowMatch Property --> Property : narrowMatch Property : OBO_foundry_unique_label Property : ontology_term_requester Property : page Property : range Property : seeAlso Property --> Thing : seeAlso Property : should_conform_to Property --> Thing : should_conform_to Property : term_editor Property : term_replaced_by Property --> Any : term_replaced_by Property : term_tracker_item Property : type

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

domain

0..*
String

direct

range

0..*
String

direct

is_class_level

0..1
Boolean

direct

is_metadata_tag

0..1
Boolean

direct

has_exact_synonym

0..*
LabelType

HasSynonyms

has_narrow_synonym

0..*
LabelType

HasSynonyms

has_broad_synonym

0..*
LabelType

HasSynonyms

has_related_synonym

0..*
LabelType

HasSynonyms

alternative_term

0..*
String

HasSynonyms

ISA_alternative_term

0..*
String

HasSynonyms

IEDB_alternative_term

0..*
String

HasSynonyms

editor_preferred_term

0..*
String

HasSynonyms

OBO_foundry_unique_label

0..*
String

HasSynonyms

deprecated

0..1
Boolean

HasLifeCycle

has_obsolescence_reason

0..1
String

HasLifeCycle

term_replaced_by

0..1
Any

HasLifeCycle

consider

0..*
Any

HasLifeCycle

has_alternative_id

0..*
Uriorcurie

Relates a live term to a deprecated ID that was merged in

HasLifeCycle

excluded_from_QC_check

0..1
Thing

HasLifeCycle

excluded_subClassOf

0..*
Class

HasLifeCycle

excluded_synonym

0..*
String

HasLifeCycle

should_conform_to

0..1
Thing

HasLifeCycle

created_by

0..1
String

HasProvenance

creation_date

0..*
String

HasProvenance

contributor

0..*
Agent

HasProvenance

creator

0..*
Agent

HasProvenance

created

0..1
String

when the term came into being

HasProvenance

date

0..*
String

when the term was updated

HasProvenance

isDefinedBy

0..1
Ontology

HasProvenance

editor_note

0..*
NarrativeText

HasProvenance

term_editor

0..*
String

HasProvenance

definition_source

0..*
String

HasProvenance

ontology_term_requester

0..1
String

HasProvenance

imported_from

0..*
NamedIndividual

HasProvenance

term_tracker_item

0..*
String

HasProvenance

broadMatch

0..*
Property

HasMappings

closeMatch

0..*
Property

HasMappings

exactMatch

0..*
Property

HasMappings

narrowMatch

0..*
Property

HasMappings

database_cross_reference

0..*
CURIELiteral

HasMappings

has_obo_namespace

0..*
String

HasCategory

category

0..1
String

HasCategory

in_subset

0..*
Subset

Maps an ontology element to a subset it belongs to

HasCategory

conformsTo

0..*
Thing

HasCategory

comment

0..*
String

HasUserInformation

seeAlso

0..*
Thing

HasUserInformation

image

0..1
Thing

HasUserInformation

example_of_usage

0..*
String

HasUserInformation

curator_note

0..*
String

HasUserInformation

has_curation_status

0..1
String

HasUserInformation

depicted_by

0..*
Image

HasUserInformation

page

0..*
String

HasUserInformation

label

0..1 recommended
LabelType

HasMinimalMetadata

definition

0..* recommended
NarrativeText

HasMinimalMetadata

id

1..1
Uriorcurie

this maps to the URI in RDF

NamedObject

type

0..*
Uriorcurie

Thing

Usages

used by

used in

type

used

Property

broadMatch

range

Property

Property

closeMatch

range

Property

Property

exactMatch

range

Property

Property

narrowMatch

range

Property

AnnotationProperty

broadMatch

range

Property

AnnotationProperty

closeMatch

range

Property

AnnotationProperty

exactMatch

range

Property

AnnotationProperty

narrowMatch

range

Property

ObjectProperty

equivalentProperty

range

Property

ObjectProperty

inverseOf

range

Property

ObjectProperty

broadMatch

range

Property

ObjectProperty

closeMatch

range

Property

ObjectProperty

exactMatch

range

Property

ObjectProperty

narrowMatch

range

Property

TransitiveProperty

equivalentProperty

range

Property

TransitiveProperty

inverseOf

range

Property

TransitiveProperty

broadMatch

range

Property

TransitiveProperty

closeMatch

range

Property

TransitiveProperty

exactMatch

range

Property

TransitiveProperty

narrowMatch

range

Property

Subset

broadMatch

range

Property

Subset

closeMatch

range

Property

Subset

exactMatch

range

Property

Subset

narrowMatch

range

Property

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/ontology-metadata

Mappings

Mapping Type

Mapped Value

self

rdf:Property

native

omoschema:Property

LinkML Source

Direct

```yaml name: Property from_schema: https://w3id.org/oak/ontology-metadata is_a: Term abstract: true slots: - domain - range - is_class_level - is_metadata_tag slot_usage: label: name: label domain_of: - HasMinimalMetadata - Axiom recommended: true definition: name: definition domain_of: - HasMinimalMetadata recommended: true broadMatch: name: broadMatch domain_of: - HasMappings range: Property exactMatch: name: exactMatch domain_of: - HasMappings range: Property narrowMatch: name: narrowMatch domain_of: - HasMappings range: Property closeMatch: name: closeMatch domain_of: - HasMappings range: Property subClassOf: name: subClassOf range: Property class_uri: rdf:Property
</details>

### Induced

<details>
```yaml
name: Property
from_schema: https://w3id.org/oak/ontology-metadata
is_a: Term
abstract: true
slot_usage:
  label:
    name: label
    domain_of:
    - HasMinimalMetadata
    - Axiom
    recommended: true
  definition:
    name: definition
    domain_of:
    - HasMinimalMetadata
    recommended: true
  broadMatch:
    name: broadMatch
    domain_of:
    - HasMappings
    range: Property
  exactMatch:
    name: exactMatch
    domain_of:
    - HasMappings
    range: Property
  narrowMatch:
    name: narrowMatch
    domain_of:
    - HasMappings
    range: Property
  closeMatch:
    name: closeMatch
    domain_of:
    - HasMappings
    range: Property
  subClassOf:
    name: subClassOf
    range: Property
attributes:
  domain:
    name: domain
    todos:
    - restrict range
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: logical_predicate
    slot_uri: rdfs:domain
    multivalued: true
    alias: domain
    owner: Property
    domain_of:
    - Property
    range: string
  range:
    name: range
    todos:
    - restrict range
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: logical_predicate
    slot_uri: rdfs:range
    multivalued: true
    alias: range
    owner: Property
    domain_of:
    - Property
    range: string
  is_class_level:
    name: is_class_level
    deprecated: deprecated oboInOwl property
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    slot_uri: oio:is_class_level
    alias: is_class_level
    owner: Property
    domain_of:
    - Property
    range: boolean
  is_metadata_tag:
    name: is_metadata_tag
    deprecated: deprecated oboInOwl property
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    slot_uri: oio:is_metadata_tag
    alias: is_metadata_tag
    owner: Property
    domain_of:
    - Property
    range: boolean
  has_exact_synonym:
    name: has_exact_synonym
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: synonym
    slot_uri: oio:hasExactSynonym
    multivalued: true
    alias: has_exact_synonym
    owner: Property
    domain_of:
    - HasSynonyms
    - Axiom
    disjoint_with:
    - label
    range: label type
  has_narrow_synonym:
    name: has_narrow_synonym
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: synonym
    slot_uri: oio:hasNarrowSynonym
    multivalued: true
    alias: has_narrow_synonym
    owner: Property
    domain_of:
    - HasSynonyms
    range: label type
  has_broad_synonym:
    name: has_broad_synonym
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: synonym
    slot_uri: oio:hasBroadSynonym
    multivalued: true
    alias: has_broad_synonym
    owner: Property
    domain_of:
    - HasSynonyms
    range: label type
  has_related_synonym:
    name: has_related_synonym
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    slot_uri: oio:hasRelatedSynonym
    multivalued: true
    alias: has_related_synonym
    owner: Property
    domain_of:
    - HasSynonyms
    range: label type
  alternative_term:
    name: alternative_term
    in_subset:
    - allotrope permitted profile
    from_schema: https://w3id.org/oak/ontology-metadata
    exact_mappings:
    - skos:altLabel
    rank: 1000
    slot_uri: IAO:0000118
    multivalued: true
    alias: alternative_term
    owner: Property
    domain_of:
    - HasSynonyms
    range: string
  ISA_alternative_term:
    name: ISA_alternative_term
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: alternative_term
    slot_uri: OBI:0001847
    multivalued: true
    alias: ISA_alternative_term
    owner: Property
    domain_of:
    - HasSynonyms
    range: string
  IEDB_alternative_term:
    name: IEDB_alternative_term
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: alternative_term
    slot_uri: OBI:9991118
    multivalued: true
    alias: IEDB_alternative_term
    owner: Property
    domain_of:
    - HasSynonyms
    range: string
  editor_preferred_term:
    name: editor_preferred_term
    in_subset:
    - obi permitted profile
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: alternative_term
    slot_uri: IAO:0000111
    multivalued: true
    alias: editor_preferred_term
    owner: Property
    domain_of:
    - HasSynonyms
    range: string
  OBO_foundry_unique_label:
    name: OBO_foundry_unique_label
    todos:
    - add uniquekey
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: alternative_term
    slot_uri: IAO:0000589
    multivalued: true
    alias: OBO_foundry_unique_label
    owner: Property
    domain_of:
    - HasSynonyms
    range: string
  deprecated:
    name: deprecated
    in_subset:
    - allotrope permitted profile
    - go permitted profile
    - obi permitted profile
    from_schema: https://w3id.org/oak/ontology-metadata
    aliases:
    - is obsolete
    rank: 1000
    is_a: obsoletion_related_property
    domain: ObsoleteAspect
    slot_uri: owl:deprecated
    alias: deprecated
    owner: Property
    domain_of:
    - HasLifeCycle
    range: boolean
  has_obsolescence_reason:
    name: has_obsolescence_reason
    todos:
    - restrict range
    comments:
    - '{''RULE'': ''subject must be deprecated''}'
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: obsoletion_related_property
    domain: ObsoleteAspect
    slot_uri: IAO:0000231
    alias: has_obsolescence_reason
    owner: Property
    domain_of:
    - HasLifeCycle
    range: string
  term_replaced_by:
    name: term_replaced_by
    comments:
    - '{''RULE'': ''subject must be deprecated''}'
    in_subset:
    - go permitted profile
    - obi permitted profile
    - allotrope permitted profile
    from_schema: https://w3id.org/oak/ontology-metadata
    exact_mappings:
    - dcterms:isReplacedBy
    rank: 1000
    is_a: obsoletion_related_property
    domain: ObsoleteAspect
    slot_uri: IAO:0100001
    alias: term_replaced_by
    owner: Property
    domain_of:
    - HasLifeCycle
    range: Any
  consider:
    name: consider
    comments:
    - '{''RULE'': ''subject must be deprecated''}'
    in_subset:
    - go permitted profile
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: obsoletion_related_property
    domain: ObsoleteAspect
    slot_uri: oio:consider
    multivalued: true
    alias: consider
    owner: Property
    domain_of:
    - HasLifeCycle
    range: Any
  has_alternative_id:
    name: has_alternative_id
    description: Relates a live term to a deprecated ID that was merged in
    deprecated: This is deprecated as it is redundant with the inverse replaced_by
      triple
    comments:
    - '{''RULE'': ''object must NOT be deprecated''}'
    in_subset:
    - go permitted profile
    from_schema: https://w3id.org/oak/ontology-metadata
    see_also:
    - https://github.com/owlcs/owlapi/issues/317
    rank: 1000
    is_a: obsoletion_related_property
    domain: NotObsoleteAspect
    slot_uri: oio:hasAlternativeId
    multivalued: true
    alias: has_alternative_id
    owner: Property
    domain_of:
    - HasLifeCycle
    range: uriorcurie
  excluded_from_QC_check:
    name: excluded_from_QC_check
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: excluded_axiom
    alias: excluded_from_QC_check
    owner: Property
    domain_of:
    - HasLifeCycle
    range: Thing
  excluded_subClassOf:
    name: excluded_subClassOf
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: excluded_axiom
    multivalued: true
    alias: excluded_subClassOf
    owner: Property
    domain_of:
    - HasLifeCycle
    range: Class
  excluded_synonym:
    name: excluded_synonym
    from_schema: https://w3id.org/oak/ontology-metadata
    exact_mappings:
    - skos:hiddenSynonym
    rank: 1000
    is_a: excluded_axiom
    multivalued: true
    alias: excluded_synonym
    owner: Property
    domain_of:
    - HasLifeCycle
    range: string
  should_conform_to:
    name: should_conform_to
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: excluded_axiom
    alias: should_conform_to
    owner: Property
    domain_of:
    - HasLifeCycle
    range: Thing
  created_by:
    name: created_by
    deprecated: proposed obsoleted by OMO group 2022-04-12
    from_schema: https://w3id.org/oak/ontology-metadata
    deprecated_element_has_exact_replacement: creator
    rank: 1000
    is_a: provenance_property
    slot_uri: oio:created_by
    alias: created_by
    owner: Property
    domain_of:
    - HasProvenance
    - Axiom
    range: string
  creation_date:
    name: creation_date
    deprecated: proposed obsoleted by OMO group 2022-04-12
    todos:
    - restrict range
    from_schema: https://w3id.org/oak/ontology-metadata
    deprecated_element_has_exact_replacement: created
    rank: 1000
    is_a: provenance_property
    slot_uri: oio:creation_date
    multivalued: true
    alias: creation_date
    owner: Property
    domain_of:
    - HasProvenance
    range: string
  contributor:
    name: contributor
    from_schema: https://w3id.org/oak/ontology-metadata
    close_mappings:
    - prov:wasAttributedTo
    rank: 1000
    is_a: provenance_property
    slot_uri: dcterms:contributor
    multivalued: true
    alias: contributor
    owner: Property
    domain_of:
    - HasProvenance
    range: Agent
    structured_pattern:
      syntax: '{orcid_regex}'
      interpolated: true
      partial_match: false
  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
    multivalued: true
    alias: creator
    owner: Property
    domain_of:
    - HasProvenance
    - Ontology
    range: Agent
    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
    multivalued: false
    alias: created
    owner: Property
    domain_of:
    - HasProvenance
    - Ontology
    range: string
  date:
    name: date
    description: when the term was updated
    from_schema: https://w3id.org/oak/ontology-metadata
    close_mappings:
    - pav:authoredOn
    rank: 1000
    is_a: provenance_property
    slot_uri: dcterms:date
    multivalued: true
    alias: date
    owner: Property
    domain_of:
    - HasProvenance
    range: string
  isDefinedBy:
    name: isDefinedBy
    from_schema: https://w3id.org/oak/ontology-metadata
    close_mappings:
    - pav:importedFrom
    - dcterms:publisher
    rank: 1000
    slot_uri: rdfs:isDefinedBy
    alias: isDefinedBy
    owner: Property
    domain_of:
    - HasProvenance
    range: Ontology
  editor_note:
    name: editor_note
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: provenance_property
    slot_uri: IAO:0000116
    multivalued: true
    alias: editor_note
    owner: Property
    domain_of:
    - HasProvenance
    range: narrative text
  term_editor:
    name: term_editor
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: provenance_property
    slot_uri: IAO:0000117
    multivalued: true
    alias: term_editor
    owner: Property
    domain_of:
    - HasProvenance
    range: string
  definition_source:
    name: definition_source
    todos:
    - restrict range
    in_subset:
    - obi permitted profile
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: provenance_property
    slot_uri: IAO:0000119
    multivalued: true
    alias: definition_source
    owner: Property
    domain_of:
    - HasProvenance
    range: string
  ontology_term_requester:
    name: ontology_term_requester
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: provenance_property
    slot_uri: IAO:0000234
    alias: ontology_term_requester
    owner: Property
    domain_of:
    - HasProvenance
    range: string
  imported_from:
    name: imported_from
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: provenance_property
    slot_uri: IAO:0000412
    multivalued: true
    alias: imported_from
    owner: Property
    domain_of:
    - HasProvenance
    range: NamedIndividual
  term_tracker_item:
    name: term_tracker_item
    todos:
    - restrict range
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: provenance_property
    slot_uri: IAO:0000233
    multivalued: true
    alias: term_tracker_item
    owner: Property
    domain_of:
    - HasProvenance
    range: string
  broadMatch:
    name: broadMatch
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: match
    slot_uri: skos:broadMatch
    multivalued: true
    alias: broadMatch
    owner: Property
    domain_of:
    - HasMappings
    range: Property
  closeMatch:
    name: closeMatch
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: match
    slot_uri: skos:closeMatch
    multivalued: true
    alias: closeMatch
    owner: Property
    domain_of:
    - HasMappings
    range: Property
  exactMatch:
    name: exactMatch
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: match
    slot_uri: skos:exactMatch
    multivalued: true
    alias: exactMatch
    owner: Property
    domain_of:
    - HasMappings
    range: Property
  narrowMatch:
    name: narrowMatch
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: match
    slot_uri: skos:narrowMatch
    multivalued: true
    alias: narrowMatch
    owner: Property
    domain_of:
    - HasMappings
    range: Property
  database_cross_reference:
    name: database_cross_reference
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: match
    slot_uri: oio:hasDbXref
    multivalued: true
    alias: database_cross_reference
    owner: Property
    domain_of:
    - HasMappings
    - Axiom
    range: CURIELiteral
  has_obo_namespace:
    name: has_obo_namespace
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    slot_uri: oio:hasOBONamespace
    multivalued: true
    alias: has_obo_namespace
    owner: Property
    domain_of:
    - HasCategory
    range: string
  category:
    name: category
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: biolink:category
    alias: category
    owner: Property
    domain_of:
    - HasCategory
    range: string
  in_subset:
    name: in_subset
    description: Maps an ontology element to a subset it belongs to
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    slot_uri: oio:inSubset
    multivalued: true
    alias: in_subset
    owner: Property
    domain_of:
    - HasCategory
    range: Subset
  conformsTo:
    name: conformsTo
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: dcterms:conformsTo
    multivalued: true
    alias: conformsTo
    owner: Property
    domain_of:
    - HasCategory
    range: Thing
  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
    multivalued: true
    alias: comment
    owner: Property
    domain_of:
    - HasUserInformation
    - Ontology
    - Axiom
    range: string
  seeAlso:
    name: seeAlso
    todos:
    - restrict range
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    slot_uri: rdfs:seeAlso
    multivalued: true
    alias: seeAlso
    owner: Property
    domain_of:
    - HasUserInformation
    - Axiom
    range: Thing
  image:
    name: image
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: sdo:image
    alias: image
    owner: Property
    domain_of:
    - HasUserInformation
    range: Thing
  example_of_usage:
    name: example_of_usage
    in_subset:
    - allotrope permitted profile
    from_schema: https://w3id.org/oak/ontology-metadata
    exact_mappings:
    - skos:example
    rank: 1000
    is_a: informative_property
    slot_uri: IAO:0000112
    multivalued: true
    alias: example_of_usage
    owner: Property
    domain_of:
    - HasUserInformation
    range: string
  curator_note:
    name: curator_note
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: provenance_property
    slot_uri: IAO:0000232
    multivalued: true
    alias: curator_note
    owner: Property
    domain_of:
    - HasUserInformation
    range: string
  has_curation_status:
    name: has_curation_status
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: IAO:0000114
    alias: has_curation_status
    owner: Property
    domain_of:
    - HasUserInformation
    range: string
  depicted_by:
    name: depicted_by
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: foaf:depicted_by
    multivalued: true
    alias: depicted_by
    owner: Property
    domain_of:
    - HasUserInformation
    range: Image
  page:
    name: page
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: informative_property
    slot_uri: foaf:page
    multivalued: true
    alias: page
    owner: Property
    domain_of:
    - HasUserInformation
    range: string
  label:
    name: label
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: core_property
    slot_uri: rdfs:label
    multivalued: false
    alias: label
    owner: Property
    domain_of:
    - HasMinimalMetadata
    - Axiom
    range: label type
    recommended: true
  definition:
    name: definition
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: core_property
    slot_uri: IAO:0000115
    multivalued: true
    alias: definition
    owner: Property
    domain_of:
    - HasMinimalMetadata
    range: narrative text
    recommended: true
  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: Property
    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
    multivalued: true
    designates_type: true
    alias: type
    owner: Property
    domain_of:
    - Thing
    range: uriorcurie
class_uri: rdf:Property