]> Lady’s Gitweb - Vocab/blob - data/classes/awol¦FeedOrEntry
Make pcdm:File a siocactions:DigitalArtifact
[Vocab] / data / classes / awol¦FeedOrEntry
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">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 <disjointUnionOf>
24 <resource name="awol:Feed"/>
25 <resource name="awol:Entry"/>
26 </disjointUnionOf>
27 <subClassOf>
28 <resource name="awol:Version"/>
29 </subClassOf>
30 <subClassOf>
31 <Restriction>
32 <onProperty>
33 <resource name="awol:title"/>
34 </onProperty>
35 <cardinality>1</cardinality>
36 </Restriction>
37 </subClassOf>
38 <subClassOf>
39 <Restriction>
40 <onProperty>
41 <resource name="awol:rights"/>
42 </onProperty>
43 <maxCardinality>1</maxCardinality>
44 </Restriction>
45 </subClassOf>
46 </Class>
This page took 0.437757 seconds and 5 git commands to generate.