<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE rdf:RDF [
	 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	 <!ENTITY dc 'http://purl.org/dc/elements/1.1/'>
	 <!ENTITY a 'http://protege.stanford.edu/system#'>
	 <!ENTITY kb 'http://protege.stanford.edu/kb#'>
	 <!ENTITY rdfs 'http://www.w3.org/TR/1999/PR-rdf-schema-19990303#'>
	 <!ENTITY hcm 'http://healthcybermap.org/'>
]>
<rdf:RDF xmlns:rdf="&rdf;"
	 xmlns:a="&a;"
	 xmlns:dc="&dc;"
	 xmlns:kb="&kb;"
	 xmlns:hcm="&hcm;"
	 xmlns:rdfs="&rdfs;">
<rdf:Property rdf:about="&hcm;comment"
	 a:maxCardinality="1"
	 rdfs:comment="free text comment">
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&hcm;location"
	 a:minCardinality="1">
	<rdfs:comment>Publisher or author(s) main geographical location, whichever is more relevant</rdfs:comment>
	<a:allowedClasses rdf:resource="&kb;ISO3166"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&kb;SpatialScheme"/>
	<a:allowedClasses rdf:resource="&kb;TGN"/>
</rdf:Property>
<rdf:Property rdf:about="&hcm;quality"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:comment>Level of evidence (official guideline, systematic review, RCT, other peer-reviewed studies, official CAT, expert opinion), recognised code of ethics or quality seal, Trusted Publisher or Listed in Trusted Directory, e.g., OMNI, or unspecified"</rdfs:comment>
	<rdfs:range rdf:resource="&kb;QualityScheme"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
</rdf:Property>
<rdfs:Class rdf:about="&kb;Box">
	<rdfs:comment>The DCMI Box encoding scheme is a method for identifying a region of space using its geographic limits. </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;SpatialScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Collection">
	<rdfs:comment>A collection is an aggregation of items. The term collection means that the resource is described as a group; its parts may be separately described and navigated.
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;DCMIType"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;DCMIType">
	<rdfs:comment>The DCMI Type Vocabulary provides a general, cross-domain list of approved terms that may be used as values for the Resource Type element to identify the genre of a resource.
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;TypeScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;DCSV">
	<rdfs:comment>DCMI DCSV (Dublin Core Structured
Values) describe a method for recording lists of labelled values in a text string. Instances of this class must have an rdf:value arc ending at a literal with content the DCSV encoding. </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;Qualified_Dublin_Core_Metadata_Set"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;DDC">
	<rdfs:comment>Instances of this class are Dewey Decimal Classifications and must provide an rdf:value (with content the code) and should provide an rdfs:label arc (with content the caption).
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;SubjectScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Dataset">
	<rdfs:comment>A dataset is information encoded in a defined structure (for example, lists, tables, and databases), intended to be useful for direct machine processing.
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;DCMIType"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;DateScheme"
	 rdfs:comment="A set of date encoding schemes and/or formats">
	<rdfs:subClassOf rdf:resource="&kb;Qualified_Dublin_Core_Metadata_Set"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Event">
	<rdfs:comment>An event is a non-persistent, time-based occurrence. Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, responsible agents, and links to related events and resources. The resource of type event may not be retrievable if the described instantiation has expired or is yet to occur. Examples - exhibition, web-cast, conference, workshop, open-day, performance, battle, trial, wedding, tea-party, conflagration.
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;DCMIType"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;FormatScheme"
	 rdfs:comment="A set of format encoding schemes.">
	<rdfs:subClassOf rdf:resource="&kb;Qualified_Dublin_Core_Metadata_Set"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;HealthCyberMap"
	 rdfs:comment="http://healthcybermap.org">
	<rdfs:subClassOf rdf:resource="&rdfs;Resource"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;ICD-9-CM">
	<rdfs:subClassOf rdf:resource="&kb;SubjectScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;IMT"
	 rdfs:comment="Instances of this class are the Internet media types">
	<rdfs:subClassOf rdf:resource="&kb;FormatScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;ISO3166"
	 rdfs:comment="ISO3166 Codes for the representation of names of countries">
	<rdfs:subClassOf rdf:resource="&kb;SpatialScheme"/>
	<rdfs:subClassOf rdf:resource="&rdfs;Resource"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;ISO639-2">
	<rdfs:comment>ISO 639-2: Codes for the representation of names of languages.</rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;LanguageScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Image">
	<rdfs:comment>An image is a primarily symbolic visual representation other than text. For example - images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that image may include both electronic and physical representations.
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;DCMIType"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;InteractiveResource">
	<rdfs:comment> An interactive resource is a resource which requires interaction from the user to be understood, executed, or experienced. For example - forms on web pages, applets, multimedia learning objects, chat services, virtual reality.</rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;DCMIType"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;LCC">
	<rdfs:comment>Instances of this class are Library of Congress Classifications and must provide an rdf:value (with content the code) and should provide an rdfs:label arc (with content the caption).
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;SubjectScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;LCSH">
	<rdfs:comment>Instances of this class are Library of Congress Subject Headings and must provide an rdf:value (with content the code) and should provide an rdfs:label arc (with content the caption).
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;SubjectScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;LanguageScheme"
	 rdfs:comment="A set of language encoding schemes and/or formats.">
	<rdfs:subClassOf rdf:resource="&kb;Qualified_Dublin_Core_Metadata_Set"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;MESH">
	<rdfs:comment>Instances of this class are Medical Subject Headings and must provide an rdf:value (with content the code) and should provide an rdfs:label arc (with content the caption).  
Medical Subject Headings</rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;SubjectScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Period"
	 rdfs:comment="A specification of the limits of a time interval.">
	<rdfs:subClassOf rdf:resource="&kb;DateScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Point">
	<rdfs:comment>DCMI Point is used for identifying a point in space using its geographic   coordinates</rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;SpatialScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Qualified_Dublin_Core_Metadata_Set"
	 rdfs:comment="http://dublincore.org">
	<rdfs:subClassOf rdf:resource="&rdfs;Resource"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;QualityScheme">
	<rdfs:comment>Sub-classes to be defined in details: Level of evidence (official guideline, systematic review, RCT, other peer-reviewed studies, official CAT, expert opinion), recognised code of ethics or quality seal, Trusted Publisher or Listed in Trusted Directory, e.g., OMNI, or unspecified.</rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;HealthCyberMap"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;RFC1766">
	<rdfs:comment>Internet RFC 1766 'Tags for the identification of Language' specifies a two letter code taken from ISO 639, followed optionally by a two letter country code taken from ISO 3166.</rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;LanguageScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Resource">
	<rdfs:comment>A resource is defined in [RFC2396] as "anything that has identity". For the purposes of Dublin Core metadata, a resource will typically be an information or service resource, but may be applied more broadly.</rdfs:comment>
	<rdfs:subClassOf rdf:resource="&rdfs;Resource"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Service">
	<rdfs:comment>A service is a system that provides one or more functions of value to the end-user. Examples include: a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;DCMIType"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Software">
	<rdfs:comment>Software is a computer program in source or compiled form which may be available for installation non-transiently on another machine. For software which exists only to create an interactive environment, use interactive instead.
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;DCMIType"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Sound">
	<rdfs:comment>A sound is a resource whose content is primarily intended to be rendered  as audio. For example - a music playback file format, an audio compact disc, and recorded speech or sounds.
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;DCMIType"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;SpatialScheme"
	 rdfs:comment="A set of geographic place encoding schemes and/or formats">
	<rdfs:subClassOf rdf:resource="&kb;Qualified_Dublin_Core_Metadata_Set"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;SubjectScheme">
	<rdfs:comment>A set of subject encoding schemes 
  and/or formats</rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;Qualified_Dublin_Core_Metadata_Set"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;TGN"
	 rdfs:comment="The Getty Thesaurus of Geographic Names">
	<rdfs:subClassOf rdf:resource="&kb;SpatialScheme"/>
	<rdfs:subClassOf rdf:resource="&rdfs;Resource"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;Text">
	<rdfs:comment>A text is a resource whose content is primarily words for reading. For example - books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre text.
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;DCMIType"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;TypeScheme"
	 rdfs:comment="A set of resource type encoding schemes and/or formats">
	<rdfs:subClassOf rdf:resource="&kb;Qualified_Dublin_Core_Metadata_Set"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;UDC">
	<rdfs:comment>Instances of this class are Universal Decimal Classifications and must provide an rdf:value (with content the code) and should provide an rdfs:label arc (with content the caption).
  </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;SubjectScheme"/>
</rdfs:Class>
<rdfs:Class rdf:about="&kb;UMLS">
	<rdfs:subClassOf rdf:resource="&rdfs;Class"/>
</rdfs:Class>
<kb:UMLS rdf:about="&kb;UMLS_ROOT">
	<rdfs:subClassOf rdf:resource="&kb;SubjectScheme"/>
</kb:UMLS>
<rdfs:Class rdf:about="&kb;W3CDTF">
	<rdfs:comment>Instances of this class are dates and times encoded with the W3C Encoding rules - a profile based on ISO8601 </rdfs:comment>
	<rdfs:subClassOf rdf:resource="&kb;DateScheme"/>
</rdfs:Class>
<rdf:Property rdf:about="&kb;abstract"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:comment>A summary of the content of the resource.
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:subPropertyOf rdf:resource="&dc;description"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;alternative">
	<rdfs:comment>Any form of the title used as a substitute or alternative to the formal title of the resource.</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:subPropertyOf rdf:resource="&dc;title"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;available"
	 a:maxCardinality="1">
	<rdfs:comment>Date (often a range) that the resource will become or did become available.</rdfs:comment>
	<rdfs:range rdf:resource="&kb;DateScheme"/>
	<a:allowedClasses rdf:resource="&kb;Period"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<a:allowedClasses rdf:resource="&kb;W3CDTF"/>
	<rdfs:subPropertyOf rdf:resource="&dc;date"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;broader">
	<rdfs:domain rdf:resource="&kb;UMLS"/>
	<rdfs:domain rdf:resource="&kb;UMLS_ROOT"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;city"
	 a:maxCardinality="1"
	 a:minCardinality="1"
	 rdfs:comment="Publisher or author(s) main city, whichever is more relevant">
	<rdfs:subPropertyOf rdf:resource="&hcm;location"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&kb;TGN"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;country"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:comment>Publisher or author(s) main country, whichever is more relevant</rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&hcm;location"/>
	<rdfs:range rdf:resource="&kb;ISO3166"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;country_code"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:domain rdf:resource="&kb;ISO3166"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;created"
	 a:maxCardinality="1"
	 a:minCardinality="1"
	 rdfs:comment="Date of creation of the resource.">
	<rdfs:range rdf:resource="&kb;DateScheme"/>
	<a:allowedClasses rdf:resource="&kb;Period"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<a:allowedClasses rdf:resource="&kb;W3CDTF"/>
	<rdfs:subPropertyOf rdf:resource="&dc;date"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;cui"
	 a:maxCardinality="1">
	<rdfs:domain rdf:resource="&kb;UMLS"/>
	<rdfs:domain rdf:resource="&kb;UMLS_ROOT"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;date"
	 a:maxCardinality="1"
	 a:minCardinality="1"
	 rdfs:comment="yyyy-mm-dd">
	<rdfs:domain rdf:resource="&kb;W3CDTF"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;documentation"
	 a:maxCardinality="1">
	<rdfs:domain rdf:resource="&kb;UMLS_ROOT"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;extent"
	 rdfs:comment="The size or duration of the resource.">
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:subPropertyOf rdf:resource="&dc;format"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;hasFormat">
	<rdfs:comment>The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format. </rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;hasPart">
	<rdfs:comment>The described resource includes the referenced resource either physically or logically. </rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;hasVersion">
	<rdfs:comment>The described resource has a version, edition, or adaptation, namely, the referenced resource. </rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;icd-9-cm_code"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:domain rdf:resource="&kb;ICD-9-CM"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;imt_mime"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:domain rdf:resource="&kb;IMT"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;isFormatOf">
	<rdfs:comment>The described resource is the same intellectual content of the referenced resource, but presented in another format. </rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;isPartOf">
	<rdfs:comment>The described resource is a physical or logical part of the referenced resource.</rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;isReferencedBy">
	<rdfs:comment>The described resource is referenced, cited, or otherwise pointed to by the referenced resource. </rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;isReplacedBy">
	<rdfs:comment>The described resource is supplanted, displaced, or superceded by the referenced resource.</rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;isRequiredBy">
	<rdfs:comment>The described resource is required by the referenced resource, either physically or logically.  </rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;isVersionOf">
	<rdfs:comment>The described resource is a version, edition, or adaptation of the referenced resource. Changes in version imply substantive changes in content rather than differences in format. </rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;issued"
	 a:maxCardinality="1"
	 rdfs:comment="Date of formal issuance (e.g., publication) of the resource.">
	<rdfs:range rdf:resource="&kb;DateScheme"/>
	<a:allowedClasses rdf:resource="&kb;Period"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<a:allowedClasses rdf:resource="&kb;W3CDTF"/>
	<rdfs:subPropertyOf rdf:resource="&dc;date"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;lang_code"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:domain rdf:resource="&kb;ISO639-2"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;medium"
	 rdfs:comment="The material or physical carrier of the resource.">
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:subPropertyOf rdf:resource="&dc;format"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;modified"
	 rdfs:comment="Date on which the resource was changed.">
	<rdfs:range rdf:resource="&kb;DateScheme"/>
	<a:allowedClasses rdf:resource="&kb;Period"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<a:allowedClasses rdf:resource="&kb;W3CDTF"/>
	<rdfs:subPropertyOf rdf:resource="&dc;date"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;name"
	 a:maxCardinality="1">
	<rdfs:domain rdf:resource="&kb;UMLS_ROOT"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;narrower">
	<rdfs:domain rdf:resource="&kb;UMLS"/>
	<rdfs:domain rdf:resource="&kb;UMLS_ROOT"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;quality"
	 a:maxCardinality="1"
	 a:minCardinality="1"
	 rdfs:comment="to be defined">
	<rdfs:domain rdf:resource="&kb;HealthCyberMap"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;references">
	<rdfs:comment>The described resource references, cites, or otherwise points to the referenced resource. </rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;related_slot">
	<rdfs:domain rdf:resource="&kb;UMLS"/>
	<rdfs:domain rdf:resource="&kb;UMLS_ROOT"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;replaces">
	<rdfs:comment>The described resource supplants, displaces, or supersedes the referenced resource. 
</rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;requires">
	<rdfs:comment>The described resource requires the referenced resource to support its function, delivery, or coherence of content. </rdfs:comment>
	<rdfs:subPropertyOf rdf:resource="&dc;relation"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;semantic_type">
	<rdfs:domain rdf:resource="&kb;UMLS"/>
	<rdfs:domain rdf:resource="&kb;UMLS_ROOT"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;spatial">
	<rdfs:comment>Spatial characteristics of the intellectual content of the resoure.</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&kb;SpatialScheme"/>
	<rdfs:subPropertyOf rdf:resource="&dc;coverage"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;synonym">
	<rdfs:domain rdf:resource="&kb;UMLS"/>
	<rdfs:domain rdf:resource="&kb;UMLS_ROOT"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;tableOfContents"
	 a:maxCardinality="1"
	 a:minCardinality="1"
	 rdfs:comment="A list of subunits of the content of the resource.">
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:subPropertyOf rdf:resource="&dc;description"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;temporal">
	<rdfs:comment>Temporal characteristics of the intellectual content of the resource.</rdfs:comment>
	<rdfs:range rdf:resource="&kb;DateScheme"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:subPropertyOf rdf:resource="&dc;coverage"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;text_type"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:domain rdf:resource="&kb;Text"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;tgn_text"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:domain rdf:resource="&kb;TGN"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&kb;valid"
	 a:maxCardinality="1"
	 a:minCardinality="1"
	 rdfs:comment="Date (often a range) of validity of a resource.">
	<rdfs:range rdf:resource="&kb;DateScheme"/>
	<a:allowedClasses rdf:resource="&kb;Period"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<a:allowedClasses rdf:resource="&kb;W3CDTF"/>
	<rdfs:subPropertyOf rdf:resource="&dc;date"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;contributor">
	<rdfs:comment>An entity responsible for making contributions to the content of the resource. Comment: Examples of a Contributor include a person, an organisation, or a service. Typically, the name of a Contributor should be used to indicate the entity.
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;coverage"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:comment>The extent or scope of the content of the resource. Comment: Coverage will typically include spatial location (a place name or geographic coordinates), temporal period (a period label, date, or date range) or jurisdiction (such as a named administrative entity). Recommended best practice is to select a value from a controlled vocabulary (for example, the Thesaurus of Geographic Names [TGN]) and that, where appropriate, named places or time periods be used in preference to numeric identifiers such as  sets of coordinates or date ranges.</rdfs:comment>
	<a:allowedClasses rdf:resource="&kb;DateScheme"/>
	<rdfs:range rdf:resource="&kb;Qualified_Dublin_Core_Metadata_Set"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<a:allowedClasses rdf:resource="&kb;SpatialScheme"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;creator"
	 a:minCardinality="1">
	<rdfs:comment>An entity primarily responsible for making the content of the resource. Comment:     Examples of a Creator include a person, an organisation, or a service. Typically, the name of a Creator should be used to indicate the entity.
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;date"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:comment>A date associated with an event in the life cycle of the resource. Comment:     Typically, Date will be associated with the creation or availability of the resource.  Recommended best practice for encoding the date value is defined in a profile of ISO 8601 [W3CDTF] and follows the YYYY-MM-DD format.
</rdfs:comment>
	<rdfs:range rdf:resource="&kb;DateScheme"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;description"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:comment>An account of the content of the resource.  Comment: Description may include but is not limited to: an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content.
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;format"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:comment>The physical or digital manifestation of the resource. Comment: Typically, Format may include the media-type or dimensions of the resource. Format may be used to determine the software, hardware or other equipment needed to display or operate the resource. Examples of dimensions include size and duration. Recommended best practice is to select a value from a        controlled vocabulary (for example, the list of Internet Media Types [MIME] defining computer media formats).
</rdfs:comment>
	<rdfs:range rdf:resource="&kb;FormatScheme"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;identifier"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:comment>An unambiguous reference to the resource within a given context. Comment: Recommended best practice is to identify the resource by means of a string or number conforming to a formal identification system. Example formal identification systems include the Uniform  Resource Identifier (URI) (including the Uniform Resource Locator (URL)), the Digital Object Identifier (DOI) and the International Standard Book Number (ISBN).
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;language"
	 a:minCardinality="1">
	<rdfs:comment>A language of the intellectual content of the resource. Comment: Recommended best practice for the values of the Language element is defined by RFC 1766 [RFC1766] which includes a two-letter Language Code (taken from the ISO 639 standard [ISO639]), followed optionally, by a two-letter Country Code (taken from the ISO 3166 standard [ISO3166]). For example, 'en' for English, 'fr' for French, or 'en-uk' for English used in the United Kingdom.
</rdfs:comment>
	<rdfs:range rdf:resource="&kb;LanguageScheme"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;publisher"
	 a:minCardinality="1">
	<rdfs:comment>An entity responsible for making the resource available. Comment: Examples of a Publisher include a person, an organisation, or a service. Typically, the name of a Publisher should be used to    indicate the entity.
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;relation">
	<rdfs:comment>A reference to a related resource. Comment: Recommended best practice is to reference the resource by means of a string or number conforming to a formal identification  system.
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;rights"
	 a:maxCardinality="1">
	<rdfs:comment>Information about rights held in and over the resource. Comment: Typically, a Rights element will contain a rights management statement for the resource, or reference a service providing such information. Rights information often encompasses Intellectual Property Rights (IPR), Copyright, and various Property Rights. If the Rights element is absent, no assumptions can be made about the status of these and other rights with respect to the resource.
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;source">
	<rdfs:comment>A Reference to a resource from which the present resource is derived. Comment:     The present resource may be derived from the Source resource in whole or in part. Recommended best practice is to reference the resource by means of a string or number conforming to a              formal identification system.
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;subject"
	 a:minCardinality="1">
	<rdfs:comment>The topic of the content of the resource. Comment: Typically, a Subject will be expressed as keywords, key phrases or classification codes that describe a topic   of the resource. Recommended best practice is to select a value from a controlled vocabulary or formal classification scheme.
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&kb;SubjectScheme"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;title"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:comment>A name given to the resource. Comment: Typically, a Title will be a name by which the resource is formally known.
</rdfs:comment>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<rdfs:range rdf:resource="&rdfs;Literal"/>
</rdf:Property>
<rdf:Property rdf:about="&dc;type"
	 a:maxCardinality="1"
	 a:minCardinality="1">
	<rdfs:comment>The nature or genre of the content of the resource. Comment: Type includes terms describing general categories, functions, genres, or aggregation levels for content. Recommended best practice is to select a value from a controlled vocabulary (for example, the working draft list of Dublin Core Types [DCT1]). To describe the physical or digital manifestation of the resource, use the FORMAT element.
</rdfs:comment>
	<a:allowedClasses rdf:resource="&kb;Collection"/>
	<rdfs:range rdf:resource="&kb;DCMIType"/>
	<a:allowedClasses rdf:resource="&kb;Dataset"/>
	<a:allowedClasses rdf:resource="&kb;Event"/>
	<a:allowedClasses rdf:resource="&kb;Image"/>
	<a:allowedClasses rdf:resource="&kb;InteractiveResource"/>
	<rdfs:domain rdf:resource="&kb;Resource"/>
	<a:allowedClasses rdf:resource="&kb;Service"/>
	<a:allowedClasses rdf:resource="&kb;Software"/>
	<a:allowedClasses rdf:resource="&kb;Sound"/>
	<a:allowedClasses rdf:resource="&kb;Text"/>
</rdf:Property>
</rdf:RDF>
