<?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">date valid</label> <comment xml:lang="en"> <p> A date on which this thing did or will be valid. </p> <p> This ontology constrains the range of this property to <resource name="xsd:dateTime"/>, for parity with the other <ptr target="dcterms:date"/> subproperties. </p> </comment> <isDefinedBy> <SpecificResource source="(DCMI)" fragment="http://purl.org/dc/terms/valid"/> </isDefinedBy> <subPropertyOf> <resource name="dcterms:date"/> </subPropertyOf> <range> <resource name="xsd:dateTime"/> </range> </DatatypeProperty>