Skip to content

Commit

Permalink
Updating hasMember comment with note on transitivity (fixes #36)
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Oct 14, 2015
1 parent d086316 commit 4c24481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<rdf:Property rdf:about="http://pcdm.org/models#hasMember">
<rdfs:label xml:lang="en">has member</rdfs:label>
<rdfs:comment xml:lang="en">Links to a subsidiary Object or Collection. Typically used to link to component parts, such as a book linking to a page.</rdfs:comment>
<rdfs:comment xml:lang="en">Links to a subsidiary Object or Collection. Typically used to link to component parts, such as a book linking to a page. Note on transitivity: hasMember is not defined as transitive, but applications may treat it as transitive as local needs dictate.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"/>
<rdfs:range rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"/>
<rdfs:subPropertyOf rdf:resource="http://www.openarchives.org/ore/terms/aggregates"/>
Expand Down

0 comments on commit 4c24481

Please sign in to comment.