Skip to content

Class: NoteFacet

"A note facet is a grouping of characteristics unique to a brief textual record."

URI: master:NoteFacet

classDiagram class NoteFacet Facet <|-- NoteFacet NoteFacet : application NoteFacet ..> ObservableObject : application NoteFacet : modifiedTime NoteFacet : observableCreatedTime NoteFacet : text

Inheritance

Slots

Name Cardinality and Range Description Inheritance
application 0..1
ObservableObject
"The application associated with this object direct
modifiedTime 0..1
Datetime
Specifies the time that this particular version of the object was modified direct
observableCreatedTime 0..1
Datetime
"The date and time at which the observable object being characterized was cre... direct
text 0..1
String
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:NoteFacet
native master:NoteFacet

LinkML Source

Direct

name: NoteFacet
description: '"A note facet is a grouping of characteristics unique to a brief textual
  record."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- application
- modifiedTime
- observableCreatedTime
- text

Induced

name: NoteFacet
description: '"A note facet is a grouping of characteristics unique to a brief textual
  record."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  application:
    name: application
    description: '"The application associated with this object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: application
    owner: NoteFacet
    domain_of:
    - ApplicationAccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - CalendarFacet
    - CallFacet
    - EmailMessageFacet
    - EventRecordFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - GeoLocationTrackFacet
    - MessageFacet
    - NoteFacet
    - WindowsTaskFacet
    range: ObservableObject
  modifiedTime:
    name: modifiedTime
    description: Specifies the time that this particular version of the object was
      modified. The object creator can use the time it deems most appropriate as the
      time this version of the object was modified. The value of the modified property
      for a given object version MUST be later than or equal to the value of the created
      property. Object creators MUST update the modified property when creating a
      new version of an object. The modified timestamp MUST be precise to the nearest
      millisecond (exactly three digits after the decimal place in seconds).
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - sumo:TimePoint
    rank: 1000
    alias: modifiedTime
    owner: NoteFacet
    domain_of:
    - UcoObject
    - AccountFacet
    - BrowserBookmarkFacet
    - CalendarEntryFacet
    - EmailMessageFacet
    - FileFacet
    - NoteFacet
    - WindowsRegistrykeyFacet
    range: datetime
  observableCreatedTime:
    name: observableCreatedTime
    description: '"The date and time at which the observable object being characterized
      was created. This time pertains to an intrinsic characteristic of the observable
      object, and would be consistent across independent characterizations or observations
      of the observable object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: observableCreatedTime
    owner: NoteFacet
    domain_of:
    - AccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - DiskPartitionFacet
    - EventRecordFacet
    - FileFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - NoteFacet
    - ProcessFacet
    - WindowsTaskFacet
    range: datetime
  text:
    name: text
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: text
    owner: NoteFacet
    domain_of:
    - NoteFacet
    range: string