How to retrieve user-defined RDF-URIs in OSLC query results
![]() The query results of an OSLC query do include the custom attributes that are defined for an artefact type. However, the query results do not use the RDF-URIs that I defined in the project properties for those custom attributes. Rather, arbitrary URIs are used, e.g. https://hostname/rm/types/_Otp_YceDEeagedFUHCigAA#4647618b-7d09-4f82-8d1e-04db2bb621a9
|
2 answers
![]() One can ask DNG for the Schema for a Component of ProjectArea for a given Configuration. That XML document is the Rosetta Stone which allows one to translate from the Component's custom type URIs to the inscrutable, internal ones used by Jazz.
Either with a bit of XSLT or with some RDF reasoning, one can map from one form of the URIs to the other by following the owl:sameAs relationship.
|