Skip to content

Commit 0e0985d

Browse files
committed
provides a status property for CreativeWork, issue schemaorg#987
1 parent 4ea9ac5 commit 0e0985d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

data/ext/pending/issue-987.rdfa

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<div>
2+
<!-- provides a status property for CreativeWork, issue 987 -->
3+
<p>This is a sample RDFa file for schema definitions in the pending extension. Fill out @@@@ ...</p>
4+
<div typeof="rdf:Property" resource="http://schema.org/creativeWorkStatus">
5+
<span>Category: <span property="schema:category">issue-987</span></span>
6+
<span class="h" property="rdfs:label">creativeWorkStatus</span>
7+
<span property="rdfs:comment">The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.</span>
8+
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
9+
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
10+
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DefinedTerm">DefinedTerm</a></span>
11+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
12+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/987">#987</a></span>
13+
</div>
14+
</div>

0 commit comments

Comments
 (0)