Hi,
I'm working some queries using subproperties.
my understanding is that
IF
sp subPropertyOf s
AND
x sp y
THEN
x s y
For example, I've made sxml:text a subproperty of rdfs:label
therefore, shouldn't the queries:
CONSTRUCT {
?node sxml:text ?found .
}WHERE{
?node sxml:text ?found .
}
and
CONSTRUCT {
?node sxml:text ?found .
}WHERE{
?node sxml:text ?found .
?node rdfs:label ?found .
}
return the same thing, if inferencing is turned on when you do the
query?
Right now, I've got my inferencing configured to just do SwiftOWLIM.
It seems as though inferencing isnt' doing anything with
subProperties.
When I run inferencing alone, I also don't see any new properties
being added based on subproperties.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---