]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/splashText
Initial commit; initial set of vocabs
[Vocab] / data / datatype_properties / splashText
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 DatatypeProperty SYSTEM "../../DTD">
7 <DatatypeProperty>
8 <label xml:lang="en">splash text</label>
9 <comment xml:lang="en">
10 <p>
11 A short phrase of text associated with this thing.
12 </p>
13 <p>
14 It is generally expected that most things with splash text have more than one, and that rendering systems will randomly select one of the pieces of splash text to add colour to related pages describing the thing.
15 In this sense, they are similar to “fortunes” (but with less semantic baggage).
16 </p>
17 </comment>
18 <range>
19 <Datatype>
20 <unionOf>
21 <resource name="rdf:PlainLiteral"/>
22 <resource name="rdf:XMLLiteral"/>
23 </unionOf>
24 </Datatype>
25 </range>
26 </DatatypeProperty>
This page took 0.044336 seconds and 5 git commands to generate.