science-periodicals / ontology

:mortar_board: sci.pe (science periodicals) extension of schema:ScholarlyArticle to describe the production process, content, distribution and preservation of scholarly articles (and similar artifacts).
http://ns.sci.pe
Apache License 2.0
4 stars 0 forks source link

rename rhetorical elements and make them sub class of schema:WebPageElement #26

Closed sballesteros closed 6 years ago

sballesteros commented 6 years ago

so we can:

const article = {
  '@type': 'ScholarlyArticle',
  hasPart: {
    '@id': '_:sectionId',
    '@type': 'WPResults',  // TODO rename and make subclass of 'schema:WebPageElement'
    isAccessibleForFree: true,
    cssSelector: '.results'
  }
};