Skip to content

Commit

Permalink
adding hasCourse for parts of an Ed/Occ Program (#2679)
Browse files Browse the repository at this point in the history
* adding hasCourse for parts of an Ed/Occ Program, issue #2483

* get naming of file to match issue

* rewrite as ttl
  • Loading branch information
philbarker committed Aug 12, 2020
1 parent 3be5c4d commit 8c24a88
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/ext/pending/issue-2483.ttl
@@ -0,0 +1,12 @@
@prefix : <http://schema.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasCourse a rdf:Property ;
:category "issue-2483" ;
rdfs:label "hasCourse" ;
rdfs:comment "A course or class that is one of the learning opportunities that constitute an educational / occupational program. No information is implied about whether the course is mandatory or optional; no guarantee is implied about whether the course will be available to everyone on the program." ;
:domainIncludes :EducationalOccupationalProgram ;
:rangeIncludes :Course ;
:isPartOf <http://pending.schema.org> ;
:source <https://github.com/schemaorg/schemaorg/issues/2483> .

0 comments on commit 8c24a88

Please sign in to comment.