- From: Michael Andrews <nextcontent01@gmail.com>
- Date: Thu, 23 Aug 2018 10:22:05 +0530
- To: uzgraph <uzgraph@gmail.com>
- Cc: "schema.org Mailing List" <public-schemaorg@w3.org>
Received on Thursday, 23 August 2018 04:52:32 UTC
Hi, Yes, many of the entities and properties in the documentation lack examples. In many cases, a similar example can be found that provides a pattern to adapt. But the health science extension doesn't seem to have examples, so it is best to look at other areas of the vocabulary. I'm not an expert on medical terminology, but it seems you are needing to specify the services of an organization. The markup might look like this: <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "DiagnosticLab", "name": "ABC Labs", "availableTest": { "@type": "ImagingTest", "imagingTechnique": "Ultrasound" } } </script> On Mon, Aug 20, 2018 at 6:04 AM, uzgraph <uzgraph@gmail.com> wrote: > Hi > > I read about that 5 stars raiting can be marked by schema.org syntax. > On my websites there is the 5 stars raiting of pages: articles and topics > of forum. But I don't see any examples of such webpage's raiting at > schema.org. > > > And second question about https://schema.org/ImagingTest > No example I see too. > > My sites about ultrasonography and on pages there are the diagnostic > videos and images of cases. How can I mark such content by > schema.org/health-lifesci.schema.org syntax? > > Yuri, > uzgraph.net > uzgraph.ru > > >
Received on Thursday, 23 August 2018 04:52:32 UTC