Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding hasExternalContent/isExternalContentOf properties
  • Loading branch information
escowles committed May 27, 2014
1 parent 7fa7619 commit ba8a038
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rels-ext.rdf
Expand Up @@ -143,4 +143,12 @@
<rdfs:comment xml:lang="en-US">A definition of a generic equivalence relationship between fedora objects. The subject is a fedora object that is equivalent to the predicate which is another fedora objects.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://fedora.info/definitions/v4/rels-ext#fedoraRelationship"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/rels-ext#hasExternalContent">
<rdfs:label xml:lang="en">has external content</rdfs:label>
<rdfs:comment xml:lang="en-US">A fedora object linking to an external content location, which can either be in the same repository (e.g., via filesystem federation), in another fedora repository, or in another system.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/rels-ext#isExternalContentOf">
<rdfs:label xml:lang="en">is external content of</rdfs:label>
<rdfs:comment xml:lang="en-US">A content node linking to a fedora object.</rdfs:comment>
</owl:ObjectProperty>
</rdf:RDF>

0 comments on commit ba8a038

Please sign in to comment.