Closed philbarker closed 2 years ago
I have fixed the missing vann declaration in the context. The turtle fix will take some changes to the code that I'll try to get to as soon as I can.
@philbarker Is this still an issue?
No longer an issue, TTL files are fixed now. Thanks @siuc-nate .
I get the following error when trying to import CTLD TTL schema definitions into GraphDB
Line 536 is
rdfs:subClassOf ceterms:LearningOpportunityProfile schema:EducationalOccupationalProgram ;
but should be
rdfs:subClassOf ceterms:LearningOpportunityProfile, schema:EducationalOccupationalProgram ;
[add a comma]And in CTDL-ASN I get
for which the obvious fix works