UNTP ontology: error confusion between IRI and string
"rdfs:subClassOf": "untp:VerifiableCredential",
The object of the statement is here a string (NOK). It should be an IRI.
We should have this instead:
"rdfs:subClassOf": { @id: "untp:VerifiableCredential" },
Same error occurs a number of times in the ontology.