]> Lady’s Gitweb - Vocab/blob - data/classes/foaf¦OnlineAccount
Add missing Atom link relation terms
[Vocab] / data / classes / foaf¦OnlineAccount
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">Online Account</label>
9 <comment xml:lang="en">
10 <p>
11 A provision of some form of online service (indicated indirectly via its <ref target="foaf:accountServiceHomepage">account service homepage</ref>), at least conceptually, to some <ref target="foaf:Agent">Agent</ref>.
12 </p>
13 <p>
14 It is assumed that, given an account service home·page and an <ref target="foaf:accountName">account name</ref>, one can easily discover the corresponding Online Account.
15 </p>
16 <p>
17 This ontology takes no position on whether Online Accounts are themselves Agents or if they are merely tools which Agents act thru.
18 It does, however, conceive of them as <ref target="contact:SocialEntity">Social Entities</ref>.
19 </p>
20 </comment>
21 <isDefinedBy>
22 <SpecificResource source="(FOAF)" fragment="term_OnlineAccount"/>
23 </isDefinedBy>
24 <subClassOf>
25 <resource name="contact:SocialEntity"/>
26 </subClassOf>
27 <subClassOf>
28 <resource name="siocactions:DigitalArtifact"/>
29 </subClassOf>
30 <hasKey>
31 <resource name="foaf:accountServiceHomepage"/>
32 <resource name="foaf:accountName"/>
33 </hasKey>
34 </Class>
This page took 0.104019 seconds and 5 git commands to generate.