Class: NoteFacet
"A note facet is a grouping of characteristics unique to a brief textual record."
URI: observable:NoteFacet
classDiagram
class NoteFacet
Facet <|-- NoteFacet
NoteFacet : application
NoteFacet ..> ObservableObject : application
NoteFacet : modifiedTime
NoteFacet ..> datetime : modifiedTime
NoteFacet : observableCreatedTime
NoteFacet ..> datetime : observableCreatedTime
NoteFacet : text
NoteFacet ..> string : text
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- NoteFacet
- Facet
- UcoInherentCharacterizationThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
application | 0..1 ObservableObject |
"The application associated with this object | direct |
modifiedTime | 0..1 xsd:dateTime |
Specifies the time that this particular version of the object was modified | direct |
observableCreatedTime | 0..1 xsd:dateTime |
"The date and time at which the observable object being characterized was cre... | direct |
text | 0..1 xsd:string |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-observable
Mappings
Mapping Type | Mapped Value |
---|---|
self | observable:NoteFacet |
native | observable: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-observable
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-observable
rank: 1000
is_a: Facet
attributes:
application:
name: application
description: '"The application associated with this object."'
from_schema: https://w3id.org/lmodel/uco-observable
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-core
broad_mappings:
- sumo:TimePoint
alias: modifiedTime
owner: NoteFacet
domain_of:
- AccountFacet
- BrowserBookmarkFacet
- CalendarEntryFacet
- EmailMessageFacet
- FileFacet
- NoteFacet
- WindowsRegistrykeyFacet
- UcoObject
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-observable
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-observable
rank: 1000
alias: text
owner: NoteFacet
domain_of:
- NoteFacet
range: string