forked from schemaorg/schemaorg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into examplesfix2
- Loading branch information
Showing
7 changed files
with
155 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<div> | ||
<!-- adding properties to JobPosting to indicate when job starts, issue 2244 --> | ||
|
||
|
||
|
||
<p>This is a sample RDFa file for schema definitions in the pending extension. Fill out @@@@ ...</p> | ||
|
||
<div typeof="rdf:Property" resource="http://schema.org/jobStartDate"> | ||
<span>Category: <span property="schema:category">issue-2244</span></span> | ||
<span class="h" property="rdfs:label">jobStartDate</span> | ||
<span property="rdfs:comment">The date on which a successful applicant for this job would be expected to start work. Choose a specific date in the future or use the jobImmediateStart property to indicate the position is to be filled as soon as possible.</span> | ||
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span> | ||
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span> | ||
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span> | ||
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" /> | ||
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2244">#2244</a></span> | ||
</div> | ||
|
||
<div typeof="rdf:Property" resource="http://schema.org/jobImmediateStart"> | ||
<span>Category: <span property="schema:category">issue-2244</span></span> | ||
<span class="h" property="rdfs:label">jobImmediateStart</span> | ||
<span property="rdfs:comment">An indicator as to whether a position is available for an immediate start.</span> | ||
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span> | ||
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span> | ||
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" /> | ||
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2244">#2244</a></span> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<div> | ||
<!-- provides a status property for CreativeWork, issue 987 --> | ||
<p>This is a sample RDFa file for schema definitions in the pending extension. Fill out @@@@ ...</p> | ||
<div typeof="rdf:Property" resource="http://schema.org/creativeWorkStatus"> | ||
<span>Category: <span property="schema:category">issue-987</span></span> | ||
<span class="h" property="rdfs:label">creativeWorkStatus</span> | ||
<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> | ||
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span> | ||
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span> | ||
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DefinedTerm">DefinedTerm</a></span> | ||
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" /> | ||
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/987">#987</a></span> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.