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 15:57, 13 July 2012 by Hsolbrig (talk | contribs) (Created page with "== 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: <pre> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>