Requirement for ontology header

We had, at some point discussed the situation where one might import  
a document not explicitly purposed for OWL, but which could still be  
valid OWL in combinaton with other axioms - for instance a RDF/XML  
document consisting solely of PropertyAssertions.

However, the RDF Mapping document currently precludes this:

> First, patterns from Table 3 are matched to G in order to extract  
> the ontology header — the ontology URI and the set of URIs of the  
> imported ontologies. If no such pattern can be matched in G, or if  
> the pattern can be matched to G in more than one way, the graph G  
> is rejected as invalid.
>

I suggest we relax this to:


> First, patterns from Table 3 are matched to G in order to extract  
> the ontology header — the ontology URI and the set of URIs of the  
> imported ontologies. If the pattern can be matched to G in more  
> than one way, the graph G is rejected as invalid.

and have the case where there is no match yield the ontology header   
Ontology().

I don't know if the matching rules should be adjusted to consider  
malformed headers as invalid.


-Alan

Received on Wednesday, 28 May 2008 03:49:53 UTC