preferredOntologyIdentifier field - the Wikidata links refers to the url instead of the resource (URI) #174
Labels
ContentType
ContentType instances - addition of new or update of existing ones
Technique
Technique instances - addition of new or update of existing ones
The "preferredOntologyIdentifier" field in JSON-LD files currently references the Wikidata page URL instead of the resource URI.
Example for the 3DComputerGraphic.jsonld file:
"preferredOntologyIdentifier": "https://www.wikidata.org/wiki/Q189177"
It should be instead:
"preferredOntologyIdentifier": "https://www.wikidata.org/entity/Q189177"
The text was updated successfully, but these errors were encountered: