Skip to content

Commit d33f453

Browse files
committed
fix disjoint statement on predicates
1 parent 1422d34 commit d33f453

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v1/contaminoso_comptox_ext.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ coso:ofComptoxSubstance a owl:ObjectProperty;
4040
coso:ofDatasetSubstance a owl:ObjectProperty;
4141
rdfs:label "of Dataset Substance";
4242
dcterms:description "A relation between an entity and a chemical substance as identified in a dataset specific controlled vocabulary";
43-
rdfs:subPropertyOf coso:ofSubstance;
44-
owl:disjointWith coso:ofComptoxSubstance.
43+
rdfs:subPropertyOf coso:ofSubstance.
44+
#range is disjoint with comptox:CheimcalEntity.
4545

4646
comptox:sameAsComptoxSubstance a owl:ObjectProperty;
4747
rdfs:label "same as comptox substance";

0 commit comments

Comments
 (0)