Stream: ontology
Topic: RIM turtle bugs
Renato Iannella (May 16 2016 at 05:25):
I found a few bugs with the latest rim.ttl document:
1 - Fix the namespaces:
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .
2 - In dt:CDCoding rdfs:subClassOf dt:ANY;
change all the :
owl:onProperty dt:II.*;
to:
owl:onProperty dt:CDCoding.*;
Except .originalText -> CD.originalText
3 - In dt:CD rdfs:subClassOf dt:ANY;
change:
owl:onProperty dt:II.originalText;
to:
owl:onProperty dt:CD.originalText;
I hope that makes sense ;-)
I attached the updated version that opens without error in Protege
Grahame Grieve (May 16 2016 at 07:58):
hey Renato, thanks
Grahame Grieve (May 16 2016 at 07:58):
I expect to have time to make a co-ordinated run at things in a couple of weeks
Last updated: Apr 12 2022 at 19:14 UTC