Skip to content

Commit 83c3cb6

Browse files
philbarkerdanbri
authored andcommitted
provides a status property for CreativeWork (#2241)
* provides a status property for CreativeWork, issue #987 * Adding defintion file name to list to be processed.
1 parent 97323f9 commit 83c3cb6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
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>

sdoconfigTermsData.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@
251251
"issue-271.rdfa",
252252
"issue-383.rdfa",
253253
"issue-447.rdfa",
254-
"issue-894.rdfa"
254+
"issue-894.rdfa",
255+
"issue-987.rdfa"
255256
]
256257

257258
},

0 commit comments

Comments
 (0)