Skip to content

Commit d5034ac

Browse files
committed
Added "maintainer" property, for better description of maintainers per #2311
1 parent e9b61fd commit d5034ac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

data/ext/pending/issue-2311.rdfa

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div>
2+
<div typeof="rdf:Property" resource="http://schema.org/maintainer">
3+
<span>Category: <span property="schema:category">issue-2311span></span>
4+
<span class="h" property="rdfs:label">maintainer</span>
5+
<span property="rdfs:comment">A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.
6+
</span>
7+
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
8+
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
9+
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
10+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
11+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2311">#2311</a></span>
12+
</div>
13+
</div>

0 commit comments

Comments
 (0)