CEDStandards / CEDS-Ontology

The CEDS Ontology is draft project to express the Common Education Data Standards (CEDS) in Web Ontology Language (OWL).
Apache License 2.0
6 stars 0 forks source link

:GradesOffered_10 should be a :GradeLevel #17

Open philbarker opened 1 year ago

philbarker commented 1 year ago

around line 7509 of the ttl output:

:GradesOffered_10 rdf:type owl:NamedIndividual ;

should be

:GradesOffered_10 rdf:type owl:NamedIndividual ,
                          :GradeLevel ;

(This will remove :GradesOffered_10 from the Instances pane in Protege when looking at Individuals by class with no class selected.)