Open ronaldtse opened 3 years ago
This should be another export format in addition to RDF, right?
Yes. Schema.org data structures can also be represented in RDF but these two objects (DefinedTerm, DefinedTermSet) only have examples available in JSON-LD. These are not "final" schema.org structures.
DefinedTerm corresponds to a single concept in a specific language
field name | description |
---|---|
inDefinedTermSet | URL of collection |
termCode | human-readable ID of concept/term |
additionalType | null |
alternateName | synonyms |
description | definition + Notes/Examples |
disambiguatingDescription identifier | URN/ID of concept/term image | image for concept mainEntityOfPage | URL of term (applicable when used outside of site) name | designation of concept potentialAction | null sameAs | relations for "identical" subjectOf | URL of collection url | URL of concept
DefinedTermSet corresponds to a single "concept register" of a specific language
field name | description |
---|---|
hasDefinedTerm | the DefinedTerm data |
name | Name of collection |
abstract | Description |
acquireLicensePage | URL to copyright page |
author | URL to Author/About page |
citation | Some text about citation |
copyrightHolder | Author information |
copyrightNotice | URL to copyright page |
copyrightYear | year |
dateCreated | DateTime string of creation |
dateModified | DateTime string of last modified |
datePublished | DateTime string of publication |
inLanguage | BCP47 language code |
license | URL to license |
publisher | Publisher |
usageInfo | URL to about page |
https://schema.org/DefinedTerm https://schema.org/DefinedTermSet
Schema.org supports the DefinedTerm and DefinedTermSet structured data objects.
DefinedTerm sample:
DefinedTermSet sample:
We could: