]> Lady’s Gitweb - Vocab/blob - data/object_properties/foaf¦knows
Initial commit; initial set of vocabs
[Vocab] / data / object_properties / foaf¦knows
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
5 -->
6 <!DOCTYPE ObjectProperty SYSTEM "../../DTD">
7 <ObjectProperty>
8 <label xml:lang="en">knows</label>
9 <comment xml:lang="en">
10 <p>
11 A <ref target="foaf:Person">Person</ref> who this Person knows.
12 </p>
13 <p>
14 “Knowing” is defined as “some form of reciprocated interaction”, not e·g parasocial familiarity from following some·one¦s web feed.
15 But it does not imply friendship or set further constraints on the forms that interaction might have taken.
16 (This is partially because implementation experience has shown formal encoding of concepts like “friendship” to be awkward, especially when both parties are not on the same page regarding it.)
17 </p>
18 </comment>
19 <isDefinedBy>
20 <SpecificResource source="(FOAF)" fragment="term_knows"/>
21 </isDefinedBy>
22 <domain>
23 <resource name="foaf:Person"/>
24 </domain>
25 <range>
26 <resource name="foaf:Person"/>
27 </range>
28 </ObjectProperty>
This page took 0.107749 seconds and 5 git commands to generate.