Next in thread → Next in month →

[oslc-ccm] Contributing OSLC-CM 3.0 Draft Specification

From
Samuel Padgett <>
Date
2014-02-21T16:19:06+00:00
ID
Thread
[oslc-ccm] 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>
Next in thread → Next in month →