]> Lady’s Gitweb - Vocab/blob - data/classes/anno¦Annotation
Add R·F·C 5005 link relations
[Vocab] / data / classes / anno¦Annotation
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2024, 2025 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
5 -->
6 <!DOCTYPE Class SYSTEM "../../DTD">
7 <Class>
8 <label xml:lang="en">Annotation</label>
9 <comment xml:lang="en">
10 <p>
11 An <ref target="sioc:Item">Item</ref> consisting of a usually‐purposeful association of bodies and·or <ref target="anno:Motivation">Motivations</ref> with another thing.
12 </p>
13 <p>
14 Annotations, in their most common uses, link resources to other resources, with the resources being linked from provided as their <ref target="anno:hasBody">bodies</ref> and the resources being linked to provided as their <ref target="anno:hasTarget">targets</ref>.
15 The Annotation as a whole may be <ref target="anno:motivatedBy">motivated by</ref> a Motivation.
16 When an Annotation is motivated by a Motivation, bodies might not be present (if the Motivation provides all the necessary information itself).
17 </p>
18 <p>
19 It is important to understand that Annotations are, themselves, resources, independent of their bodies:
20 Annotations and their bodies might have different <ref target="dc:creator">creators</ref> and might be created on different days.
21 An Annotation motivated by <ref target="anno:replying">Replying</ref> does not imply that its body is <ref target="sioc:reply_to">in reply to</ref> its target (but rather that the <em>creator</em> of the Annotation is using its body to reply).
22 </p>
23 <p>
24 Despite the name, and the above caveats aside, an Annotation is essentially just a motivated collection of links, and this class may be used anywhere a motivated collection of links is desired.
25 </p>
26 </comment>
27 <isDefinedBy>
28 <SpecificResource source="(ANNO)" fragment="annotation"/>
29 </isDefinedBy>
30 <subClassOf>
31 <resource name="sioc:Item"/>
32 </subClassOf>
33 <subClassOf>
34 <Restriction>
35 <onProperty>
36 <resource name="anno:hasTarget"/>
37 </onProperty>
38 <minCardinality>1</minCardinality>
39 </Restriction>
40 </subClassOf>
41 </Class>
This page took 0.097212 seconds and 5 git commands to generate.