This wiki has undergone a migration to Confluence found Here
CTS2/doc/Entity Example RDF
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>