We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01b6b6 commit f48de03Copy full SHA for f48de03
data/ext/pending/issue-3281.ttl
@@ -13,13 +13,13 @@
13
rdfs:comment """Indicates (typically several) Syllabus entities that lay out what each section of the overall course will cover.""" .
14
15
16
-:courseLength a rdf:Property ;
17
- rdfs:label "courseLength" ;
+:courseSchedule a rdf:Property ;
+ rdfs:label "courseSchedule" ;
18
:domainIncludes :CourseInstance ;
19
:isPartOf <https://pending.schema.org> ;
20
:rangeIncludes :Schedule ;
21
:source <https://github.com/schemaorg/schemaorg/issues/3281> ;
22
- rdfs:comment """Represents the length and pace of a course.""" .
+ rdfs:comment """Represents the length and pace of a course, expressed as a [[Schedule]].""" .
23
24
# todo: skills
25
0 commit comments