@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix schema: <http://schema.org/>.
@prefix textbook:  <https://w3id.org/jp-textbook/>.
#TTL 学習内容種別
<https://w3id.org/jp-textbook/curriculum/Standard> a <https://w3id.org/jp-textbook/TeachingUnitType>;
  schema:name "標準の学習内容"@ja, "Standard study contents"@en.
<https://w3id.org/jp-textbook/curriculum/UpperGrade> a <https://w3id.org/jp-textbook/TeachingUnitType>;
  rdf:seeAlso <https://www.mext.go.jp/a_menu/shotou/kyoukasho/20210212-mxt_kouhou02-1.pdf#page=8>;
  schema:name "類型1: 後の学年等の学習内容"@ja, "Type 1: Study contents of upper grade"@en.
<https://w3id.org/jp-textbook/curriculum/OutOfCos> a <https://w3id.org/jp-textbook/TeachingUnitType>;
  rdf:seeAlso <https://www.mext.go.jp/a_menu/shotou/kyoukasho/20210212-mxt_kouhou02-1.pdf#page=8>;
  schema:name "類型2:学習指導要領上、どの学年等でも扱うこととされていない学習内容"@ja, "Type 2: contents that are not required to be covered at any grade level in Courses of Study"@en.

