[Karmatool-users] OPM annotations
Brought to you by:
datatoinsight,
yuanluo
|
From: Black, M. (IS) <Mic...@ng...> - 2013-04-29 16:52:33
|
Is there a way to add annotations to items so that the annotations will show up in the OPM output?
For example I notice this entry:
<ns:dataObject>
<ns:file>
<ns:fileURI>file:GFI_001</ns:fileURI>
<ns:ownerDN>Amy_Elliott</ns:ownerDN>
<ns:createDate>2013-04-19T16:00:00.000-05:00</ns:createDate>
<ns:size>868013951</ns:size>
<ns:objectName>GFI_001</ns:objectName>
</ns:file>
</ns:dataObject>
Produces this OPM output:
<v1:artifact id="File_1">
<v1:annotation>
<v1:property uri="artifact-size">
<v1:value>
<size>868013951</size>
</v1:value>
</v1:property>
<v1:property uri="artifact-uri">
<v1:value>
<fileURI>file:GFI_001</fileURI>
</v1:value>
</v1:property>
</v1:annotation>
</v1:artifact>
So it picked up fileURI and size but not ownerDN, createDate.
I want to be able to add my own fields that will show up in the OPM data.
Michael D. Black
Senior Scientist
Analytics, Production and Services
Advanced GEOINT Systems
Northrop Grumman Information Systems
|