offeredBy
Canonical URL: http://schema.org/offeredByA pointer to the organization or person making the offer.
- Leave public feedback on this term 💬
- Check for open issues.
- 'offeredBy' is mentioned in layer: core
Inverse-property: makesOffer.
Values expected to be one of these types |
---|
Organization
Person
|
Used on these types |
---|
Offer
|
Examples
<!-- Uses both the "Book" and "Product" item types to support Offer relationships --> <div> <h3>Le concerto</h3> <table summary="Bibliographic Details"> <tr> <th>Main Author: </th> <td>Ferchault, Guy</td> </tr> </table> </div> <table summary="Holdings details from Anytown City Library"> <!-- Example of a copy available for loan --> <tr> <th>Copy </th> <td>Available <div>Barcode: <span>CONC91000937</span></div> <div>Call number: <span>780 R2</span></div> <div>Library: <span>Anytown City Library</span></div> </td> </tr> <table>
<!-- Uses both the "Book" and "Product" item types to support Offer relationships --> <div itemscope itemtype="http://schema.org/Book" itemid="#record"> <link itemprop="additionalType" href="http://schema.org/Product"/> <h3 itemprop="name">Le concerto</h3> <table summary="Bibliographic Details"> <tr> <th>Main Author: </th> <td itemprop="author">Ferchault, Guy</td> </tr> </table> </div> <table summary="Holdings details from Anytown City Library"> <!-- Example of a copy available for loan --> <tr itemscope itemtype="http://schema.org/Offer"> <th>Copy </th> <td>Available <link itemprop="availability" href="http://schema.org/InStock"> <div>Barcode: <span itemprop="serialNumber">CONC91000937</span></div> <div>Call number: <span itemprop="sku">780 R2</span></div> <div>Library: <span itemprop="offeredBy" itemtype="http://schema.org/Library" itemid="http://library.anytown.gov.uk" >Anytown City Library</span></div> <link itemprop="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> <link itemprop="itemOffered" href="#record"> </td> </tr> <table>
<!-- Uses both the "Book" and "Product" item types to support Offer relationships --> <div vocab="http://schema.org/" resource="#record" typeof="Book Product"> <h3 property="name">Le concerto</h3> <table summary="Bibliographic Details"> <tr> <th>Main Author: </th> <td property="author">Ferchault, Guy</td> </tr> </table> </div> <table vocab="http://schema.org/" summary="Holdings details from Anytown City Library"> <!-- Example of a copy available for loan --> <tr typeof="Offer"> <th>Copy </th> <td>Available <link property="availability" href="http://schema.org/InStock"> <div>Barcode: <span property="serialNumber">CONC91000937</span></div> <div>Call number: <span property="sku">780 R2</span></div> <div>Library: <span property="offeredBy" typeof="Library" resource="http://library.anytown.gov.uk" >Anytown City Library</span></div> <link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> <link property="itemOffered" href="#record"> </td> </tr> <table>
<script type="application/ld+json"> { "@context": "http://schema.org/", "@id": "#record", "@type": "Book", "additionalType": "Product", "name": "Le concerto", "author": "Ferchault, Guy", "offers":{ "@type": "Offer", "availability": "http://schema.org/InStock", "serialNumber": "CONC91000937", "sku": "780 R2", "offeredBy": { "@type": "Library", "@id": "http://library.anytown.gov.uk", "name": "Anytown City Library" }, "businessFunction": "http://purl.org/goodrelations/v1#LeaseOut", "itemOffered": "#record" } } </script>
<!-- A Library Example with Holdings --> <body> <h1>In search of Haydn [videorecording] / Phil Grabsky Films.com & Seventh Art Productions in association with Sky Art HD ; filmed, written and directed by Phil Grabsky.</h1> <h2>Record details</h2> <ul> <li><strong>Publisher:</strong>[Brighton, UK] :Seventh Art Productions,[2011]</li> </ul> <table> <tr><td>Subject:</td> <td>Haydn, Joseph, 1732-1809.<br>Composers > Austria > Biography.<br></td> </tr> <tr><td>Genre:</td> <td>Documentary films.<br></td> </tr> </table> <table> <tr><th>Location</th><th>Call Number / Copy Notes</th><th>Barcode</th><th>Shelving Location</th><th>Status</th><th>Due Date</th></tr> <tr> <td><a href="/eg/opac/library/MRC">Music Resource Centre</a></td> <td>ML 410 H4 I5 2011</td> <td>30007008812793</td> <td>Circulation</td> <td> </td> </tr> </table> </body>
<body itemscope itemtype='http://schema.org/Movie Product' itemid="#schemarecord"> <link itemprop="additionalType" href="http://schema.org/Product"/> <h1 itemprop="name">In search of Haydn [videorecording] / Phil Grabsky Films.com & Seventh Art Productions in association with Sky Art HD ; filmed, written and directed by Phil Grabsky.</h1> <h2>Record details</h2> <ul> <li><strong>Publisher:</strong> <span itemprop="publisher" itemtype="http://schema.org/Organization"><span itemprop="location">[Brighton, UK] :</span> <span itemprop="name">Seventh Art Productions,</span></span> <span itemprop="datePublished">[2011]</span></li> </ul> <table> <tr><td>Subject:</td> <td><span itemprop="about">Haydn, Joseph, 1732-1809.<br></span><span itemprop="about">Composers > Austria > Biography.<br></span></td> </tr> <tr><td>Genre:</td> <td><span itemprop="about">Documentary films.<br></span></td> </tr> </table> <table> <tr><th>Location</th><th>Call Number / Copy Notes</th><th>Barcode</th><th>Shelving Location</th><th>Status</th><th>Due Date</th></tr> <tr itemprop="offers" itemtype="http://schema.org/Offer"> <td><a itemprop="offeredBy" itemtype="Library" href="/eg/opac/library/MRC"><span itemprop="name">Music Resource Centre</span></a></td> <td><span itemprop="sku">ML 410 H4 I5 2011</span></td> <td itemprop="serialNumber">30007008812793</td> <td itemprop="availableAtOrFrom">Circulation</td> <td> <link itemprop="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> <meta itemprop="price" content="0.00"> <link itemprop="availability" href="http://schema.org/InStock"> </td> </tr> </table> </body>
<body vocab="http://schema.org" typeof='Movie Product' resource="#schemarecord"> <h1 property="name">In search of Haydn [videorecording] / Phil Grabsky Films.com & Seventh Art Productions in association with Sky Art HD ; filmed, written and directed by Phil Grabsky.</h1> <h2>Record details</h2> <ul> <li><strong>Publisher:</strong> <span property="publisher" typeof="Organization"><span property="location">[Brighton, UK] :</span> <span property="name">Seventh Art Productions,</span></span> <span property="datePublished">[2011]</span></li> </ul> <table> <tr><td>Subject:</td> <td><span property="about">Haydn, Joseph, 1732-1809.<br></span><span property="about">Composers > Austria > Biography.<br></span></td> </tr> <tr><td>Genre:</td> <td><span property="about">Documentary films.<br></span></td> </tr> </table> <table> <tr><th>Location</th><th>Call Number / Copy Notes</th><th>Barcode</th><th>Shelving Location</th><th>Status</th><th>Due Date</th></tr> <tr property="offers" typeof="Offer"> <td><a property="offeredBy" typeof="Library" href="/eg/opac/library/MRC"><span property="name">Music Resource Centre</span></a></td> <td><span property="sku">ML 410 H4 I5 2011</span></td> <td property="serialNumber">30007008812793</td> <td property="availableAtOrFrom">Circulation</td> <td> <link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> <meta property="price" content="0.00"> <link property="availability" href="http://schema.org/InStock"> </td> </tr> </table> </body>
<script type="application/ld+json"> { "@context":"http://schema.org", "@graph": [ { "@id": "https://laurentian.concat.ca/eg/opac/library/MRC", "@type": "Library", "name": "Music Resource Centre" }, { "@id": "https://laurentian.concat.ca/eg/opac/record/2845929#schemarecord", "@type": "Movie", "additionalType": "Product", "about": [ "Composers > Austria > Biography.", "Haydn, Joseph, 1732-1809.", "Documentary films." ], "datePublished": "[2011]", "name": "In search of Haydn [videorecording] / Phil Grabsky Films.com & Seventh Art Productions in association with Sky Art HD ; filmed, written and directed by Phil Grabsky.", "offers": { "@type": "Offer", "availability": "http://schema.org/InStock", "businessFunction": "http://purl.org/goodrelations/v1#LeaseOut", "availableAtOrFrom": "Circulation", "price": "0.00", "seller": { "@id": "https://laurentian.concat.ca/eg/opac/library/MRC" }, "serialNumber": "30007008812793", "sku": "ML 410 H4 I5 2011" }, "publisher": { "@type": "Organization", "location": "[Brighton, UK] :", "name": "Seventh Art Productions," } } ] } </script>
Schema Version 3.2