@prefix schema: <http://schema.org/>.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
<https://w3id.org/jp-textbook/school/小学校> a <https://w3id.org/jp-textbook/School>;
  schema:name "小学校"@ja;
  schema:name "しょうがっこう"@ja-Hira;
  schema:name "Elementary School"@en;
  owl:sameAs <http://ja.dbpedia.org/resource/小学校>.
<https://w3id.org/jp-textbook/school/中学校> a <https://w3id.org/jp-textbook/School>;
  schema:name "中学校"@ja;
  schema:name "ちゅうがっこう"@ja-Hira;
  schema:name "Lower Secondary School"@en;
  owl:sameAs <http://ja.dbpedia.org/resource/中学校>.
<https://w3id.org/jp-textbook/school/高等学校> a <https://w3id.org/jp-textbook/School>;
  schema:name "高等学校"@ja;
  schema:name "こうとうがっこう"@ja-Hira;
  schema:name "Upper Secondary School"@en;
  owl:sameAs <http://ja.dbpedia.org/resource/高等学校>.
<https://w3id.org/jp-textbook/school/特別支援学校> a <https://w3id.org/jp-textbook/School>;
  schema:name "特別支援学校"@ja;
  schema:name "とくべつしえんがっこう"@ja-Hira;
  schema:name "Special Support Education School"@en;
  owl:sameAs <http://ja.dbpedia.org/resource/特別支援学校>.
<https://w3id.org/jp-textbook/school/特殊教育諸学校> a <https://w3id.org/jp-textbook/School>;
  schema:name "特殊教育諸学校"@ja;
  schema:name "とくしゅきょういくしょがっこう"@ja-Hira;
  schema:name "School for the Blind, School for the Deaf, and School for the Handicapped"@en;
  owl:sameAs <http://ja.dbpedia.org/resource/特殊教育諸学校>.
