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

Added pcdm:hasRelatedObject #6

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion models.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,14 @@
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/ldp#contains"/>
<rdfs:isDefinedBy rdf:resource="http://pcdm.org/models#"/>
</rdf:Property>


<rdf:Property rdf:about="http://pcdm.org/models#hasRelatedObject">
<rdfs:label xml:lang="en">has related object</rdfs:label>
<rdfs:comment xml:lang="en">Links to an Object which is related to this Object but doesn't directly describe or represent it.</rdfs:comment>
<rdfs:domain rdf:resource="http://pcdm.org/models#Object"/>
<rdfs:domain rdf:resource="http://pcdm.org/models#Collection"/>
Copy link
Author

Choose a reason for hiding this comment

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

Is this domain correct (Collection & Object)?

Copy link
Contributor

Choose a reason for hiding this comment

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

As far as I understand this, the domain should be http://www.openarchives.org/ore/terms/Aggregation

See, for example, http://pcdm.org/models#hasMember

But isn't this what ore:aggregates does? Why define a new property?

<rdfs:range rdf:resource="http://pcdm.org/models#Object"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
<rdfs:isDefinedBy rdf:resource="http://pcdm.org/models#"/>
</rdf:Property>
</rdf:RDF>