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

XKOS Best Practices: skos:notation - datatype and multiple notations #171

Open
ChLaaboudi opened this issue Jun 20, 2023 · 3 comments
Open

Comments

@ChLaaboudi
Copy link

XKOS Best Practices recommends to use the datatype "xmlns:string" for skos:notation.
We use by default "rdf:PlainLiteral". In some cases, we had also to define additional notations and datatypes for some items reused in different context.
As examples,

What would be the best practice for managing multiple notations and their datatypes?

Christine LAABOUDI-SPOIDEN (Eurostat B.1.)

@tfrancart
Copy link
Contributor

Hello @ChLaaboudi !

Have you noted that the recommendation for using skos:notation with datatype xsd:string is for the ConceptScheme ? not for the Concepts. It is intended to capture "the short name of the classification, with no language tag.".

For example:

<http://example.org/codes/isic4>
   a skos:ConceptScheme ;
   skos:prefLabel "International Standard Industrial Classification of All Economic
   Activities (ISIC), Revision 4"@en ,
   skos:notation "ISIC4" ;

Using skos:notation with multiple datatypes on the Concepts is indeed possible, even encouraged.

BTW I see that some example in the best practices guide are using a language tag on skos:notation, which should not happen, I will file a separate issue.

@ChLaaboudi
Copy link
Author

Hi @tfrancart,
Indeed, what I have mentioned applies to skos:Concept as well as skos:Collection.

@tfrancart
Copy link
Contributor

We acknowledge that SKOS proposes to use different datatypes for skos:notation. This is still valid and allowed in XKOS for classification items. We will make that explicit when we add a table of properties for skos:Concept as discussed in #179.

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