Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into examplesfix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Jun 18, 2019
2 parents fc385ed + 883c505 commit 032367c
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 4 deletions.
28 changes: 28 additions & 0 deletions data/ext/pending/issue-2244.rdfa
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>
14 changes: 14 additions & 0 deletions data/ext/pending/issue-987.rdfa
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>
13 changes: 12 additions & 1 deletion data/issue-1100-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,18 @@ JSON:
"@type": "Book",
"name": "Some graphic novel",
"accessMode": ["textual", "visual"],
"accessModeSufficient": ["textual", "visual"],
"accessModeSufficient": [
{
"@type": "ItemList",
"itemListElement": ["textual", "visual"],
"description": "Text and images"
},
{
"@type": "ItemList",
"itemListElement": ["textual"],
"description": "Text with textual alternatives and descriptions for images"
}
],
"accessibilitySummary": "Visual elements are not described."
}
</script>
Expand Down
22 changes: 21 additions & 1 deletion data/schema.rdfa
Original file line number Diff line number Diff line change
Expand Up @@ -3819,13 +3819,17 @@ The place is __open__ if the [[opens]] property is specified, and __closed__ oth
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/availabilityStarts">
<span class="h" property="rdfs:label">availabilityStarts</span>
<span property="rdfs:comment">The beginning of the availability of the product or service included in the offer.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/availableAtOrFrom">
<span class="h" property="rdfs:label">availableAtOrFrom</span>
Expand Down Expand Up @@ -4463,6 +4467,7 @@ Dateline summaries are oriented more towards human readers than towards automate
<span property="rdfs:comment">The datetime the item was removed from the DataFeed.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DataFeedItem">DataFeedItem</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/dateModified">
<span class="h" property="rdfs:label">dateModified</span>
Expand Down Expand Up @@ -4658,6 +4663,7 @@ Dateline summaries are oriented more towards human readers than towards automate
<span property="rdfs:comment">The time admission will commence.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/downloadUrl">
Expand Down Expand Up @@ -4870,6 +4876,7 @@ Unregistered or niche encoding and file formats can be indicated instead via the
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FoodEstablishmentReservation">FoodEstablishmentReservation</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/entertainmentBusiness">
<span class="h" property="rdfs:label">entertainmentBusiness</span>
Expand Down Expand Up @@ -4951,12 +4958,14 @@ Unregistered or niche encoding and file formats can be indicated instead via the
<span property="rdfs:comment">The earliest date the package may arrive.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/expectedArrivalUntil">
<span class="h" property="rdfs:label">expectedArrivalUntil</span>
<span property="rdfs:comment">The latest date the package may arrive.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/expires">
Expand Down Expand Up @@ -6049,6 +6058,7 @@ Unregistered or niche encoding and file formats can be indicated instead via the
<span property="rdfs:comment">Date order was placed.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/orderedItem">
<span class="h" property="rdfs:label">orderedItem</span>
Expand Down Expand Up @@ -7094,6 +7104,7 @@ While such policies are most typically expressed in natural language, sometimes
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FoodEstablishmentReservation">FoodEstablishmentReservation</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/storageRequirements">
Expand Down Expand Up @@ -7422,6 +7433,7 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Permit">Permit</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LocationFeatureSpecification">LocationFeatureSpecification</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/validIn">
<span class="h" property="rdfs:label">validIn</span>
Expand All @@ -7440,6 +7452,7 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LocationFeatureSpecification">LocationFeatureSpecification</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/validUntil">
<span class="h" property="rdfs:label">validUntil</span>
Expand Down Expand Up @@ -7542,6 +7555,7 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/paymentMethod">
<span class="h" property="rdfs:label">paymentMethod</span>
Expand Down Expand Up @@ -7964,6 +7978,7 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex
<span property="rdfs:comment">The date the ticket was issued.</span>
<span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Ticket">Ticket</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/ticketedSeat">
<span class="h" property="rdfs:label">ticketedSeat</span>
Expand Down Expand Up @@ -8061,12 +8076,14 @@ postponing for 1.6.
<span property="rdfs:comment">The expected departure time.</span>
<span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Trip">Trip</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/arrivalTime">
<span class="h" property="rdfs:label">arrivalTime</span>
<span property="rdfs:comment">The expected arrival time.</span>
<span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Trip">Trip</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/departureAirport">
<span class="h" property="rdfs:label">departureAirport</span>
Expand Down Expand Up @@ -8259,13 +8276,15 @@ postponing for 1.6.
<span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingReservation">LodgingReservation</a></span>
<span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/checkoutTime">
<span class="h" property="rdfs:label">checkoutTime</span>
<span property="rdfs:comment">The latest someone may check out of a lodging establishment.</span>
<span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingReservation">LodgingReservation</a></span>
<span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/lodgingUnitType">
<span class="h" property="rdfs:label">lodgingUnitType</span>
Expand Down Expand Up @@ -10741,6 +10760,7 @@ Standards bodies should promote a standard prefix for the identifiers of propert
<span property="rdfs:comment">The date/time at which the message has been read by the recipient if a single recipient exists.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Message">Message</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/dateReceived">
<span class="h" property="rdfs:label">dateReceived</span>
Expand Down Expand Up @@ -11548,7 +11568,7 @@ Typical unit code(s): C62 for person</span>
<span property="rdfs:comment">A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.
</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/ItemList">ItemList</a></span>
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1100">#1100</a></span>
</div>

Expand Down
Loading

0 comments on commit 032367c

Please sign in to comment.