@prefix textbook: <https://w3id.org/jp-textbook/>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix sh: <http://www.w3.org/ns/shacl#>.
@prefix curriculum: <https://w3id.org/jp-textbook/curriculum/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
textbook:SubjectType
  rdf:type rdfs:Class;
  rdfs:comment "Resource for the type of subject area or subject in upper secondary schools  (specialized or common education).URIs for the resources are represented as follows:<br><code></code>"@en, "高等学校における専門教育または共通教育のいずれに属するかを示すクラス。以下のようなURIにより表現されます。<br><code>https://w3id.org/jp-textbook/curriculum/<var>学校種別</var>/<var>学習指導要領施行年</var>/<var>種別</var></code>"@ja;
  rdfs:label "Type of subject areas and subjects"@en, "教科・種目種別"@ja.
textbook:SubjectTypeShape sh:targetClass textbook:SubjectType.
textbook:curriculum rdfs:domain textbook:SubjectType.
curriculum:SubjectAreaShape sh:property [
    skos:example <textbook:curriculum/高等学校/2013/Common>;
    sh:class textbook:SubjectType;
    sh:description "Used only in the subject areas at the curriculum guidelines 1994, 2003 and 2013 for the high schools."@en, "学習指導要領1994,2003,2013の高等学校の教科のみ。"@ja;
    sh:maxCount 1;
    sh:name "Type of the subject area"@en, "教科種別"@ja;
    sh:order 4;
    sh:path textbook:subjectType
  ].
curriculum:SubjectShape sh:property [
    skos:example <textbook:curriculum/高等学校/2013/Common>;
    sh:class textbook:SubjectType;
    sh:description "Used only in the curriculum guidelines 1994, 2003 and 2013 for the upper secondary schools"@en, "学習指導要領1994,2003,2013の高等学校の教科の種目のみ。"@ja;
    sh:name "Type of the subjects"@en, "種目種別"@ja;
    sh:order 5;
    sh:path textbook:subjectType
  ].
curriculum:高等学校\/1994\/Common rdf:type textbook:SubjectType.
curriculum:高等学校\/1994\/Special rdf:type textbook:SubjectType.
curriculum:高等学校\/2003\/Common rdf:type textbook:SubjectType.
curriculum:高等学校\/2003\/Special rdf:type textbook:SubjectType.
curriculum:高等学校\/2013\/Common rdf:type textbook:SubjectType.
curriculum:高等学校\/2013\/Special rdf:type textbook:SubjectType.
curriculum:高等学校\/2022\/Common rdf:type textbook:SubjectType.
curriculum:高等学校\/2022\/Special rdf:type textbook:SubjectType.
textbook:school rdfs:domain textbook:SubjectType.
