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

Adds info:islandora/islandora-system:def/scholar# predicates to both … #5

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions relsext.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,19 @@
<rdf:Property rdf:about="http://islandora.ca/ontology/relsext#isSequenceNumberOf$escaped_pid">
<rdfs:label xml:lang="en">is sequence number of escaped PID</rdfs:label>
</rdf:Property>

<!-- info:islandora/islandora-system:def/scholar#embargo-until -->
Copy link
Member

Choose a reason for hiding this comment

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

<!-- http://islandora.ca/ontology/relsext#embargo-until -->

Copy link
Member

Choose a reason for hiding this comment

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

@DiegoPino I'm concerned about the rdf:Property being having the other namespace info:islandora/islandora-system:def/scholar#

Can we have both in here? Is that legal?

We'll also need to figure out how to compensate for it in rdfs2html.xsl. If I do a build now on @bryjbrown's fork, they don't show up.

<rdf:Property rdf:about="info:islandora/islandora-system:def/scholar#embargo-until">
<rdfs:label xml:lang="en">embargo until</rdfs:label>
<rdfs:comment xml:lang="en">The date of an embargo's expiration (or the string 'indefinite' for permanent embargoes)</rdfs:comment>
<rdfs:range rdf:resource="&xsd;string"/>
<rdfs:range rdf:resource="&xsd;dateTime"/>
</rdf:Property>

<!-- info:islandora/islandora-system:def/scholar#embargo-expiry-notification-date -->
<rdf:Property rdf:about="info:islandora/islandora-system:def/scholar#embargo-expiry-notification-date">
Copy link
Member

Choose a reason for hiding this comment

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

<!-- http://islandora.ca/ontology/relsext#embargo-expiry-notification-date -->

<rdfs:label xml:lang="en">embargo expiration notification date</rdfs:label>
<rdfs:comment xml:lang="en">The date 10 days prior to the expiration of an embargo when users should be notified</rdfs:comment>
<rdfs:range rdf:resource="&xsd;dateTime"/>
</rdf:Property>
</rdf:RDF>
14 changes: 14 additions & 0 deletions relsint.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,18 @@
<rdfs:range rdf:resource="&xsd;string"/>
</rdf:Property>

<!-- info:islandora/islandora-system:def/scholar#embargo-until -->
<rdf:Property rdf:about="info:islandora/islandora-system:def/scholar#embargo-until">
<rdfs:label xml:lang="en">embargo until</rdfs:label>
<rdfs:comment xml:lang="en">The date of an embargo's expiration (or the string 'indefinite' for permanent embargoes)</rdfs:comment>
<rdfs:range rdf:resource="&xsd;string"/>
<rdfs:range rdf:resource="&xsd;dateTime"/>
</rdf:Property>

<!-- info:islandora/islandora-system:def/scholar#embargo-expiry-notification-date -->
<rdf:Property rdf:about="info:islandora/islandora-system:def/scholar#embargo-expiry-notification-date">
<rdfs:label xml:lang="en">embargo expiration notification date</rdfs:label>
<rdfs:comment xml:lang="en">The date 10 days prior to the expiration of an embargo when users should be notified</rdfs:comment>
<rdfs:range rdf:resource="&xsd;dateTime"/>
</rdf:Property>
</rdf:RDF>