]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/title
Initial commit; initial set of vocabs
[Vocab] / data / datatype_properties / title
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">title</label>
9 <comment xml:lang="en">
10 <p>
11 A name by which this thing may be cited as an information resource.
12 </p>
13 </comment>
14 <subPropertyOf>
15 <resource name="dcterms:title"/>
16 </subPropertyOf>
17 <range>
18 <Datatype>
19 <unionOf>
20 <resource name="rdf:PlainLiteral"/>
21 <resource name="rdf:XMLLiteral"/>
22 </unionOf>
23 </Datatype>
24 </range>
25 </DatatypeProperty>
This page took 0.092935 seconds and 5 git commands to generate.