]> Lady’s Gitweb - Vocab/blob - data/classes/awol¦TextContent
Initial commit; initial set of vocabs
[Vocab] / data / classes / awol¦TextContent
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">Text Content</label>
9 <comment xml:lang="en">
10 <p>
11 A <ref target="awol:Content">Content</ref> which has one of the three kinds of textual <ref target="awol:body">bodies</ref> supported in <ptr target="(RFC4287)"/> text constructs.
12 </p>
13 </comment>
14 <isDefinedBy>
15 <SpecificResource source="(AWOL)" fragment="TextContent"/>
16 </isDefinedBy>
17 <equivalentClass>
18 <Class>
19 <unionOf>
20 <resource name="awol:PlainText"/>
21 <resource name="awol:HTML"/>
22 <resource name="awol:XHTML"/>
23 </unionOf>
24 </Class>
25 </equivalentClass>
26 <subClassOf>
27 <resource name="awol:Content"/>
28 </subClassOf>
29 </Class>
This page took 0.121065 seconds and 5 git commands to generate.