-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
I get the following error when trying to import CTLD TTL schema definitions into GraphDB
ctdl-21032021.ttl  RDF Parse Error: Expected '.', found 's' [line 536]
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
ctdlasn-21032021.ttl  RDF Parse Error: Namespace prefix 'vann' used but not defined [line 103]
for which the obvious fix works