Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Linked Art examples are not validating against JSON Schema defined in this repository #1

Open
beaudet opened this issue Dec 20, 2021 · 1 comment
Assignees

Comments

@beaudet
Copy link
Collaborator

beaudet commented Dec 20, 2021

Please review the attached log file. Many of the entries are due to there being no "part" definition in object.json, but there are others. We also might be missing a couple of schema files.

Please also review the following mapping between LA entities and the corresponding schema file that should be used for validating that entity.

       entityAliases.put("activity",             "provenance");
       entityAliases.put("type",                 "concept");
       entityAliases.put("propositionalobject",  "concept");
       entityAliases.put("digitalobject",        "digital");
       entityAliases.put("group",                "group");
       entityAliases.put("humanmadeobject",      "object");
       entityAliases.put("person",               "person");
       entityAliases.put("place",                "place");
       entityAliases.put("set",                  "set");
       entityAliases.put("linguisticobject",     "text");
       entityAliases.put("visualitem",           "visual")
2021-12-20 15:04:10 WARN  LinkedArtValidator:156 - No JSON Schema file for Type (a.k.a. concept)
2021-12-20 15:04:10 WARN  LinkedArtValidator:156 - No JSON Schema file for PropositionalObject (a.k.a. concept)
2021-12-20 15:04:33 WARN  LinkedArtValidator:156 - No JSON Schema file for VisualItem (a.k.a. visual)

existing_validation_errors.txt.zip

@beaudet beaudet changed the title Linked Art examples are not validating against JSON Schema defined in this repository Some Linked Art examples are not validating against JSON Schema defined in this repository Dec 20, 2021
@azaroth42
Copy link

Thanks! Will review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants