posting kind
- CURIE:
gmeow:feedPostingKind - IRI: https://blackcatinformatics.ca/gmeow/feedPostingKind
- Category: property
- Defined by:
gmeow:slices/documents - Box roles: RBox role (What is this?)
The kind of a posting — a value from the open gmeow:FeedPostingKind vocabulary (social, blog, microblog, …). Drives the schema projection (a social posting → schema:SocialMediaPosting, a blog posting → schema:BlogPosting).
Structure
Property shape: object property; gmeow:FeedPosting -> gmeow:FeedPostingKind; functional
Practical Pattern
Use gmeow:feedPostingKind from gmeow:FeedPosting to gmeow:FeedPostingKind when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
gmeow:FeedPosting, gmeow:FeedPostingKind
Projects To
| Profile | External Targets |
|---|---|
schema-org |
schema |
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:feedPostingKind |
projection | schema-org |
projects to / <= | schema:BlogPosting | gmeow:mapSchemaBlogPosting; confidence 0.9; lossy: the open posting-kind value collapses to schema's fixed BlogPosting class |
gmeow:feedPostingKind |
projection | schema-org |
projects to / <= | schema:SocialMediaPosting | gmeow:mapSchemaMicroblogPosting; confidence 0.85; lossy: microblog narrows to schema's SocialMediaPosting (no microblog subclass) |
gmeow:feedPostingKind |
projection | schema-org |
projects to / <= | schema:SocialMediaPosting | gmeow:mapSchemaSocialPosting; confidence 0.9; lossy: the open posting-kind value collapses to schema's fixed SocialMediaPosting class |
Usage Advice
Use when
- Use to set a posting's flavour to one
gmeow:FeedPostingKindvalue; functional, so each posting carries exactly one flavour driving its schema projection.
Avoid when
- Avoid asserting two flavours on one posting (it is functional) and avoid using it for content type of an arbitrary work — its domain is
gmeow:FeedPostingalone.
How to use
- Point the
gmeow:FeedPostingat onegmeow:FeedPostingKindindividual; the projection compiler reads it to choose schema:SocialMediaPosting vs schema:BlogPosting.