@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/asyncapi-and-event-api-schemas>
  a schema:TechArticle ;
  schema:headline "AsyncAPI and Event API Schemas" ;
  schema:url <https://anchorfact.org/computer-science/asyncapi-and-event-api-schemas/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/asyncapi-and-event-api-schemas>
  schema:citation <https://www.asyncapi.com/docs/reference/specification/v3.1.0> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/asyncapi-and-event-api-schemas>
  schema:citation <https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/asyncapi-and-event-api-schemas>
  schema:citation <https://json-schema.org/overview/what-is-jsonschema> ;
  af:sourceTier "B" .