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

Documentation properties #7

Closed
riannella opened this issue Jun 17, 2016 · 4 comments
Closed

Documentation properties #7

riannella opened this issue Jun 17, 2016 · 4 comments

Comments

@riannella
Copy link
Contributor

We currently use rdfs:comment to capture both the definition and comment from the original ODRL Vocabulary spec.
I propose we now use:
skos:definition for the definition
skos:scopeNote for the comments

@nitmws
Copy link
Contributor

nitmws commented Jun 20, 2016

We have to be aware that skos:scopeNote is one of many kinds of SKOS notes (https://www.w3.org/TR/2009/NOTE-skos-primer-20090818/#secdocumentation). Unfortunately it is not exactly defined but I infer its focus is on describing the scope of use of a term. In this case we would have to check if the content of comments is really about that - else we should use the generic skos:note.

@riannella
Copy link
Contributor Author

Ok, what if we used rdfs:comment for "comments" and skos:definition for "definitions" ?

@riannella
Copy link
Contributor Author

Add all the definitions+comments from the original Vocab spec into skos:definition and rdfd:comments

@riannella
Copy link
Contributor Author

Completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants