-
Notifications
You must be signed in to change notification settings - Fork 25
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
multiple entries for skos:notes causes "No note in language xx" #281
Comments
No. This seems like a bug. Will look into it! Thanks for reporting! |
After a look into the code, Before changing this, I'm asking @acka47 for his opinion: We have some fields, like Either way we should:
|
I could see one reason for multiple skos:note: If changes are made to a skos:Consept, one could add a comment about that change and why it was made. Then when the next change comes one simply adds another note. So a kind of version remarks. But there may be a different skos:word for this... For me, for now, a single skos:note would be fine. |
another idea: allow multiple entries, but simply concatenate and display as a single string? Anyway don't waste too much time on this one, methinks.. |
Yes, for this, there exists |
I have no real understanding how SKOS notes are commonly used. Generally, we should take a look at some SKOS vocabs and see that is common practice. Looking at STW, it seems like there is only one We might as well choose the simple solution and just support multiple notes altogether. |
Looking at AgroVoc there are scopeNotes and changeNotes used. But only one note per language per concept.
At least in the SKOS reference I find nothing that would prohibit such. If ok, I would implement this. |
+1 However, I think, we should try to follow and support best practices with SkoHub Vocabs. I guess, we should open another issue to collect best practices re. notes. If single notes are indeed best practice, we could then add a warning in the validation process to let people know who use multiple notes. |
I have created a discussion topic for this at https://metadaten.community/t/community-patterns-fuer-skos-notes/255 |
We currently have While on this, do we want to support cc @acka47 |
from SKOS primer: .4 Documentary Notes Semantic relationships are crucial to the definition of concepts, as many KOS guidelines emphasize it. However, next to these structured characterizations, concepts sometimes have to be further defined using human-readable ("informal") documentation, such as scope notes or definitions. SKOS provides a skos:note property for general documentation purposes. Inspired by existing KOS guidelines, such as [ISO2788] or [BS8723-2], this property is further specialized into skos:scopeNote, skos:definition, skos:example, and skos:historyNote to fit more-specific types of documentation. skos:scopeNote supplies some, possibly partial, information about the intended meaning of a concept, especially as an indication of how the use of a concept is limited in indexing practice. The following example is adapted from [ISO2788]: ex:microwaveFrequencies skos:scopeNote ex:documentation skos:definition ex:organizationsOfScienceAndCulture skos:example ex:childAbuse skos:historyNote skos:editorialNote supplies information that is an aid to administrative housekeeping, such as reminders of editorial work still to be done, or warnings in the event that future editorial changes might be made: ex:doubleclick skos:editorialNote "Review this term after company merger ex:tomato skos:changeNote As illustrated above, SKOS documentation properties can be simply used with RDF plain literals. Section 4.2 will show that there are other possible patterns, as the range of these properties is not be restricted to literals. One important feature of simple literals, however, is the ability to use language tags, as done for labeling properties. Documentation may thus be provided in multiple languages: ex:pineapples rdf:type skos:Concept; ex:madagascarFishEagle dct:creator [ foaf:name "John Smith" ]. |
labels that I could imagine are useful for me: skos:changeNote, skos:editorialNote and possibly skos:historyNote. maybe also skos:skopeNote Already using skos:example and skos:definition. |
Yes please! |
when more then one entry, display under one heading ("Change notes:") and then the individual notes as bullet list? |
Hab mir gerade nochmal die Beispiele für
ex:doubleclick skos:editorialNote "Review this term after company merger
complete"@en.
ex:folksonomy skos:editorialNote "Check spelling with Thomas Vander Wal"@en.
|
A small bug. This text in .ttf file:
Causes No note in language "de" provided to be displayed.
Workaround: take all separate notes together as one note, then it works.
Is the number of notes limited? This was an automatically imported document that just wrote a lot of stuff in separate note entries, I can organise it another way, but just wanted to let you know.
The text was updated successfully, but these errors were encountered: