CredentialEngine / Schema-Development

Development of the vocabularies for the CTI models
14 stars 8 forks source link

Error in ctdlasn schema / context regarding subclass #826

Closed philbarker closed 2 years ago

philbarker commented 2 years ago

In http://credreg.net/ctdlasn/schema/context/json line 1419:

   "rdfs:subclassOf": {
      "@type": "@id"
    },

Should be rdfs:subClassOf:

Urgent action please, as this might be causing problems with import into DESM.

jeannekitchens commented 2 years ago

@siuc-nate please make this update so all serializations of the schema when downloaded are correct. Thanks!

siuc-nate commented 2 years ago

It looked like this was right in all but one spot in the code. I have updated the site. It should be fixed now. Please verify.

jeannekitchens commented 2 years ago

Thank you @siuc-nate ! Please take a look to be sure all three schemas are correct now.

philbarker commented 2 years ago

Looks good to me. Thank you @siuc-nate