<!DOCTYPE NamedIndividual SYSTEM "../../DTD">
<NamedIndividual name="http://www.rfc-editor.org/info/rfc4287">
<label xml:lang="en">The Atom Syndication Format</label>
+ <comment xml:lang="en">
+ <p>
+ Most Atom‐related properties are actually defined by <ptr target="(AWOL)"/>, but the Atom Syndication Format itself provides the normative definitions for the initial set of <ref target="awol:RelationType">Relation Types</ref>.
+ </p>
+ </comment>
<type>
<resource name="dcterms:BibliographicResource"/>
</type>
--- /dev/null
+<?xml version="1.0"?>
+<!--
+SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-License-Identifier: CC0-1.0
+-->
+<!DOCTYPE NamedIndividual SYSTEM "../../DTD">
+<NamedIndividual>
+ <label xml:lang="en">Enclosure</label>
+ <comment xml:lang="en">
+ <p>
+ A <ref target="awol:RelationType">Relation Type</ref> indicating a related thing which is large in size and which may require special handling.
+ </p>
+ </comment>
+ <isDefinedBy>
+ <SpecificResource source="(RFC4287)"/>
+ </isDefinedBy>
+ <type>
+ <resource name="awol:RelationType"/>
+ </type>
+</NamedIndividual>
--- /dev/null
+<?xml version="1.0"?>
+<!--
+SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-License-Identifier: CC0-1.0
+-->
+<!DOCTYPE NamedIndividual SYSTEM "../../DTD">
+<NamedIndividual>
+ <label xml:lang="en">Related</label>
+ <comment xml:lang="en">
+ <p>
+ A <ref target="awol:RelationType">Relation Type</ref> indicating a related thing.
+ </p>
+ </comment>
+ <isDefinedBy>
+ <SpecificResource source="(RFC4287)"/>
+ </isDefinedBy>
+ <type>
+ <resource name="awol:RelationType"/>
+ </type>
+</NamedIndividual>
--- /dev/null
+<?xml version="1.0"?>
+<!--
+SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-License-Identifier: CC0-1.0
+-->
+<!DOCTYPE NamedIndividual SYSTEM "../../DTD">
+<NamedIndividual>
+ <label xml:lang="en">Self</label>
+ <comment xml:lang="en">
+ <p>
+ A <ref target="awol:RelationType">Relation Type</ref> indicating an equivalent thing.
+ </p>
+ </comment>
+ <isDefinedBy>
+ <SpecificResource source="(RFC4287)"/>
+ </isDefinedBy>
+ <type>
+ <resource name="awol:RelationType"/>
+ </type>
+</NamedIndividual>
--- /dev/null
+<?xml version="1.0"?>
+<!--
+SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-License-Identifier: CC0-1.0
+-->
+<!DOCTYPE NamedIndividual SYSTEM "../../DTD">
+<NamedIndividual>
+ <label xml:lang="en">Via</label>
+ <comment xml:lang="en">
+ <p>
+ A <ref target="awol:RelationType">Relation Type</ref> indicating a resource which is the source of information for a thing.
+ </p>
+ </comment>
+ <isDefinedBy>
+ <SpecificResource source="(RFC4287)"/>
+ </isDefinedBy>
+ <type>
+ <resource name="awol:RelationType"/>
+ </type>
+</NamedIndividual>
<subPropertyOf>
<resource name="dcterms:source"/>
</subPropertyOf>
+ <subPropertyOf>
+ <resource name="rel:via"/>
+ </subPropertyOf>
</ObjectProperty>
--- /dev/null
+<?xml version="1.0"?>
+<!--
+SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-License-Identifier: CC0-1.0
+-->
+<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
+<ObjectProperty>
+ <label xml:lang="en">has enclosure</label>
+ <comment xml:lang="en">
+ <p>
+ An related thing to this thing which is potentially large in size and may require special handling.
+ </p>
+ </comment>
+ <isDefinedBy>
+ <SpecificResource source="(RFC4287)"/>
+ </isDefinedBy>
+</ObjectProperty>
--- /dev/null
+<?xml version="1.0"?>
+<!--
+SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-License-Identifier: CC0-1.0
+-->
+<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
+<ObjectProperty>
+ <label xml:lang="en">has related</label>
+ <comment xml:lang="en">
+ <p>
+ An related thing to this thing.
+ </p>
+ </comment>
+ <isDefinedBy>
+ <SpecificResource source="(RFC4287)"/>
+ </isDefinedBy>
+</ObjectProperty>
--- /dev/null
+<?xml version="1.0"?>
+<!--
+SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-License-Identifier: CC0-1.0
+-->
+<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
+<ObjectProperty>
+ <label xml:lang="en">has self</label>
+ <comment xml:lang="en">
+ <p>
+ An equivalent thing to this thing.
+ </p>
+ <p>
+ Typically, this property is used to indicate a resource which is substitutable, but more readily available, than the current one, e·g which should then be monitored for updates.
+ </p>
+ </comment>
+ <isDefinedBy>
+ <SpecificResource source="(RFC4287)"/>
+ </isDefinedBy>
+</ObjectProperty>
--- /dev/null
+<?xml version="1.0"?>
+<!--
+SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-License-Identifier: CC0-1.0
+-->
+<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
+<ObjectProperty>
+ <label xml:lang="en">via</label>
+ <comment xml:lang="en">
+ <p>
+ The source of information for this thing.
+ </p>
+ </comment>
+ <isDefinedBy>
+ <SpecificResource source="(RFC4287)"/>
+ </isDefinedBy>
+</ObjectProperty>