getSKOSObjectRelationAssertions() returns nothing

15 views
Skip to first unread message

Ilya Semyonov

unread,
May 15, 2012, 11:37:18 AM5/15/12
to skos...@googlegroups.com
Hi
I tired to load simple SKOS with single ConceptScheme containing single Concept:

<skos:ConceptScheme rdf:about="http://www.wand.com/concepts#GeneralBusiness">
  <skos:prefLabel xml:lang="en">General Business</skos:prefLabel>
  <skos:hasTopConcept rdf:resource="http://www.wand.com/concepts#10-k_reporting" />
</skos:ConceptScheme>
  <skos:prefLabel xml:lang="en">10-K Reporting</skos:prefLabel>
  <skos:topConceptOf rdf:resource="http://www.wand.com/concepts#GeneralBusiness" />
</skos:Concept>
</rdf:RDF>

I am able to obtain these two SKOS entities from loaded dataset. However getSKOSObjectRelationAssertions() returns empty set for both of them. Also getTopConcepts() returns empty set for concept scheme.
SKOS API (v3) is built from revision 24 with OWL API v3.2.4.

Thanks.

Reply all
Reply to author
Forward
0 new messages