VIVO-435 changed domain/range of cites/citedBy and removed odd individuals that came in with the ISF

This commit is contained in:
brianjlowe 2013-11-14 09:52:11 -05:00
parent 65b13dc91d
commit 15c59932dd
3 changed files with 4 additions and 152 deletions

View file

@ -1141,8 +1141,8 @@ there is a measurement process p that has specified output m, a measurement datu
<!-- http://purl.org/ontology/bibo/citedBy -->
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/citedBy">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Document"/>
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/Document"/>
</owl:ObjectProperty>
@ -1150,8 +1150,8 @@ there is a measurement process p that has specified output m, a measurement datu
<!-- http://purl.org/ontology/bibo/cites -->
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/cites">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Document"/>
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/Document"/>
</owl:ObjectProperty>