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

Add genre to works #3

Open
robertmhudson opened this issue Jun 23, 2017 · 0 comments
Open

Add genre to works #3

robertmhudson opened this issue Jun 23, 2017 · 0 comments
Assignees

Comments

@robertmhudson
Copy link
Contributor

Possible model for adding genre to statements about musical works:

<works/nnn> schema:genre <genres/folkSongs>.

<genres/folkMusic> a skos:Concept;
  skos:prefLabel "Folk songs";
  skos:inScheme <genres/>.
  skos:closeMatch dbpedia:Folk_music,  <http://id.loc.gov/authorities/genreForms/gf2014026809>

<genres/> a skos:ConceptScheme;
  rdfs:label "Work genres";
  rdfs:comment "For now is a small thesaurus, and only Works with anonymous composers have schema:genre values".

This example focuses on Folk Songs and Spirituals, for which the creator is an anonymous composer.
Thanks to @VladimirAlexiev for suggesting this improvement.

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

1 participant