Dear d2rq community,

During the investigation of a replacement for my boiler-plate DB->OWL 
conversion, I have stumbled upon d2rq. Great work!
I have been fiddeling with a particular problem which I seem to be unable to 
solve:

I would like to create an Ontology (ca 15.000 classes - not instances) that 
includes some custom owl:ObjectProperties. While the properties can be 
generated just fine, I don't know how to put some owl:AllValuesFrom, 
owl:Restrictions on these. What I am aiming for is something like this example


:hasBarProp rdf:type owl:ObjectProperty ;

:Foo rdf:type owl:Class ;

                                               rdfs:subClassOf [ rdf:type 
owl:Restriction ;
                                                                 owl:onProperty 
:hasBarProp ;
                                                                 
owl:allValuesFrom :Bar
                                                               ] .

I have been trying different patterns with
additionalPropertyDefinitionProperty and additionalClassDefinitionProperty. to 
no avail. Is this possible somehow?
I am thankful for any hints,
Best Regards,
Jakob

P.S. the actual final case is even somewhat more demanding: owlValuesFrom 
should point to a unionOf several class derinition as a range restriction.... 
But that is step two


_______________________________________________________________
Dr.-Ing. Jakob Beetz - Assistant Professor Design Systems Group
Department of the Built Environment
Eindhoven University of Technology
phone: +31 (0)40 247 2288 on-campus location: VRT 9.11

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
d2rq-map-devel mailing list
d2rq-map-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel

Reply via email to