usc-isi-i2 / Web-Karma

Information Integration Tool

Home Page:http://www.isi.edu/integration/karma/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not create a blank Node with two rdf:type classes

esidialy opened this issue · comments

commented

Does Karma support the creation of a blank node with two rdf:type like in this example :
karma limitation
<vcard:hasTelephone rdf:parseType="Resource">
<vcard:hasValue rdf:resource="tel:+61755555555"/>
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Home"/>
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Voice"/>
</vcard:hasTelephone>

You can assign multiple semantic types to column, so you can use the same property hasTelephone and two types.