]> Lady’s Gitweb - Vocab/blob - data/classes/awol¦FeedOrEntry
Initial commit; initial set of vocabs
[Vocab] / data / classes / awol¦FeedOrEntry
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 Class SYSTEM "../../DTD">
7 <Class>
8 <label xml:lang="en">Feed Or Entry</label>
9 <comment xml:lang="en">
10 <p>
11 A <ptr target="awol:Feed"/> or <ptr target="awol:Entry"/>.
12 </p>
13 <p>
14 This class only exists to make it easier to make statements about Feeds and Entries both.
15 </p>
16 <p>
17 <ptr target="(AWOL)"/> requires that both Feeds and Entries have a <ref target="awol:title">title</ref>.
18 </p>
19 </comment>
20 <isDefinedBy>
21 <SpecificResource source="(AWOL)" fragment="FeedOrEntry"/>
22 </isDefinedBy>
23 <equivalentClass>
24 <Class>
25 <unionOf>
26 <resource name="awol:Feed"/>
27 <resource name="awol:Entry"/>
28 </unionOf>
29 </Class>
30 </equivalentClass>
31 <subClassOf>
32 <resource name="awol:Version"/>
33 </subClassOf>
34 <subClassOf>
35 <Restriction>
36 <onProperty>
37 <resource name="awol:title"/>
38 </onProperty>
39 <cardinality>1</cardinality>
40 </Restriction>
41 </subClassOf>
42 <subClassOf>
43 <Restriction>
44 <onProperty>
45 <resource name="awol:rights"/>
46 </onProperty>
47 <maxCardinality>1</maxCardinality>
48 </Restriction>
49 </subClassOf>
50 </Class>
This page took 0.055028 seconds and 5 git commands to generate.