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

Creator names vs creator IRIs #6

Closed
hauschke opened this issue Sep 26, 2023 · 2 comments
Closed

Creator names vs creator IRIs #6

hauschke opened this issue Sep 26, 2023 · 2 comments

Comments

@hauschke
Copy link
Collaborator

hauschke commented Sep 26, 2023

[
a sh:ValidationResult ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:NodeKindConstraintComponent ;
sh:sourceShape _:n3042 ;
sh:focusNode http://ontology.tib.eu/gesah/ ;
sh:value “Birte Rubach” ;
sh:resultPath _:n3043 ;
sh:resultMessage “The ontology does not state its creator via IRI. We recommend to provide PIDs for individuals (e.g. ORCiD) or organisations (e.g. ROR).”@en ;
] .
[
a sh:ValidationResult ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:NodeKindConstraintComponent ;
sh:sourceShape _:n3042 ;
sh:focusNode http://ontology.tib.eu/gesah/ ;
sh:value “Tatiana Walther” ;
sh:resultPath _:n3043 ;
sh:resultMessage “The ontology does not state its creator via IRI. We recommend to provide PIDs for individuals (e.g. ORCiD) or organisations (e.g. ROR).”@en ;
] .

Should we swap the labels for the creators (and contributors) with IRIs?

Pro: Machine-readable
Con: not human-readable.

Discussion needed with @SArndt-TIB.

@hauschke
Copy link
Collaborator Author

hauschke commented Nov 22, 2023

This was clarified in the new validation, thanks @SArndt-TIB!

[
	a sh:ValidationResult ;
	sh:resultSeverity sh:Info ;
	sh:sourceConstraintComponent sh:NodeKindConstraintComponent ;
	sh:sourceShape _:n14590 ;
	sh:focusNode <http://ontology.tib.eu/gesah/> ;
	sh:value "Simon Paulus" ;
	sh:resultPath _:n14591 ;
	sh:resultMessage "
            The contributor information provided is not an IRI.
            Please make sure to provide identifiers wherever possible.
            Contributors should be referenced via PIDs, e.g. ORCiDs for persons and RORs for organisations.
            Plain name strings should only be provided in addition (for readability).
            If an ontology is developed by a larger group, it is recommended to give the organization or project identifier as the creator and list individual persons as contributors.
            Recommended property: <https://purl.org/dc/terms/contributor>
            Example statement (text/turtle): <https://www.purl.org/SomeOntology> <https://purl.org/dc/terms/contributor> <https://orcid.org/0000-0000-0000-0000>.
        "@en ;
] .

@tawahle
Copy link
Collaborator

tawahle commented Nov 22, 2023

Done.

@tawahle tawahle closed this as completed Nov 22, 2023
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