Skip to content

Commit

Permalink
Remove unused classes and properties:
Browse files Browse the repository at this point in the history
- DublinCoreDescribable class
- Fixity class
- hasFixity property
- isFixityOf property

Resolves: https://jira.duraspace.org/browse/FCREPO-1343
  • Loading branch information
acoburn authored and Andrew Woods committed Feb 3, 2015
1 parent 3770b97 commit c8c1aca
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions repository.rdf
Expand Up @@ -508,16 +508,6 @@



<!-- http://fedora.info/definitions/v4/repository#hasFixity -->

<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasFixity">
<rdfs:label xml:lang="en">has fixity</rdfs:label>
<rdfs:domain rdf:resource="http://fedora.info/definitions/v4/repository#Binary"/>
<rdfs:range rdf:resource="http://fedora.info/definitions/v4/repository#Fixity"/>
</owl:ObjectProperty>



<!-- http://fedora.info/definitions/v4/repository#hasMember -->

<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasMember">
Expand Down Expand Up @@ -579,17 +569,6 @@



<!-- http://fedora.info/definitions/v4/repository#isFixityOf -->

<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#isFixityOf">
<rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
<rdfs:label xml:lang="en">is fixity of</rdfs:label>
<rdfs:range rdf:resource="http://fedora.info/definitions/v4/repository#Binary"/>
<rdfs:domain rdf:resource="http://fedora.info/definitions/v4/repository#Fixity"/>
</owl:ObjectProperty>



<!-- http://fedora.info/definitions/v4/repository#predecessors -->

<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#predecessors">
Expand Down Expand Up @@ -664,16 +643,6 @@



<!-- http://fedora.info/definitions/v4/repository#DublinCoreDescribable -->

<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#DublinCoreDescribable">
<rdfs:label xml:lang="en">Dublin Core describable</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Thing"/>
<rdfs:comment xml:lang="en">An entity that may have Dublin Core metadata assigned.</rdfs:comment>
</owl:Class>



<!-- http://fedora.info/definitions/v4/repository#EmbedResources -->

<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#EmbedResources">
Expand All @@ -683,16 +652,6 @@
</owl:Class>


<!-- http://fedora.info/definitions/v4/repository#Fixity -->

<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Fixity">
<rdfs:label xml:lang="en">fixity</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Thing"/>
<owl:disjointWith rdf:resource="http://fedora.info/definitions/v4/repository#Resource"/>
<rdfs:comment xml:lang="en">A calculated or recorded result of a fixity measurement on a bitstream.</rdfs:comment>
</owl:Class>



<!-- http://fedora.info/definitions/v4/repository#InboundReferences -->

Expand Down

0 comments on commit c8c1aca

Please sign in to comment.