aiqr:knowledge
Agent-readable knowledge · Agent 可读资料
https://aiqr.cc/voc/knowledge
A document an agent can read to answer questions about this entity.
Agent 可读的资料,用于回答关于该实体的问题。
Definition
| Type | RFC 9264 extension relation type |
|---|---|
| Used on | The link context (the anchor). |
| Target | A document, preferably in a format an agent parses cheaply (Markdown, plain text, JSON). |
Note. Use a GS1 Web Vocabulary term where one fits — gs1:instructions, gs1:safetyInformation, gs1:recallStatus. This term exists only for what GS1 has no word for.
Example
{
"linkset": [
{
"anchor": "https://id.gs1.org/01/06901010101010",
"description": "Midea air conditioner KFR-35GW",
"https://aiqr.cc/voc/knowledge": [
{
"href": "https://example.com/ac/knowledge",
"title": "Agent-readable knowledge"
}
]
}
]
}
See the specification for normative requirements. Machine-readable: knowledge.jsonld.