Skip to content

Commit f48de03

Browse files
committed
Fixed an editorial oversight and replacing courseLength with courseSchedule
This reflects the full consensus of the public issue discussion #3281
1 parent e01b6b6 commit f48de03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/ext/pending/issue-3281.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
rdfs:comment """Indicates (typically several) Syllabus entities that lay out what each section of the overall course will cover.""" .
1414

1515

16-
:courseLength a rdf:Property ;
17-
rdfs:label "courseLength" ;
16+
:courseSchedule a rdf:Property ;
17+
rdfs:label "courseSchedule" ;
1818
:domainIncludes :CourseInstance ;
1919
:isPartOf <https://pending.schema.org> ;
2020
:rangeIncludes :Schedule ;
2121
:source <https://github.com/schemaorg/schemaorg/issues/3281> ;
22-
rdfs:comment """Represents the length and pace of a course.""" .
22+
rdfs:comment """Represents the length and pace of a course, expressed as a [[Schedule]].""" .
2323

2424
# todo: skills
2525

0 commit comments

Comments
 (0)