Closed pasqLisena closed 6 years ago
The concept scheme URI <http://data.doremus.org/vocabulary/genre/>
is perfect.
You should not use owl:sameAs
but skos:exactMatch
since you're aligning skos:Concept
Why do you have the lines 18-21 ? This is hijacking the definition of some concepts belonging to a different vocab, namely iaml/genre
Line 51 seems also wrong. You should define <http://data.doremus.org/vocabulary/genre/v>
perhaps but not <http://data.doremus.org/vocabulary/iaml/genre/v>
for sure.
Why do you have the lines 18-21 ? This is hijacking the definition of some concepts belonging to a different vocab, namely iaml/genre
Do you think so? It is just adding a skos:narrower
relation.
The alternative is "duplicate" the lit
concept as <http://data.doremus.org/vocabulary/genre/lit>
.
Line 51 seems also wrong. You should define http://data.doremus.org/vocabulary/genre/v perhaps but not http://data.doremus.org/vocabulary/iaml/genre/v for sure.
Ups, typo.
Do you think so? It is just adding a
skos:narrower
relation.
Those lines are reproduced below:
<http://data.doremus.org/vocabulary/iaml/genre/lit> skos:narrower
<http://data.doremus.org/vocabulary/iaml/genre/lid>,
<http://data.doremus.org/vocabulary/iaml/genre/lod>,
<http://data.doremus.org/vocabulary/iaml/genre/lyh>,
<http://data.doremus.org/vocabulary/iaml/genre/vrl>
They just relate a iaml genre with other iaml genres and as such, those relationships should be declared in the genre iaml concept scheme.
The alternative is "duplicate" the lit concept as
<http://data.doremus.org/vocabulary/genre/lit>
.
This is another objective but the lines 18-21 do not do this.
Doubts:
owl:sameAs
?owl:sameAs
be insteadskos:exactMatch
?