You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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.
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.
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.)
The text was updated successfully, but these errors were encountered: