From: Lady <redacted> Date: Sun, 12 Jan 2025 23:00:56 +0000 (-0500) Subject: Remove ladys:title and ladys:splashText X-Git-Url: https://git.ladys.computer/Vocab/commitdiff_plain/36dfab1f005afc8d8d406110c7a1fca3c54fe49d Remove ladys:title and ladys:splashText These properties were originally defined just so that there would be something in here. They aren¦t actually used, and it¦s unclear whether they have the correct design. --- diff --git a/data/datatype_properties/splashText b/data/datatype_properties/splashText deleted file mode 100644 index 44e297e..0000000 --- a/data/datatype_properties/splashText +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0"?> -<!-- -SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady> -SPDX-License-Identifier: CC0-1.0 ---> -<!DOCTYPE DatatypeProperty SYSTEM "../../DTD"> -<DatatypeProperty> - <label xml:lang="en">splash text</label> - <comment xml:lang="en"> - <p> - A short phrase of text associated with this thing. - </p> - <p> - 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. - In this sense, they are similar to “fortunes” (but with less semantic baggage). - </p> - </comment> - <range> - <Datatype> - <unionOf> - <resource name="rdf:PlainLiteral"/> - <resource name="rdf:XMLLiteral"/> - </unionOf> - </Datatype> - </range> -</DatatypeProperty> diff --git a/data/datatype_properties/title b/data/datatype_properties/title deleted file mode 100644 index e73a224..0000000 --- a/data/datatype_properties/title +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0"?> -<!-- -SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady> -SPDX-License-Identifier: CC0-1.0 ---> -<!DOCTYPE DatatypeProperty SYSTEM "../../DTD"> -<DatatypeProperty> - <label xml:lang="en">title</label> - <comment xml:lang="en"> - <p> - A name by which this thing may be cited as an information resource. - </p> - </comment> - <subPropertyOf> - <resource name="dcterms:title"/> - </subPropertyOf> - <range> - <Datatype> - <unionOf> - <resource name="rdf:PlainLiteral"/> - <resource name="rdf:XMLLiteral"/> - </unionOf> - </Datatype> - </range> -</DatatypeProperty>