Login Register

有关症状的本体


symptom; 症状

Download #2017-01-15 01:57
  • An basic ontology about concepts of common symptoms.
<rdf:RDF xmlns="http://www.chuci.info/schema/symptom#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dct="http://purl.org/dc/terms/" xmlns:vann="http://purl.org/vocab/vann/" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xml:base="http://www.chuci.info/schema/symptom">
  <owl:Ontology rdf:about="http://www.chuci.info/schema/symptom">
    <dct:title xml:lang="en-US">An basic ontology about concepts of common symptoms.</dct:title>
    <dct:title xml:lang="zh-CN">有关症状的本体</dct:title>
    <dct:creator>taurenjerin@qq.com</dct:creator>
    <dct:created>2017-1-15</dct:created>
    <dct:modified>2017-1-15</dct:modified>
    <vann:preferredNamespaceUri>http://www.chuci.info/schema/symptom</vann:preferredNamespaceUri>
    <vann:preferredNamespacePrefix>symptom</vann:preferredNamespacePrefix>
  </owl:Ontology>
  <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->
  <!-- http://www.chuci.info/schema/symptom#disease -->
  <owl:ObjectProperty rdf:about="http://www.chuci.info/schema/symptom#disease">
    <rdfs:label xml:lang="en">disease</rdfs:label>
    <rdfs:label xml:lang="zh-cn">疾病</rdfs:label>
    <rdfs:comment xml:lang="en">Diseases concerned.</rdfs:comment>
    <rdfs:comment xml:lang="zh-cn">相关的疾病。</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.chuci.info/schema/symptom#Symptom" />
  </owl:ObjectProperty>
  <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->
  <!-- http://www.chuci.info/schema/symptom#name -->
  <owl:DatatypeProperty rdf:about="http://www.chuci.info/schema/symptom#name">
    <rdfs:label xml:lang="en">name</rdfs:label>
    <rdfs:label xml:lang="zh-cn">名称</rdfs:label>
    <rdfs:domain rdf:resource="http://www.chuci.info/schema/symptom#Symptom" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <!-- http://www.chuci.info/schema/symptom#description -->
  <owl:DatatypeProperty rdf:about="http://www.chuci.info/schema/symptom#description">
    <rdfs:label xml:lang="en">description</rdfs:label>
    <rdfs:label xml:lang="zh-cn">描述</rdfs:label>
    <rdfs:domain rdf:resource="http://www.chuci.info/schema/symptom#Symptom" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <!-- http://www.chuci.info/schema/symptom#causeText -->
  <owl:DatatypeProperty rdf:about="http://www.chuci.info/schema/symptom#causeText">
    <rdfs:label xml:lang="en">cause text</rdfs:label>
    <rdfs:label xml:lang="zh-cn">可能原因(文本)</rdfs:label>
    <rdfs:domain rdf:resource="http://www.chuci.info/schema/symptom#Symptom" />
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
  </owl:DatatypeProperty>
  <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->
  <!-- http://www.chuci.info/schema/symptom#Symptom -->
  <owl:Class rdf:about="http://www.chuci.info/schema/symptom#Symptom">
    <rdfs:label xml:lang="en">Symptom</rdfs:label>
    <rdfs:label xml:lang="zh-cn">症状</rdfs:label>
    <rdfs:comment xml:lang="zh-cn">症状。</rdfs:comment>
  </owl:Class>
</rdf:RDF>
Scan the code, and Share it!