Hi Naicong,
The "AA rdf:type rdfs:Class" statements are generated, because the range of
rdfs:subClassOf has type rdfs:Class. The importer doesn't have a mechanism
to determine that owl:Class is a subclass of rdfs:Class.
The work-around would be to run the importer as is, and then run the
following SPARQL query to remove the extra rdfs:Class statements.
DELETE {
?cls a rdfs:Class .
}
WHERE {
?cls a owl:Class .
?cls a rdfs:Class .
}
Gokhan
On Tue, Mar 5, 2013 at 10:47 PM, Li, Naicong <
[email protected]> wrote:
> Hi,
>
>
>
> I imported some classes from a spreadsheet (tab delimited file).
> Everything went fine except for a small thing:
>
>
>
> I specified, in one column of the spreadsheed, the parent class for the
> imported classes, with column header "rdfs:subClassOf". All the imported
> classes went in fine, but their parent classes all got an extra statement
> about their type. Say the parent class name is AA, then this extra
> statement would be "AA rdf:type rdfs:Class" (they were already defined as
> owl:Class).
>
>
>
> What should I do to prevent this from happening?
>
>
>
> Naicong
>
> --
> -- You received this message because you are subscribed to the Google
> Group "TopBraid Suite Users", the topics of which include Enterprise
> Vocabulary Network (EVN), TopBraid Composer, TopBraid Live,
> TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
> 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-users?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "TopBraid Suite Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary
Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
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-users?hl=en
---
You received this message because you are subscribed to the Google Groups
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.