Well defined metadata instances for selected schemas of the openMINDS metadata models.
0
stars
11
forks
source link
preferredOntologyIdentifier field - the Wikidata links refers to the url instead of the resource (URI) #174
Open
Raphael-Gazzotti opened 1 month ago
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"