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

preferredOntologyIdentifier field - the Wikidata links refers to the url instead of the resource (URI) #174

Open
Raphael-Gazzotti opened this issue Oct 16, 2024 · 3 comments
Labels
ContentType ContentType instances - addition of new or update of existing ones Technique Technique instances - addition of new or update of existing ones

Comments

@Raphael-Gazzotti
Copy link
Contributor

Raphael-Gazzotti commented Oct 16, 2024

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"

@Raphael-Gazzotti Raphael-Gazzotti added Technique Technique instances - addition of new or update of existing ones request any request or update for instances that are not covered by Technique, ContentType or SANDS label ContentType ContentType instances - addition of new or update of existing ones and removed request any request or update for instances that are not covered by Technique, ContentType or SANDS label labels Oct 16, 2024
@lzehl
Copy link
Member

lzehl commented Jan 15, 2025

@Raphael-Gazzotti good catch. we should update this for the relevant instances.

@UlrikeS91
Copy link
Contributor

@Raphael-Gazzotti, how does this relate to content types? The example is from the ControlledTerms terminology 'data type' (https://github.com/openMetadataInitiative/openMINDS_instances/tree/main/instances/latest/terminologies/dataType). Did you find other controlled instances with wikidata URL for other schema types as well?

@lzehl
Copy link
Member

lzehl commented Jan 16, 2025

@UlrikeS91 this issue will reoccur for all DataType instances, ProgrammingLanguage instances, most likely also SoftwareFeature instances and SoftwareApplicationCategory instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ContentType ContentType instances - addition of new or update of existing ones Technique Technique instances - addition of new or update of existing ones
Projects
None yet
Development

No branches or pull requests

3 participants