- From: Marc Twagirumukiza <twamarc@gmail.com>
- Date: Mon, 28 Sep 2015 16:45:18 +0200
- To: Jarno van Driel <jarnovandriel@gmail.com>
- Cc: public-schemed@w3.org
- Message-ID: <CAAu2OTUWuKEf+XdOuqMiFX25JC-dTULhw+sPzi+Wt5ije8_STg@mail.gmail.com>
Thanks Jarno. I will add those examples in the folder https://github.com/twamarc/ScheMed/tree/master/0.2/deploy Can we have them in other formats as well (JSON-LD, Microdata and Pre-Format)? Like the exemple here: https://github.com/twamarc/ScheMed/blob/master/0.2/deploy/medicalWebpage-example.txt This may help for integration in the examples list for the extension. On 28 September 2015 at 14:21, Jarno van Driel <jarnovandriel@gmail.com> wrote: > Here are some preliminary LocalBusiness/MedicalOrganization markup > examples. If these seem good I'll happily translate them into RDFa and > JSON-LD. > > Please check them out and let me know if there are any suggestions. > > --- MedicalClinic --------------------------- > > <div itemscope itemtype="http://schema.org/MedicalClinic"> > <h1 itemprop="name">Acme Cosmetic Surgery</h1> > <meta itemprop="legalName" content="Acme Cosmetic Surgery Clinic LLC" /> > <img itemprop="logo" src=" > http://www.example.com/images/acme-cosmetic-surgery-logo.jpg" alt="Acme > Cosmetic Surgery logo" title /> > <p> > website: <a itemprop="url" href="http://www.example.com">www.example.com > </a> > <span itemprop="contactPoint" itemscope itemtype=" > http://schema.org/ContactPoint"> > <span itemprop="contactType">customer support</span>: <a > href="tel:+15551234567"><span > itemprop="telephone">+1-555-123-4567</span></a> > </span> > </p> > <p itemprop="description"> > Acme Cosmetic Surgery provides the most advanced cosmetic surgery > procedures. We are the best resource for comprehensive, quality cosmetic > surgery care available in the region.<br /> > </p> > <p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress > "> > We are located at: <span itemprop="streetAddress">123 Some street</span>, > <span itemprop="addressLocality">Baltimore</span>, <span > itemprop="addressRegion">MD</span> > </p> > <ul> > <li><a itemprop="sameAs" href="https://www.facebook.com/AcmeSurgery > ">Facebook</a><li> > <li><a itemprop="sameAs" href="https://twitter.com/AcmeSurgery > ">Twitter</a></li> > <li><a itemprop="sameAs" href="https://plus.google.com/AcmeSurgery > ">Google+</a></li> > </ul> > <meta itemprop="duns" content="012345678" /> > <meta itemprop="naics" content="012345" /> > <span itemprop="makesOffer" itemscope itemtype="http://schema.org/Offer"> > <link itemprop="businessFunction" href=" > http://purl.org/goodrelations/v1#ProvideService" /> > </span> > <span itemprop="medicalSpecialty" itemscope itemtype=" > http://schema.org/MedicalSpecialty"> > <link itemprop="relevantSpecialty" href="http://schema.org/PlasticSurgery" > /> > </span> > <span itemprop="recognizingAuthority" itemscope itemtype=" > http://schema.org/Organization"> > <meta itemprop="name" content="American Society of Plastic Surgeons" /> > <meta itemprop="alternateName" content="ASPS" /> > <link itemprop="url" href="http://www.plasticsurgery.org" /> > </span> > </div> > > --- Dentist --------------------------- > > <div itemscope itemtype="http://schema.org/Dentist"> > <h1 itemprop="name">Acme Pediatric Dental</h1> > <meta itemprop="legalName" content="Acme Pediatric Dental Care LLC" /> > <img itemprop="logo" src=" > http://www.example.com/images/acme-pediatric-dental-logo.jpg" alt="Acme > Pediatric Dental logo" title /> > <p> > website: <a itemprop="url" href="http://www.example.com">www.example.com > </a> > <span itemprop="contactPoint" itemscope itemtype=" > http://schema.org/ContactPoint"> > <span itemprop="contactType">customer support</span>: <a > href="tel:+15551234567"><span > itemprop="telephone">+1-555-123-4567</span></a> > </span> > </p> > <p itemprop="description"> > Acme Pediatric Dental provides the most advanced pediatric dental care > available. We are the best resource for comprehensive, quality pedriatric > dental care available in the region.<br /> > </p> > <p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress > "> > We are located at: <span itemprop="streetAddress">123 Some street</span>, > <span itemprop="addressLocality">Denver</span>, <span > itemprop="addressRegion">CO</span> > </p> > <ul> > <li><a itemprop="sameAs" href="https://www.facebook.com/AcmeSurgery > ">Facebook</a><li> > <li><a itemprop="sameAs" href="https://twitter.com/AcmeSurgery > ">Twitter</a></li> > <li><a itemprop="sameAs" href="https://plus.google.com/AcmeSurgery > ">Google+</a></li> > </ul> > <meta itemprop="duns" content="012345678" /> > <meta itemprop="naics" content="012345" /> > <span itemprop="makesOffer" itemscope itemtype="http://schema.org/Offer"> > <link itemprop="businessFunction" href=" > http://purl.org/goodrelations/v1#ProvideService" /> > </span> > <span itemprop="medicalSpecialty" itemscope itemtype=" > http://schema.org/MedicalSpecialty"> > <link itemprop="relevantSpecialty" href="http://schema.org/Pediatric" /> > </span> > <span itemprop="recognizingAuthority" itemscope itemtype=" > http://schema.org/Organization"> > <meta itemprop="name" content="American Dental Association" /> > <meta itemprop="alternateName" content="ADA" /> > <link itemprop="url" href="http://www.ada.org/en" /> > </span> > </div> > > --- DiagnosticLab --------------------------- > > <div itemscope itemtype="schema.org/DiagnosticLab"> > <h1 itemprop="name">Acme Toxicologic Pathology</h1> > <meta itemprop="legalName" content="Acme Toxicologic Pathology Lab LLC" /> > <img itemprop="logo" src=" > http://www.example.com/images/acme-toxicologic-pathology-logo.jpg" > alt="Acme Toxicologic Pathology logo" title /> > <p> > website: <a itemprop="url" href="http://www.example.com">www.example.com > </a> > <span itemprop="contactPoint" itemscope itemtype=" > http://schema.org/ContactPoint"> > <span itemprop="contactType">customer support</span>: <a > href="tel:+15551234567"><span > itemprop="telephone">+1-555-123-4567</span></a> > </span> > </p> > <p itemprop="description"> > Acme Toxicologic Pathology Lab provides the most advanced toxicologic > pathology services available. We are the best resource for comprehensive, > quality toxicologic pathology services available in the region.<br /> > </p> > <p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress > "> > We are located at: <span itemprop="streetAddress">123 Some street</span>, > <span itemprop="addressLocality">Denver</span>, <span > itemprop="addressRegion">CO</span> > </p> > <ul> > <li><a itemprop="sameAs" href="https://www.facebook.com/AcmeSurgery > ">Facebook</a><li> > <li><a itemprop="sameAs" href="https://twitter.com/AcmeSurgery > ">Twitter</a></li> > <li><a itemprop="sameAs" href="https://plus.google.com/AcmeSurgery > ">Google+</a></li> > </ul> > <meta itemprop="duns" content="012345678" /> > <meta itemprop="naics" content="012345" /> > <span itemprop="makesOffer" itemscope itemtype="http://schema.org/Offer"> > <link itemprop="businessFunction" href=" > http://purl.org/goodrelations/v1#ProvideService" /> > </span> > <span itemprop="medicalSpecialty" itemscope itemtype=" > http://schema.org/MedicalSpecialty"> > <link itemprop="relevantSpecialty" href="http://schema.org/Toxicologic" /> > <link itemprop="relevantSpecialty" href="http://schema.org/Pathology" /> > </span> > <span itemprop="recognizingAuthority" itemscope itemtype=" > http://schema.org/Organization"> > <meta itemprop="name" content="Society of Toxicologic Pathology" /> > <meta itemprop="alternateName" content="STP" /> > <link itemprop="url" href="http://www.toxpath.org/" /> > </span> > </div> >
Received on Monday, 28 September 2015 14:46:33 UTC