]> Lady’s Gitweb - Vocab/blob - data/classes/siocactions¦Action
Add R·F·C 5005 link relations
[Vocab] / data / classes / siocactions¦Action
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 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">Action</label>
9 <comment xml:lang="en">
10 <p>
11 A technological process or interaction which takes place at a certain point in time, <ref target="sioc:has_creator">has a creator</ref>, and has at least one <ref target="siocactions:object">object</ref> which is a <ref target="siocactions:DigitalArtifact">Digital Artefact</ref>.
12 </p>
13 <p>
14 Actions are performed <em>on</em> their objects by their creators; the intention of this class is to model digital processes such as resource creation, modification, or deletion by <ref target="contact:SocialEntity">Social Entities</ref>, to whom the processes might be attributed.
15 </p>
16 <p>
17 When an Action is performed by a <ref target="sioc:UserAccount">User Account</ref> (for example), there may be two different ways of representing it :⁠—
18 </p>
19 <list>
20 <item>
21 <p>
22 With the User Account as the creator, or
23 </p>
24 <p>
25 With the Social Entity that the User Account is an <ref target="sioc:account_of">account of</ref> as the creator, <ref target="siocactions:uses">using</ref> the User Account in the Action.
26 </p>
27 </item>
28 </list>
29 <p>
30 Which representation is preferred depends on the desired <em>attribution</em> of the Action.
31 </p>
32 </comment>
33 <isDefinedBy>
34 <SpecificResource source="(SIOC)"/>
35 </isDefinedBy>
36 <subClassOf>
37 <Restriction>
38 <onProperty>
39 <resource name="sioc:has_creator"/>
40 </onProperty>
41 <cardinality>1</cardinality>
42 </Restriction>
43 </subClassOf>
44 <subClassOf>
45 <Restriction>
46 <onProperty>
47 <resource name="siocactions:object"/>
48 </onProperty>
49 <minCardinality>1</minCardinality>
50 </Restriction>
51 </subClassOf>
52 <disjointWith>
53 <resource name="sioc:Community"/>
54 </disjointWith>
55 <disjointWith>
56 <resource name="sioc:Space"/>
57 </disjointWith>
58 <disjointWith>
59 <resource name="sioc:Item"/>
60 </disjointWith>
61 <disjointWith>
62 <resource name="sioc:Container"/>
63 </disjointWith>
64 <disjointWith>
65 <resource name="sioc:UserAccount"/>
66 </disjointWith>
67 <disjointWith>
68 <resource name="sioc:Usergroup"/>
69 </disjointWith>
70 </Class>
This page took 0.049066 seconds and 5 git commands to generate.