This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

CTS2/doc/Entity Example RDF

From HL7Wiki
Revision as of 22:30, 27 November 2015 by Cts2admin (talk | contribs) (1 revision: Re-import CTS2 documentation pages with appropriate links)
Jump to navigation Jump to search

CTS2 Rendering of RDF Property

The rendering below represents the minimal information that would need to be supplied to a CTS2 service to represent rdf:property:

<?xml version="1.0" ?>
<EntityDescription xmlns="http://schema.omg.org/spec/CTS2/1.0/Entity" 
                   xmlns:core="http://schema.omg.org/spec/CTS2/1.0/Core">
    <predicateDescription about="http://www.w3.org/1999/02/22-rdf-syntax-ns#subject">
        <entityID>
            <core:namespace>RDF</core:namespace>
            <core:name>subject</core:name>
        </entityID>
        <describingCodeSystemVersion>
            <core:version uri="http://www.w3.org/1999/02/22-rdf-syntax-ns#">RDF</core:version>
        </describingCodeSystemVersion>
        <designation designationRole="PREFERRED">
            <core:value>subject</core:value>
        </designation>
        <definition>
            <core:value>The subject of the subject RDF statement.</core:value>
        </definition>
        <entityType uri="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property">
            <core:namespace>RDF</core:namespace>
           <core:name>Property</core:name>
        </entityType>
    </predicateDescription>
</EntityDescription>