Skip to content

Conversation

@niklasl
Copy link
Member

@niklasl niklasl commented Feb 17, 2022

Also define domain and range and adjust labels.

Also define domain and range and adjust labels.
@niklasl niklasl requested review from klngwll, kwahlin and olovy February 17, 2022 16:54
rdfs:subPropertyOf :object ;
sdo:rangeIncludes :Instance ;
rdfs:label "ingår i serie"@sv .
rdfs:label "medlemskap i serie"@sv .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change label here? for me it introduces a confusion with seriesMembership label.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It came from a note I had (from some chat IIRC) about differentiating inSeries and partOfSeries through its label. But if we don't need to I'll gladly revert this label, since when used its context (i.e. the type of the thing it's placed on (:SeriesMembership)) should make the simpler label obvious, and when listed the domain/range context is reasonably needed anyway.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. We should do a follow up on that note on any possible differences, and if so document that in a comment or scopenote at least.


:hasSeries a owl:ObjectProperty;
rdfs:label "har serie"@sv;
:partOfSeries a owl:ObjectProperty;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.partOfSeries is missing the corresponding owl:inverseOf :seriesOf; which in turn probably is best to change from :hasSeries to :partOfSeries.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants