Skip to content

errors in schema definitions files #820

@philbarker

Description

@philbarker

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions