- From: Felix Sasaki <fsasaki@w3.org>
- Date: Thu, 17 Mar 2016 10:04:52 +0100
- To: public-schemaorg@w3.org
- Message-Id: <832B64EA-C810-405E-BDBC-7CE2FDEC65F4@w3.org>
Hi all, It seems that schema.org <http://schema.org/> as of writing would not allow to express the relation for terms „A is a translation from B“ or „A is an abbreviation from B“. It is already possible to express that A is translation of B, see http://bib.schema.org/translationOfWork <http://bib.schema.org/translationOfWork> but this is specific to works, not translated terms. Would the below make sense? It is adapted from https://schema.org/translator <https://schema.org/translator> note: schema:Term and schema:translation do not exist in schema.org, I made them up for the example. { "@id": "http://example.com/my-term-data-base-entry-1", "@type": "schema:Term", "schema:inLanguage": "en", "schema:name": "screwdriver", "schema:translation": { "@id": "http://example.com/my-term-data-base-entry-2", "schema:inLanguage": "de", "schema:name": "schraubendreher" } } - Felix
Received on Thursday, 17 March 2016 09:05:02 UTC