<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
<ObjectProperty>
	<label xml:lang="en">has security contact</label>
	<comment xml:lang="en">
		<p>
			A <ref target="contact:SocialEntity">Social Entity</ref> which should be contacted if security issues are found with this <ref target="doap:Project">Project</ref>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(DOAP)"/>
	</isDefinedBy>
	<domain>
		<resource name="doap:Project"/>
	</domain>
	<range>
		<Class>
			<intersectionOf>
				<resource name="contact:SocialEntity"/>
				<resource name="foaf:Agent"/>
			</intersectionOf>
		</Class>
	</range>
</ObjectProperty>