Skip to content

Commit

Permalink
Adding domain=fcrepo:Resource to status property
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Sep 4, 2014
1 parent 95e480f commit d1a229f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rest-api.rdf
Expand Up @@ -53,6 +53,7 @@
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/rest-api#status">
<rdfs:label xml:lang="en">status</rdfs:label>
<rdfs:comment xml:lang="en">Describes the status of a resource, such as active or deleted.</rdfs:comment>
<rdfs:domain rdf:resource="http://fedora.info/definitions/v4/repository#Resource"/>
<rdfs:range rdf:resource="http://fedora.info/definitions/v4/rest-api#ResourceStatus"/>
</owl:ObjectProperty>
<owl:Class rdf:about="http://fedora.info/definitions/v4/rest-api#ResourceStatus">
Expand Down

0 comments on commit d1a229f

Please sign in to comment.