← Prev in month
← Prev in thread
Contributing OSLC-CM 3.0 Draft Specification
<rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:oslc_cm="http://open-services.net/ns/cm#">
<oslc_cm:ChangeRequest rdf:about="http://example.com/bugs/4321">
<oslc_cm:relatedChangeRequest rdf:ID="link1"
rdf:resource="http://anotherexample.com/defects/123" />
</oslc_cm:ChangeRequest>
<rdf:Description rdf:about="#link1">
<dcterms:title>Defect 123: Problems during install</dcterms:title>
</rdf:Description>
</rdf:RDF>
← Prev in month
← Prev in thread