<?xml version="1.0"?>

<?xml-stylesheet type="text/xml" href="http://pdbj.org/schema/pdbxowl.xsl" ?>

<rdf:RDF xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:PDBo="http://pdbj.org/schema/pdbx-v40.owl#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:PDBx="http://pdbml.pdb.org/schema/pdbx-v40.xsd">
  <owl:Ontology rdf:about="http://pdbj.org/schema/pdbx-v40.owl">
    <rdfs:label>PDBx ontology</rdfs:label>
    <rdfs:comment>The PDBx OWL ontology translated from the PDBML schema.</rdfs:comment>
  </owl:Ontology>
  <owl:Class rdf:ID="PDBID">
    <rdfs:label>PDBID</rdfs:label>
    <rdfs:comment>PDB ID for annotating triples</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="CategoryGroup">
    <rdfs:label>CategoryGroup</rdfs:label>
    <rdfs:comment>Abstract class for category groups.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="CategoryGroupElement">
    <rdfs:label>CategoryGroupElement</rdfs:label>
    <rdfs:comment>Abstract class for category group elements.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Category">
    <rdfs:label>Category</rdfs:label>
    <rdfs:comment>Abstract class for category holders.</rdfs:comment>
    <owl:intersectionOf rdf:parseType="Collection">
      <owl:Restriction>
        <owl:onProperty rdf:resource="#hasCategoryElement"/>
        <owl:allValuesFrom rdf:resource="#CategoryElement"/>
      </owl:Restriction>
      <owl:Class rdf:about="#CategoryGroup"/>
    </owl:intersectionOf>
  </owl:Class>
  <owl:Class rdf:ID="CategoryElement">
    <rdfs:label>CategoryElement</rdfs:label>
    <rdfs:comment>Abstract class for category elements.</rdfs:comment>
    <owl:intersectionOf rdf:parseType="Collection">
      <owl:Restriction>
        <owl:onProperty rdf:resource="#categoryItem"/>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
      </owl:Restriction>
      <owl:Class rdf:about="#CategoryGroupElement"/>
    </owl:intersectionOf>
  </owl:Class>
  <owl:DatatypeProperty rdf:ID="categoryItem">
    <rdfs:label>categoryItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for category items</rdfs:comment>
    <rdfs:domain rdf:resource="#CategoryElement"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="crossReference">
    <rdfs:comment>Abstract property for cross-references within PDBML.</rdfs:comment>
    <rdfs:domain rdf:resource="#CategoryElement"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="reference_to">
    <rdfs:comment>Abstract property for cross-references between categories.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#crossReference"/>
    <rdfs:domain rdf:resource="#CategoryElement"/>
    <rdfs:range rdf:resource="#CategoryElement"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="referenced_by">
    <rdfs:comment>Abstract property for cross-references between categories.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#crossReference"/>
    <rdfs:domain rdf:resource="#CategoryElement"/>
    <rdfs:range rdf:resource="#CategoryElement"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to">
    <rdfs:subPropertyOf rdf:resource="#crossReference"/>
    <rdfs:comment>Abstract property for external links</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="rdf_link_to">
    <rdfs:subPropertyOf rdf:resource="#link_to"/>
    <rdfs:comment>Abstract property for external RDF links</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="html_link_to">
    <rdfs:subPropertyOf rdf:resource="#link_to"/>
    <rdfs:comment>Abstract property for external HTML links</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_pdb">
    <rdfs:subPropertyOf rdf:resource="#rdf_link_to"/>
    <rdfs:comment>link to related PDB entry</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_pdb_split">
    <rdfs:subPropertyOf rdf:resource="#link_to_pdb"/>
    <rdfs:comment>link to split PDB entry</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_pubmed">
    <rdfs:subPropertyOf rdf:resource="#html_link_to"/>
    <rdfs:comment>external link to pubmed</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_sequence_db">
    <rdfs:subPropertyOf rdf:resource="#link_to"/>
    <rdfs:comment>external link to sequence databases</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_uniprot">
    <rdfs:subPropertyOf rdf:resource="#link_to_sequence_db"/>
    <rdfs:subPropertyOf rdf:resource="#rdf_link_to"/>
    <rdfs:comment>external link to UniProt</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_bio2rdf">
    <rdfs:subPropertyOf rdf:resource="#rdf_link_to"/>
    <rdfs:comment>external link to Bio2RDF PDB entry</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_genbank">
    <rdfs:subPropertyOf rdf:resource="#link_to_sequence_db"/>
    <rdfs:subPropertyOf rdf:resource="#html_link_to"/>
    <rdfs:comment>external link to GenBank</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_embl">
    <rdfs:subPropertyOf rdf:resource="#link_to_sequence_db"/>
    <rdfs:subPropertyOf rdf:resource="#html_link_to"/>
    <rdfs:comment>external link to EMBL</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_doi">
    <rdfs:subPropertyOf rdf:resource="#html_link_to"/>
    <rdfs:comment>external link to DOI (digital object identifier)</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_taxonomy">
    <rdfs:subPropertyOf rdf:resource="#html_link_to"/>
    <rdfs:comment>external link to NCBI taxonomy</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_taxonomy_source">
    <rdfs:subPropertyOf rdf:resource="#link_to_taxonomy"/>
    <rdfs:comment>external link to NCBI taxonomy (source organism)</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_taxonomy_host">
    <rdfs:subPropertyOf rdf:resource="#link_to_taxonomy"/>
    <rdfs:comment>external link to NCBI taxonomy (host organism)</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_enzyme">
    <rdfs:subPropertyOf rdf:resource="#html_link_to"/>
    <rdfs:comment>external link to enzyme code</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_go">
    <rdfs:subPropertyOf rdf:resource="#html_link_to"/>
    <rdfs:comment>external link to gene ontology</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="link_to_chem_comp">
    <rdfs:subPropertyOf rdf:resource="#rdf_link_to"/>
    <rdfs:comment>external link to mmCIF chemical component</rdfs:comment>
  </owl:ObjectProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="datablock">
    <rdfs:label>datablock</rdfs:label>
    <rdfs:comment>DATABLOCK class holds all categories of PDB data.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_siteCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_siteCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_site_anisotropCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_site_anisotropCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sitesCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sitesCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_altCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_altCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_alt_ensCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_alt_ensCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_alt_genCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_alt_genCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_footnoteCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_footnoteCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_typeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_typeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_auditCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_auditCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_authorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_authorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_conformCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_conformCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_contact_authorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_contact_authorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_linkCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_linkCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_cellCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_cellCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_cell_measurementCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_cell_measurementCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_cell_measurement_reflnCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_cell_measurement_reflnCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_compCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_compCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_angleCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_angleCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_atomCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_atomCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_bondCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_bondCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_chirCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_chirCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_chir_atomCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_chir_atomCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_linkCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_linkCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_planeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_planeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_plane_atomCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_plane_atomCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_torCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_torCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_tor_valueCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_tor_valueCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_linkCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_linkCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_angleCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_angleCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_bondCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_bondCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_chirCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_chirCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_chir_atomCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_chir_atomCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_planeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_planeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_plane_atomCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_plane_atomCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_torCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_torCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_tor_valueCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_tor_valueCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemicalCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemicalCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemical_conn_atomCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemical_conn_atomCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemical_conn_bondCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemical_conn_bondCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemical_formulaCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemical_formulaCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_citationCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_citationCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_citation_authorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_citation_authorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_citation_editorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_citation_editorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_computingCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_computingCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_databaseCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_databaseCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_2Category"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_2Category"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_caveatCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_caveatCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_matrixCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_matrixCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_remarkCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_remarkCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_revCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_revCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_rev_recordCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_rev_recordCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_tvectCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_tvectCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrnCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrnCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_attenuatorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_attenuatorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_detectorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_detectorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_measurementCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_measurementCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_orient_matrixCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_orient_matrixCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_orient_reflnCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_orient_reflnCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_radiationCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_radiationCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_radiation_wavelengthCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_radiation_wavelengthCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_reflnCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_reflnCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_reflnsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_reflnsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_reflns_classCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_reflns_classCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_scale_groupCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_scale_groupCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_sourceCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_sourceCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_standard_reflnCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_standard_reflnCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_standardsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_standardsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_2d_crystal_entityCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_2d_crystal_entityCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_2d_crystal_growCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_2d_crystal_growCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_2d_projection_selectionCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_2d_projection_selectionCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_3d_fittingCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_3d_fittingCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_3d_fitting_listCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_3d_fitting_listCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_3d_reconstructionCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_3d_reconstructionCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_assemblyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_assemblyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_bufferCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_bufferCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_buffer_componentsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_buffer_componentsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_detectorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_detectorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_electron_diffractionCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_electron_diffractionCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_electron_diffraction_patternCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_electron_diffraction_patternCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_electron_diffraction_phaseCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_electron_diffraction_phaseCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_entity_assemblyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_entity_assemblyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_entity_assembly_listCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_entity_assembly_listCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_euler_angle_distributionCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_euler_angle_distributionCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_experimentCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_experimentCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_helical_entityCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_helical_entityCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_icos_virus_shellsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_icos_virus_shellsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_image_scansCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_image_scansCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_imagingCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_imagingCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_sample_preparationCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_sample_preparationCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_sample_supportCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_sample_supportCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_single_particle_entityCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_single_particle_entityCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_virus_entityCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_virus_entityCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_vitrificationCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_vitrificationCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entityCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entityCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_keywordsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_keywordsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_linkCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_linkCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_name_comCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_name_comCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_name_sysCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_name_sysCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_polyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_polyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_poly_seqCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_poly_seqCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_src_genCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_src_genCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_src_natCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_src_natCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entryCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entryCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entry_linkCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entry_linkCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptlCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptlCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystalCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystalCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystal_faceCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystal_faceCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystal_growCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystal_growCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystal_grow_compCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystal_grow_compCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geomCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geomCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_angleCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_angleCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_bondCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_bondCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_contactCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_contactCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_hbondCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_hbondCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_torsionCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_torsionCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_journalCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_journalCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_journal_indexCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_journal_indexCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_ndb_original_ndb_coordinatesCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_ndb_original_ndb_coordinatesCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_ndb_struct_conf_naCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_ndb_struct_conf_naCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_ndb_struct_feature_naCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_ndb_struct_feature_naCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_ndb_struct_na_base_pairCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_ndb_struct_na_base_pairCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_ndb_struct_na_base_pair_stepCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_ndb_struct_na_base_pair_stepCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_SG_projectCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_SG_projectCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_atom_site_aniso_tlsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_atom_site_aniso_tlsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_auditCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_auditCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_audit_authorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_audit_authorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_bond_distance_limitsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_bond_distance_limitsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_bufferCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_bufferCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_buffer_componentsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_buffer_componentsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_atom_editCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_atom_editCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_atom_featureCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_atom_featureCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_auditCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_auditCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_bond_editCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_bond_editCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_descriptorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_descriptorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_featureCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_featureCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_identifierCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_identifierCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_importCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_chem_comp_importCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_constructCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_constructCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_construct_featureCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_construct_featureCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_contact_authorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_contact_authorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_coordinate_modelCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_coordinate_modelCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_PDB_obs_sprCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_PDB_obs_sprCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_messageCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_messageCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_procCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_procCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_relatedCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_relatedCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_remarkCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_remarkCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_statusCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_database_statusCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_diffrn_reflns_shellCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_diffrn_reflns_shellCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_domainCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_domainCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_domain_rangeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_domain_rangeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_assemblyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_assemblyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_group_componentsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_group_componentsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_group_instancesCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_group_instancesCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_group_listCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_group_listCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_nameCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_nameCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_nonpolyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_nonpolyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_prod_protocolCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_prod_protocolCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_characterCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_characterCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_chromCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_chromCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_cloneCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_cloneCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_clone_ligationCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_clone_ligationCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_clone_recombinationCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_clone_recombinationCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_expressCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_expressCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_express_timepointCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_express_timepointCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_fractCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_fractCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_lysisCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_lysisCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_prod_digestCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_prod_digestCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_prod_otherCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_prod_otherCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_prod_other_parameterCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_prod_other_parameterCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_prod_pcrCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_prod_pcrCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_proteolysisCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_proteolysisCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_pureCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_pureCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_refoldCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_gen_refoldCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_synCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entity_src_synCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entry_detailsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_entry_detailsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_exptl_crystal_cryo_treatmentCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_exptl_crystal_cryo_treatmentCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_exptl_crystal_grow_compCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_exptl_crystal_grow_compCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_exptl_crystal_grow_solCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_exptl_crystal_grow_solCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_exptl_pdCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_exptl_pdCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_feature_assemblyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_feature_assemblyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_feature_domainCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_feature_domainCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_feature_entryCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_feature_entryCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_feature_monomerCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_feature_monomerCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_feature_sequence_rangeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_feature_sequence_rangeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_helical_symmetryCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_helical_symmetryCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_constraintsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_constraintsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_detailsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_detailsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_ensembleCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_ensembleCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_ensemble_rmsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_ensemble_rmsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_exptlCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_exptlCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_exptl_sampleCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_exptl_sampleCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_exptl_sample_conditionsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_exptl_sample_conditionsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_force_constantsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_force_constantsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_refineCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_refineCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_representativeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_representativeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_sample_detailsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_sample_detailsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_softwareCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_softwareCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_spectrometerCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nmr_spectrometerCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nonpoly_schemeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_nonpoly_schemeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_MAD_setCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_MAD_setCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_MAD_set_shellCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_MAD_set_shellCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_MAD_set_siteCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_MAD_set_siteCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_MAD_shellCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_MAD_shellCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_MRCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_MRCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_dmCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_dmCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_dm_shellCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_phasing_dm_shellCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_point_symmetryCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_point_symmetryCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_poly_seq_schemeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_poly_seq_schemeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_prerelease_seqCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_prerelease_seqCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_re_refinementCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_re_refinementCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entityCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entityCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_annotationCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_annotationCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_detailsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_detailsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_familyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_familyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_featureCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_featureCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_groupCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_groupCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_group_componentsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_group_componentsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_groupingCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_groupingCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_instancesCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_instancesCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_linkCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_linkCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_listCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_listCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_nonpolyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_nonpolyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_polyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_polyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_poly_nstd_linkCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_poly_nstd_linkCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_poly_seqCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_poly_seqCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_related_structuresCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_related_structuresCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_sequenceCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_sequenceCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_src_natCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_src_natCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_subcomponentsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_subcomponentsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_synonymsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reference_entity_synonymsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_refineCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_refineCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_refine_aux_fileCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_refine_aux_fileCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_refine_componentCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_refine_componentCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_refine_tlsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_refine_tlsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_refine_tls_groupCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_refine_tls_groupCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reflns_twinCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_reflns_twinCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_remediation_atom_site_mappingCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_remediation_atom_site_mappingCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_robot_systemCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_robot_systemCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_sequence_rangeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_sequence_rangeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_soln_scatterCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_soln_scatterCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_soln_scatter_modelCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_soln_scatter_modelCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_assemblyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_assemblyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_assembly_genCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_assembly_genCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_assembly_propCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_assembly_propCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_asym_genCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_asym_genCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_chem_comp_diagnosticsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_chem_comp_diagnosticsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_chem_comp_featureCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_chem_comp_featureCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_conn_angleCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_conn_angleCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_entity_instCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_entity_instCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_group_component_rangeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_group_component_rangeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_group_componentsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_group_componentsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_group_listCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_group_listCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_infoCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_infoCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_legacy_oper_listCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_legacy_oper_listCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_mod_residueCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_mod_residueCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_msym_genCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_msym_genCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_oper_listCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_oper_listCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_ref_seq_deletionCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_ref_seq_deletionCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_ref_seq_featureCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_ref_seq_featureCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_ref_seq_feature_propCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_ref_seq_feature_propCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_ref_seq_insertionCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_ref_seq_insertionCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_sheet_hbondCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_struct_sheet_hbondCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_unobs_or_zero_occ_atomsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_unobs_or_zero_occ_atomsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_unobs_or_zero_occ_residuesCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_unobs_or_zero_occ_residuesCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_chiralCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_chiralCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_close_contactCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_close_contactCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_main_chain_planeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_main_chain_planeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_peptide_omegaCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_peptide_omegaCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_planesCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_planesCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_planes_atomCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_planes_atomCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_rmsd_angleCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_rmsd_angleCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_rmsd_bondCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_rmsd_bondCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_symm_contactCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_symm_contactCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_torsionCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_validate_torsionCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_versionCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_versionCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_xplor_fileCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_pdbx_xplor_fileCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasingCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasingCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MADCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MADCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MAD_clustCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MAD_clustCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MAD_exptCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MAD_exptCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MAD_ratioCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MAD_ratioCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MAD_setCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MAD_setCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIRCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIRCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIR_derCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIR_derCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIR_der_reflnCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIR_der_reflnCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIR_der_shellCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIR_der_shellCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIR_der_siteCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIR_der_siteCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIR_shellCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_MIR_shellCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_averagingCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_averagingCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_isomorphousCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_isomorphousCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_setCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_setCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_set_reflnCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_phasing_set_reflnCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_publCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_publCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_publ_authorCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_publ_authorCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_publ_bodyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_publ_bodyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_publ_manuscript_inclCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_publ_manuscript_inclCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refineCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refineCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_B_isoCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_B_isoCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_analyzeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_analyzeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_funct_minimizedCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_funct_minimizedCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_histCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_histCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_ls_classCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_ls_classCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_ls_restrCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_ls_restrCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_ls_restr_ncsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_ls_restr_ncsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_ls_restr_typeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_ls_restr_typeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_ls_shellCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_ls_shellCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_occupancyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refine_occupancyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_reflnCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_reflnCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refln_sys_absCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_refln_sys_absCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_reflnsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_reflnsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_reflns_classCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_reflns_classCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_reflns_scaleCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_reflns_scaleCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_reflns_shellCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_reflns_shellCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_softwareCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_softwareCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_space_groupCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_space_groupCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_space_group_symopCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_space_group_symopCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_structCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_structCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_asymCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_asymCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_biolCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_biolCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_biol_genCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_biol_genCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_biol_keywordsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_biol_keywordsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_biol_viewCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_biol_viewCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_confCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_confCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_conf_typeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_conf_typeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_connCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_connCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_conn_typeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_conn_typeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_keywordsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_keywordsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_mon_detailsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_mon_detailsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_mon_nuclCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_mon_nuclCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_mon_protCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_mon_protCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_mon_prot_cisCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_mon_prot_cisCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ncs_domCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ncs_domCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ncs_dom_limCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ncs_dom_limCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ncs_ensCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ncs_ensCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ncs_ens_genCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ncs_ens_genCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ncs_operCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ncs_operCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_refCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_refCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ref_seqCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ref_seqCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ref_seq_difCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_ref_seq_difCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_sheetCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_sheetCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_sheet_hbondCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_sheet_hbondCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_sheet_orderCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_sheet_orderCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_sheet_rangeCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_sheet_rangeCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_sheet_topologyCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_sheet_topologyCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_siteCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_siteCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_site_genCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_site_genCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_site_keywordsCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_site_keywordsCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_site_viewCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_struct_site_viewCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_symmetryCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_symmetryCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_symmetry_equivCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_symmetry_equivCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_valence_paramCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_valence_paramCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_valence_refCategory"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_valence_refCategory"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="datablockName">
    <rdfs:domain rdf:resource="#datablock"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="hasCategory">
    <rdfs:comment>Abstract property pointing to xxxCategory.</rdfs:comment>
    <rdfs:domain rdf:resource="#datablock"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="hasCategoryElement">
    <rdfs:comment>Abstract property for xxxCategory.</rdfs:comment>
  </owl:InverseFunctionalProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="of_datablock">
    <rdfs:label>of_datablock</rdfs:label>
    <rdfs:comment>Link to the base datablock of category elements</rdfs:comment>
    <rdfs:range rdf:resource="#datablock"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="of_category">
    <rdfs:label>of_category</rdfs:label>
    <rdfs:comment>Link to the category element holder to which the category element belong</rdfs:comment>
    <rdfs:domain rdf:resource="#CategoryElement"/>
    <rdfs:range rdf:resource="#Category"/>
  </owl:ObjectProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_siteCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_site"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_site">
    <rdfs:label>atom_site</rdfs:label>
    <rdfs:comment>
Data items in the ATOM_SITE category record details about
the atom sites in a macromolecular crystal structure, such as
the positional coordinates, atomic displacement parameters,
magnetic moments and directions.

The data items for describing anisotropic atomic
displacement factors are only used if the corresponding items
are not given in the ATOM_SITE_ANISOTROP category.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:atom_siteCategory&gt;
   &lt;PDBx:atom_site id="1"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;17.93&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;25.369&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;30.691&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;11.795&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;11&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;N&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;VAL&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;11&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;N&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="2"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;17.75&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;25.970&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;31.965&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;12.332&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;11&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CA&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;VAL&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;11&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="3"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;17.83&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;25.569&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;32.010&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;13.808&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;11&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;C&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;VAL&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;11&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="4"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;17.53&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;24.735&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;31.190&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;14.167&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;11&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;O&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;VAL&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;11&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="5"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;17.66&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;25.379&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;33.146&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;11.540&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;11&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CB&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;VAL&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;11&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="6"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;18.86&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;25.584&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;33.034&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;10.030&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;11&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CG1&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;VAL&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;11&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="7"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;17.12&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;23.933&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;33.309&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;11.872&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;11&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CG2&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;VAL&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;11&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="8"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;18.97&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;26.095&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;32.930&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;14.590&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;12&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;4&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;N&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;THR&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;12&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;N&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="9"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;19.80&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;25.734&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;32.995&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;16.032&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;12&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;4&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CA&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;THR&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;12&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="10"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;20.92&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;24.695&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;34.106&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;16.113&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;12&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;4&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;C&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;THR&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;12&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="11"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;21.84&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;24.869&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;35.118&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;15.421&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;12&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;4&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;O&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;THR&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;12&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="12"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;20.51&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;26.911&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;33.346&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;17.018&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;12&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;4&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CB&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;THR&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;12&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="13"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;20.29&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;27.946&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;33.921&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;16.183&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;12&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;4&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id&gt;3&lt;/PDBx:label_alt_id&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;OG1&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;THR&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;12&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;0.50&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="14"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;20.59&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;27.769&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;32.142&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;17.103&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;12&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;4&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id&gt;4&lt;/PDBx:label_alt_id&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;OG1&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;THR&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;12&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;0.50&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="15"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;20.47&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;27.418&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;32.181&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;17.878&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;12&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;4&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id&gt;3&lt;/PDBx:label_alt_id&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CG2&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;THR&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;12&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;0.50&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="16"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;20.00&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;26.489&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;33.778&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;18.426&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;12&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;4&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id&gt;4&lt;/PDBx:label_alt_id&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CG2&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;THR&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;12&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;0.50&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="17"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;22.08&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;23.664&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;33.855&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;16.884&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;13&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;N&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;ILE&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;13&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;N&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="18"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;23.44&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;22.623&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;34.850&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;17.093&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;13&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CA&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;ILE&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;13&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="19"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;25.77&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;22.657&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;35.113&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;18.610&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;13&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;C&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;ILE&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;13&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="20"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;26.28&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;23.123&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;34.250&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;19.406&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;13&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;O&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;ILE&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;13&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="21"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;22.67&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;21.236&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;34.463&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;16.492&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;13&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CB&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;ILE&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;13&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="22"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;22.14&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;20.478&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;33.469&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;17.371&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;13&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CG1&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;ILE&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;13&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="23"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;21.75&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;21.357&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;33.986&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;15.016&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;13&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id xsi:nil="true" /&gt;
      &lt;PDBx:group_PDB&gt;ATOM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id xsi:nil="true" /&gt;
      &lt;PDBx:label_asym_id&gt;A&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;CG2&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;ILE&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id&gt;13&lt;/PDBx:label_seq_id&gt;
      &lt;PDBx:occupancy&gt;1.00&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="101"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;17.27&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;4.171&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;29.012&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;7.116&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;300&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;1&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;HETATM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id&gt;1&lt;/PDBx:label_alt_id&gt;
      &lt;PDBx:label_asym_id&gt;C&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;C1&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;APS&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id xsi:nil="true" /&gt;
      &lt;PDBx:occupancy&gt;0.58&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="102"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;16.95&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;4.949&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;27.758&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;6.793&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;300&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;1&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;HETATM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id&gt;1&lt;/PDBx:label_alt_id&gt;
      &lt;PDBx:label_asym_id&gt;C&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;C2&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;APS&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id xsi:nil="true" /&gt;
      &lt;PDBx:occupancy&gt;0.58&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="103"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;16.85&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;4.800&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;26.678&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;7.393&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;300&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;1&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;HETATM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id&gt;1&lt;/PDBx:label_alt_id&gt;
      &lt;PDBx:label_asym_id&gt;C&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;O3&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;APS&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id xsi:nil="true" /&gt;
      &lt;PDBx:occupancy&gt;0.58&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
   &lt;PDBx:atom_site id="104"&gt;
      &lt;PDBx:B_iso_or_equiv&gt;16.43&lt;/PDBx:B_iso_or_equiv&gt;
      &lt;PDBx:Cartn_x&gt;5.930&lt;/PDBx:Cartn_x&gt;
      &lt;PDBx:Cartn_y&gt;27.841&lt;/PDBx:Cartn_y&gt;
      &lt;PDBx:Cartn_z&gt;5.869&lt;/PDBx:Cartn_z&gt;
      &lt;PDBx:auth_seq_id&gt;300&lt;/PDBx:auth_seq_id&gt;
      &lt;PDBx:footnote_id&gt;1&lt;/PDBx:footnote_id&gt;
      &lt;PDBx:group_PDB&gt;HETATM&lt;/PDBx:group_PDB&gt;
      &lt;PDBx:label_alt_id&gt;1&lt;/PDBx:label_alt_id&gt;
      &lt;PDBx:label_asym_id&gt;C&lt;/PDBx:label_asym_id&gt;
      &lt;PDBx:label_atom_id&gt;N4&lt;/PDBx:label_atom_id&gt;
      &lt;PDBx:label_comp_id&gt;APS&lt;/PDBx:label_comp_id&gt;
      &lt;PDBx:label_seq_id xsi:nil="true" /&gt;
      &lt;PDBx:occupancy&gt;0.58&lt;/PDBx:occupancy&gt;
      &lt;PDBx:type_symbol&gt;N&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site&gt;
&lt;/PDBx:atom_siteCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.B_equiv_geom_mean"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.B_equiv_geom_mean"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.B_equiv_geom_mean_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.B_equiv_geom_mean_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.B_iso_or_equiv"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.B_iso_or_equiv"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.B_iso_or_equiv_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.B_iso_or_equiv_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_x"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_x"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_x_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_x_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_y"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_y"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_y_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_y_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_z"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_z"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_z_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Cartn_z_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.U_equiv_geom_mean"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.U_equiv_geom_mean"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.U_equiv_geom_mean_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.U_equiv_geom_mean_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.U_iso_or_equiv"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.U_iso_or_equiv"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.U_iso_or_equiv_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.U_iso_or_equiv_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Wyckoff_symbol"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.Wyckoff_symbol"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.adp_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.adp_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B11"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B11"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B11_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B11_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B12"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B12"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B12_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B12_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B13"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B13"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B13_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B13_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B22"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B22"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B22_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B22_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B23"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B23"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B23_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B23_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B33"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B33"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B33_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_B33_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U11"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U11"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U11_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U11_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U12"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U12"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U12_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U12_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U13"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U13"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U13_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U13_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U22"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U22"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U22_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U22_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U23"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U23"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U23_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U23_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U33"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U33"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U33_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_U33_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_ratio"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.aniso_ratio"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.attached_hydrogens"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.attached_hydrogens"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.auth_asym_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.auth_asym_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.auth_atom_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.auth_atom_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.auth_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.auth_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.auth_seq_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.auth_seq_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.calc_attached_atom"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.calc_attached_atom"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.calc_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.calc_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.chemical_conn_number"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.chemical_conn_number"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.constraints"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.constraints"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.disorder_assembly"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.disorder_assembly"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.disorder_group"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.disorder_group"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.footnote_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.footnote_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_x"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_x"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_x_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_x_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_y"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_y"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_y_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_y_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_z"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_z"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_z_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.fract_z_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.group_PDB"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.group_PDB"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_alt_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_alt_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_asym_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_asym_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_atom_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_atom_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_entity_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_entity_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_seq_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.label_seq_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.occupancy"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.occupancy"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.occupancy_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.occupancy_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_atom_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_atom_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_ins_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_ins_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_model_num"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_model_num"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_residue_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_residue_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_residue_no"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_residue_no"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_strand_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_PDB_strand_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_auth_alt_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_auth_alt_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_auth_asym_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_auth_asym_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_auth_atom_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_auth_atom_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_auth_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_auth_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_auth_seq_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_auth_seq_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_formal_charge"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_formal_charge"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_ncs_dom_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_ncs_dom_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_struct_group_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_struct_group_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_tls_group_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.pdbx_tls_group_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.refinement_flags"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.refinement_flags"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.refinement_flags_adp"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.refinement_flags_adp"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.refinement_flags_occupancy"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.refinement_flags_occupancy"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.refinement_flags_posn"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.refinement_flags_posn"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.restraints"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.restraints"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.symmetry_multiplicity"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.symmetry_multiplicity"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.thermal_displace_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.thermal_displace_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.type_symbol"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.type_symbol"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_siteCategory">
    <rdfs:label>atom_siteCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder atom_siteCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#atom_site"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_site">
    <rdfs:label>atom_siteCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that atom_siteCategory.
	has a category atom_site.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#atom_site"/>
    <rdfs:domain rdf:resource="#atom_siteCategory"/>
    <rdfs:range rdf:resource="#atom_site"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_siteItem">
    <rdfs:label>atom_siteItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for atom_site items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#atom_site"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_atom_site">
    <rdfs:label>reference_to_atom_site</rdfs:label>
    <rdfs:comment>cross-reference to atom_site</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#atom_site"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_atom_site">
    <rdfs:label>referenced_by_atom_site</rdfs:label>
    <rdfs:comment>cross-reference from atom_site</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#atom_site"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.B_equiv_geom_mean">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.B_equiv_geom_mean</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Equivalent isotropic atomic displacement parameter, B~eq~,
in angstroms squared, calculated as the geometric mean of
the anisotropic atomic displacement parameters.

B~eq~ = (B~i~ B~j~ B~k~)^1/3^

B~n~ = the principal components of the orthogonalized B^ij^

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.B_equiv_geom_mean_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.B_equiv_geom_mean_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute B_equiv_geom_mean in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.B_iso_or_equiv">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.B_iso_or_equiv</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Isotropic atomic displacement parameter, or equivalent isotropic
atomic displacement parameter, B~eq~, calculated from the
anisotropic displacement parameters.

B~eq~ = (1/3) sum~i~[sum~j~(B^ij^ A~i~ A~j~ a*~i~ a*~j~)]

A     = the real space cell lengths
a*    = the reciprocal space cell lengths
B^ij^ = 8 pi^2^ U^ij^

Ref: Fischer, R. X. &amp; Tillmanns, E. (1988). Acta Cryst. C44,
775-776.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.

Note - 

The particular type of ADP stored in this item is qualified
by item attribute pdbx_adp_type.
 in category refine 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.B_iso_or_equiv_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.B_iso_or_equiv_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute B_iso_or_equiv in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.Cartn_x">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.Cartn_x</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The x atom-site coordinate in angstroms specified according to
a set of orthogonal Cartesian axes related to the cell axes as
specified by the description given in
attribute Cartn_transform_axes in category atom_sites. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.Cartn_x_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.Cartn_x_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute Cartn_x in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.Cartn_y">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.Cartn_y</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The y atom-site coordinate in angstroms specified according to
a set of orthogonal Cartesian axes related to the cell axes as
specified by the description given in
attribute Cartn_transform_axes in category atom_sites. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.Cartn_y_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.Cartn_y_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute Cartn_y in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.Cartn_z">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.Cartn_z</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The z atom-site coordinate in angstroms specified according to
a set of orthogonal Cartesian axes related to the cell axes as
specified by the description given in
attribute Cartn_transform_axes in category atom_sites. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.Cartn_z_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.Cartn_z_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute Cartn_z in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.U_equiv_geom_mean">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.U_equiv_geom_mean</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Equivalent isotropic atomic displacement parameter, U~eq~,
in angstroms squared, calculated as the geometric mean of
the anisotropic atomic displacement parameters.

U~eq~ = (U~i~ U~j~ U~k~)^1/3^

U~n~ = the principal components of the orthogonalized U^ij^
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.U_equiv_geom_mean_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.U_equiv_geom_mean_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute U_equiv_geom_mean in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.U_iso_or_equiv">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.U_iso_or_equiv</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Isotropic atomic displacement parameter, or equivalent isotropic
atomic  displacement parameter, U~eq~, calculated from
anisotropic atomic displacement  parameters.

U~eq~ = (1/3) sum~i~[sum~j~(U^ij^ A~i~ A~j~ a*~i~ a*~j~)]

A  = the real space cell lengths
a* = the reciprocal space cell lengths

Ref: Fischer, R. X. &amp; Tillmanns, E. (1988). Acta Cryst. C44,
775-776.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.U_iso_or_equiv_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.U_iso_or_equiv_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute U_iso_or_equiv in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.Wyckoff_symbol">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.Wyckoff_symbol</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Wyckoff symbol (letter) as listed in the space-group tables
of International Tables for Crystallography, Vol. A (2002).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.adp_type">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:domain rdf:resource="#atom_site"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Uani</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Uiso</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Uovl</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Umpe</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bani</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Biso</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bovl</rdf:first>
                                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A standard code used to describe the type of atomic displacement
parameters used for the site.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B11">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B11</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][1] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B11_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B11_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_B[1][1] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B12">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B12</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][2] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B12_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B12_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_B[1][2] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B13">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B13</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][3] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B13_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B13_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_B[1][3] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B22">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B22</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][2] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B22_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B22_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_B[2][2] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B23">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B23</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][3] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B23_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B23_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_B[2][3] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B33">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B33</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][3] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_B33_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_B33_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_B[3][3] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U11">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U11</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][1] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U11_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U11_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_U[1][1] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U12">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U12</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][2] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U12_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U12_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_U[1][2] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U13">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U13</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][3] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U13_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U13_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_U[1][3] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U22">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U22</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][2] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U22_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U22_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_U[2][2] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U23">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U23</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][3] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U23_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U23_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_U[2][3] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U33">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U33</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][3] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_U33_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_U33_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute aniso_U[3][3] in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.aniso_ratio">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.aniso_ratio</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Ratio of the maximum to minimum principal axes of
displacement (thermal) ellipsoids.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.attached_hydrogens">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>atom_site.attached_hydrogens</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of hydrogen atoms attached to the atom at this site
excluding any hydrogen atoms for which coordinates (measured or
calculated) are given.
water oxygen
2
hydroxyl oxygen
1
ammonium nitrogen
4
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.auth_asym_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.auth_asym_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An alternative identifier for attribute label_asym_id in category atom_site that
 may be provided by an author in order to match the identification
used in the publication that describes the structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.auth_atom_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.auth_atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An alternative identifier for attribute label_atom_id in category atom_site that
 may be provided by an author in order to match the identification
used in the publication that describes the structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.auth_comp_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.auth_comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An alternative identifier for attribute label_comp_id in category atom_site that
 may be provided by an author in order to match the identification
used in the publication that describes the structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.auth_seq_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.auth_seq_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An alternative identifier for attribute label_seq_id in category atom_site that
 may be provided by an author in order to match the identification
used in the publication that describes the structure.

Note that this is not necessarily a number, that the values do
not have to be positive, and that the value does not have to
correspond to the value of attribute label_seq_id in category atom_site. The value
 of attribute label_seq_id in category atom_site is required to be a sequential list
 of positive integers.

The author may assign values to attribute auth_seq_id in category atom_site in any
 desired way. For instance, the values may be used to relate
this structure to a numbering scheme in a homologous structure,
including sequence gaps or insertion codes. Alternatively, a
scheme may be used for a truncated polymer that maintains the
numbering scheme of the full length polymer. In all cases, the
scheme used here must match the scheme used in the publication
that describes the structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.calc_attached_atom">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.calc_attached_atom</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The attribute id in category atom_site of the atom site to which the
 'geometry-calculated' atom site is attached.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.calc_flag">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:domain rdf:resource="#atom_site"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">d</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">calc</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">c</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dum</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A standard code to signal whether the site coordinates have been
determined from the intensities or calculated from the geometry
of surrounding sites, or have been assigned dummy values. The
abbreviation 'c' may be used in place of 'calc'.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.chemical_conn_number">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>atom_site.chemical_conn_number</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute number in category chemical_conn_atom in the
 CHEMICAL_CONN_ATOM category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.constraints">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.constraints</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the constraints applied to parameters at this
site during refinement. See also attribute refinement_flags
 in category atom_site and attribute ls_number_constraints in category refine. 
pop=1.0-pop(Zn3)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.details">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of this site. See also
attribute refinement_flags in category atom_site. 
Ag/Si disordered
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.disorder_assembly">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.disorder_assembly</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A code which identifies a cluster of atoms that show long-range
positional disorder but are locally ordered. Within each such
cluster of atoms, attribute disorder_group in category atom_site is used to identify
 the sites that are simultaneously occupied. This field is only
needed if there is more than one cluster of disordered atoms
showing independent local order.

*** This data item would not in general be used in a
macromolecular data block. ***
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.disorder_group">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.disorder_group</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A code which identifies a group of positionally disordered atom
sites that are locally simultaneously occupied. Atoms that are
positionally disordered over two or more sites (e.g. the hydrogen
atoms of a methyl group that exists in two orientations) can
be assigned to two or more groups. Sites belonging to the same
group are simultaneously occupied, but those belonging to
different groups are not. A minus prefix (e.g. '-1') is used to
indicate sites disordered about a special position.

*** This data item would not in general be used in a
macromolecular data block. ***
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.footnote_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.footnote_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute footnote_id in category atom_site must match an ID
 specified by attribute id in category atom_sites_footnote in the
 ATOM_SITES_FOOTNOTE list.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.fract_x">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.fract_x</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The x coordinate of the atom-site position specified as a
fraction of attribute length_a in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.fract_x_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.fract_x_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute fract_x in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.fract_y">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.fract_y</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The y coordinate of the atom-site position specified as a
fraction of attribute length_b in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.fract_y_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.fract_y_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute fract_y in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.fract_z">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.fract_z</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The z coordinate of the atom-site position specified as a
fraction of attribute length_c in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.fract_z_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.fract_z_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute fract_z in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.group_PDB">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:domain rdf:resource="#atom_site"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ATOM</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">HETATM</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The group of atoms to which the atom site belongs. This data
item is provided for compatibility with the original Protein
Data Bank format, and only for that purpose.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.label_alt_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.label_alt_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A component of the identifier for this atom site.
For further details, see the definition of the ATOM_SITE_ALT
category.

This data item is a pointer to attribute id in category atom_sites_alt in the
 ATOM_SITES_ALT category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.label_asym_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.label_asym_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A component of the identifier for this atom site.
For further details, see the definition of the STRUCT_ASYM
category.

This data item is a pointer to attribute id in category struct_asym in the
 STRUCT_ASYM category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.label_atom_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.label_atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A component of the identifier for this atom site.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.label_comp_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.label_comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A component of the identifier for this atom site.

This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP
 category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.label_entity_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.label_entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entity in the ENTITY category. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.label_seq_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>atom_site.label_seq_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute num in category entity_poly_seq in the
 ENTITY_POLY_SEQ category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.occupancy">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.occupancy</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The fraction of the atom type present at this site.
The sum of the occupancies of all the atom types at this site
may not significantly exceed 1.0 unless it is a dummy site.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.occupancy_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site.occupancy_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute occupancy in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_PDB_atom_name">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_PDB_atom_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
PDB atom name.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_PDB_ins_code">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_PDB_ins_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
PDB insertion code.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_PDB_model_num">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>atom_site.pdbx_PDB_model_num</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
PDB model number.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_PDB_residue_name">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_PDB_residue_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
PDB residue name.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_PDB_residue_no">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_PDB_residue_no</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
PDB residue number.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_PDB_strand_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_PDB_strand_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
PDB strand id.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_auth_alt_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_auth_alt_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Author's alternate location identifier.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_auth_asym_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_auth_asym_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Author's strand id.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_auth_atom_name">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_auth_atom_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Author's atom name.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_auth_comp_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_auth_comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Author's residue name.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_auth_seq_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_auth_seq_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Author's sequence identifier.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_formal_charge">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>atom_site.pdbx_formal_charge</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The net integer charge assigned to this atom. This is the
formal charge assignment normally found in chemical diagrams.
for an ammonium nitrogen
1
for a chloride ion
-1
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_ncs_dom_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_ncs_dom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The NCS domain to which the atom position is assigned.

The NCS group is defined in category struct_ncs_dom.
This item is a reference to attribute id in category struct_ncs_dom. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_struct_group_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_struct_group_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute pdbx_struct_group_id in category atom_site identifies the group or groups
 assigned to this atom.    This is a reference to the identifier for 
group definition in category PDBX_STRUCT_GROUP_LIST.

Multiple groups identifiers are encoded as a comma separated list.
atom assigned to individual group C1
C1
atom assigned to multiple groups C1, C2 and C3
C1,C2,C3
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.pdbx_tls_group_id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.pdbx_tls_group_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The TLS group to which the atom position is assigned.

The TLS group is defined in category pdbx_refine_tls.
This item is a reference to attribute id in category pdbx_refine_tls. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.refinement_flags">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:domain rdf:resource="#atom_site"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">G</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">R</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">D</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">T</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">U</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P</rdf:first>
                                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A concatenated series of single-letter codes which indicate the
refinement restraints or constraints applied to this site.  This
item should not be used.  It has been replaced by
attribute refinement_flags_posn in category atom_site, *_adp and *_occupancy. It is
 retained in this dictionary only to provide compatibility with
old CIFs.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.refinement_flags_adp">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:domain rdf:resource="#atom_site"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">T</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">U</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TU</rdf:first>
                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A code which indicates the refinement restraints or constraints
applied to the atomic displacement parameters of this site.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.refinement_flags_occupancy">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:domain rdf:resource="#atom_site"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P</rdf:first>
            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A code which indicates that refinement restraints or
constraints were applied to the occupancy of this site.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.refinement_flags_posn">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:domain rdf:resource="#atom_site"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">D</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">G</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">R</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DG</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DR</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DS</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GR</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GS</rdf:first>
                                            <rdf:rest>
                                              <rdf:List>
                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RS</rdf:first>
                                                <rdf:rest>
                                                  <rdf:List>
                                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DGR</rdf:first>
                                                    <rdf:rest>
                                                      <rdf:List>
                                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DGS</rdf:first>
                                                        <rdf:rest>
                                                          <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DRS</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GRS</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DGRS</rdf:first>
                                                            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                          </rdf:List>
                                                        </rdf:rest>
                                                      </rdf:List>
                                                    </rdf:rest>
                                                  </rdf:List>
                                                </rdf:rest>
                                              </rdf:List>
                                            </rdf:rest>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A code which indicates the refinement restraints or constraints
applied to the positional coordinates of this site.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.restraints">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.restraints</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of restraints applied to specific parameters at
this site during refinement. See also attribute refinement_flags
 in category atom_site and attribute ls_number_restraints in category refine. 
restrained to planar ring
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.symmetry_multiplicity">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>atom_site.symmetry_multiplicity</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The multiplicity of a site due to the space-group symmetry as is
given in International Tables for Crystallography Vol. A (2002).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.thermal_displace_type">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:domain rdf:resource="#atom_site"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Uani</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Uiso</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Uovl</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Umpe</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bani</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Biso</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bovl</rdf:first>
                                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A standard code used to describe the type of atomic displacement
parameters used for the site.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.type_symbol">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.type_symbol</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute symbol in category atom_type in the
 ATOM_TYPE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site.id">
    <rdfs:subPropertyOf rdf:resource="#atom_siteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category atom_site must uniquely identify a record in the
 ATOM_SITE list.

Note that this item need not be a number; it can be any unique
identifier.

This data item was introduced to provide compatibility between
small-molecule and macromolecular CIFs. In a small-molecule
CIF, _atom_site_label is the identifier for the atom. In a
macromolecular CIF, the atom identifier is the aggregate of
_atom_site.label_alt_id, _atom_site.label_asym_id,
_atom_site.label_atom_id, _atom_site.label_comp_id and
attribute label_seq_id in category atom_site. For the two types of files to be
 compatible, a formal identifier for the category had to be
introduced that was independent of the different modes of
identifying the atoms. For compatibility with older CIFs,
_atom_site_label is aliased to attribute id in category atom_site. 
5
C12
Ca3g28
Fe3+17
H*251
boron2a
C_a_phe_83_a_0
Zn_Zn_301_A_0
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_site_anisotropCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_site_anisotrop"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_site_anisotrop">
    <rdfs:label>atom_site_anisotrop</rdfs:label>
    <rdfs:comment>
Data items in the ATOM_SITE_ANISOTROP category record details
about anisotropic displacement parameters.
If the ATOM_SITE_ANISOTROP category is used for storing these
data, the corresponding ATOM_SITE data items are not used.

    Example 1 - based on NDB structure BDL005 of Holbrook, Dickerson &amp;
                Kim [Acta Cryst. (1985), B41, 255-262].
&lt;PDBx:atom_site_anisotropCategory&gt;
   &lt;PDBx:atom_site_anisotrop id="1"&gt;
      &lt;PDBx:U11&gt;8642&lt;/PDBx:U11&gt;
      &lt;PDBx:U12&gt;4866&lt;/PDBx:U12&gt;
      &lt;PDBx:U13&gt;7299&lt;/PDBx:U13&gt;
      &lt;PDBx:U22&gt;-342&lt;/PDBx:U22&gt;
      &lt;PDBx:U23&gt;-258&lt;/PDBx:U23&gt;
      &lt;PDBx:U33&gt;-1427&lt;/PDBx:U33&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site_anisotrop&gt;
   &lt;PDBx:atom_site_anisotrop id="2"&gt;
      &lt;PDBx:U11&gt;5174&lt;/PDBx:U11&gt;
      &lt;PDBx:U12&gt;4871&lt;/PDBx:U12&gt;
      &lt;PDBx:U13&gt;6243&lt;/PDBx:U13&gt;
      &lt;PDBx:U22&gt;-1885&lt;/PDBx:U22&gt;
      &lt;PDBx:U23&gt;-2051&lt;/PDBx:U23&gt;
      &lt;PDBx:U33&gt;-1377&lt;/PDBx:U33&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site_anisotrop&gt;
   &lt;PDBx:atom_site_anisotrop id="3"&gt;
      &lt;PDBx:U11&gt;6202&lt;/PDBx:U11&gt;
      &lt;PDBx:U12&gt;5020&lt;/PDBx:U12&gt;
      &lt;PDBx:U13&gt;4395&lt;/PDBx:U13&gt;
      &lt;PDBx:U22&gt;-1130&lt;/PDBx:U22&gt;
      &lt;PDBx:U23&gt;-556&lt;/PDBx:U23&gt;
      &lt;PDBx:U33&gt;-632&lt;/PDBx:U33&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site_anisotrop&gt;
   &lt;PDBx:atom_site_anisotrop id="4"&gt;
      &lt;PDBx:U11&gt;4224&lt;/PDBx:U11&gt;
      &lt;PDBx:U12&gt;4700&lt;/PDBx:U12&gt;
      &lt;PDBx:U13&gt;5046&lt;/PDBx:U13&gt;
      &lt;PDBx:U22&gt;1105&lt;/PDBx:U22&gt;
      &lt;PDBx:U23&gt;-161&lt;/PDBx:U23&gt;
      &lt;PDBx:U33&gt;345&lt;/PDBx:U33&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site_anisotrop&gt;
   &lt;PDBx:atom_site_anisotrop id="5"&gt;
      &lt;PDBx:U11&gt;8684&lt;/PDBx:U11&gt;
      &lt;PDBx:U12&gt;4688&lt;/PDBx:U12&gt;
      &lt;PDBx:U13&gt;4171&lt;/PDBx:U13&gt;
      &lt;PDBx:U22&gt;-1850&lt;/PDBx:U22&gt;
      &lt;PDBx:U23&gt;-433&lt;/PDBx:U23&gt;
      &lt;PDBx:U33&gt;-292&lt;/PDBx:U33&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site_anisotrop&gt;
   &lt;PDBx:atom_site_anisotrop id="6"&gt;
      &lt;PDBx:U11&gt;11226&lt;/PDBx:U11&gt;
      &lt;PDBx:U12&gt;5255&lt;/PDBx:U12&gt;
      &lt;PDBx:U13&gt;3532&lt;/PDBx:U13&gt;
      &lt;PDBx:U22&gt;-341&lt;/PDBx:U22&gt;
      &lt;PDBx:U23&gt;2685&lt;/PDBx:U23&gt;
      &lt;PDBx:U33&gt;1328&lt;/PDBx:U33&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site_anisotrop&gt;
   &lt;PDBx:atom_site_anisotrop id="7"&gt;
      &lt;PDBx:U11&gt;10214&lt;/PDBx:U11&gt;
      &lt;PDBx:U12&gt;2428&lt;/PDBx:U12&gt;
      &lt;PDBx:U13&gt;5614&lt;/PDBx:U13&gt;
      &lt;PDBx:U22&gt;-2610&lt;/PDBx:U22&gt;
      &lt;PDBx:U23&gt;-1940&lt;/PDBx:U23&gt;
      &lt;PDBx:U33&gt;902&lt;/PDBx:U33&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site_anisotrop&gt;
   &lt;PDBx:atom_site_anisotrop id="8"&gt;
      &lt;PDBx:U11&gt;4590&lt;/PDBx:U11&gt;
      &lt;PDBx:U12&gt;3488&lt;/PDBx:U12&gt;
      &lt;PDBx:U13&gt;5827&lt;/PDBx:U13&gt;
      &lt;PDBx:U22&gt;751&lt;/PDBx:U22&gt;
      &lt;PDBx:U23&gt;-770&lt;/PDBx:U23&gt;
      &lt;PDBx:U33&gt;986&lt;/PDBx:U33&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site_anisotrop&gt;
   &lt;PDBx:atom_site_anisotrop id="9"&gt;
      &lt;PDBx:U11&gt;5014&lt;/PDBx:U11&gt;
      &lt;PDBx:U12&gt;4434&lt;/PDBx:U12&gt;
      &lt;PDBx:U13&gt;3447&lt;/PDBx:U13&gt;
      &lt;PDBx:U22&gt;-17&lt;/PDBx:U22&gt;
      &lt;PDBx:U23&gt;-1593&lt;/PDBx:U23&gt;
      &lt;PDBx:U33&gt;539&lt;/PDBx:U33&gt;
      &lt;PDBx:type_symbol&gt;N&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:atom_site_anisotrop&gt;
&lt;/PDBx:atom_site_anisotropCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B11"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B11"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B11_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B11_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B12"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B12"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B12_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B12_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B13"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B13"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B13_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B13_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B22"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B22"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B22_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B22_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B23"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B23"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B23_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B23_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B33"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B33"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B33_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.B33_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U11"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U11"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U11_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U11_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U12"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U12"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U12_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U12_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U13"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U13"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U13_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U13_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U22"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U22"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U22_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U22_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U23"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U23"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U23_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U23_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U33"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U33"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U33_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.U33_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_PDB_ins_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_PDB_ins_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_auth_alt_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_auth_alt_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_auth_asym_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_auth_asym_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_auth_atom_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_auth_atom_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_auth_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_auth_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_auth_seq_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_auth_seq_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_label_alt_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_label_alt_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_label_asym_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_label_asym_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_label_atom_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_label_atom_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_label_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_label_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_label_seq_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.pdbx_label_seq_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.ratio"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.ratio"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.type_symbol"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.type_symbol"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_site_anisotrop.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_site_anisotropCategory">
    <rdfs:label>atom_site_anisotropCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder atom_site_anisotropCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#atom_site_anisotrop"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_site_anisotrop">
    <rdfs:label>atom_site_anisotropCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that atom_site_anisotropCategory.
	has a category atom_site_anisotrop.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#atom_site_anisotrop"/>
    <rdfs:domain rdf:resource="#atom_site_anisotropCategory"/>
    <rdfs:range rdf:resource="#atom_site_anisotrop"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_site_anisotropItem">
    <rdfs:label>atom_site_anisotropItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for atom_site_anisotrop items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#atom_site_anisotrop"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_atom_site_anisotrop">
    <rdfs:label>reference_to_atom_site_anisotrop</rdfs:label>
    <rdfs:comment>cross-reference to atom_site_anisotrop</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#atom_site_anisotrop"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_atom_site_anisotrop">
    <rdfs:label>referenced_by_atom_site_anisotrop</rdfs:label>
    <rdfs:comment>cross-reference from atom_site_anisotrop</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#atom_site_anisotrop"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B11">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B11</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][1] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B11_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B11_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute B[1][1] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B12">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B12</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][2] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B12_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B12_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute B[1][2] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B13">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B13</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][3] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B13_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B13_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute B[1][3] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B22">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B22</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][2] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B22_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B22_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute B[2][2] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B23">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B23</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][3] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B23_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B23_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute B[2][3] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B33">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B33</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][3] element of the anisotropic atomic displacement
matrix B, which appears in the structure-factor term as:

T = exp{-1/4 sum~i~[sum~j~(B^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.

The IUCr Commission on Nomenclature recommends against the use
of B for reporting atomic displacement parameters. U, being
directly proportional to B, is preferred.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.B33_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.B33_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute B[3][3] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U11">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U11</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][1] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U11_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U11_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute U[1][1] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U12">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U12</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][2] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U12_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U12_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute U[1][2] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U13">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U13</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][3] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U13_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U13_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute U[1][3] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U22">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U22</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][2] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U22_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U22_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute U[2][2] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U23">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U23</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][3] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U23_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U23_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute U[2][3] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U33">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U33</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][3] element of the standard anisotropic atomic
displacement matrix U, which appears in the structure-factor
term as:

T = exp{-2 pi^2^ sum~i~[sum~j~(U^ij^ h~i~ h~j~ a*~i~ a*~j~)]}

h  = the Miller indices
a* = the reciprocal space cell lengths

These matrix elements may appear with atomic coordinates
in the ATOM_SITE category, or they may appear in the separate
ATOM_SITE_ANISOTROP category, but they may not appear in both
places. Similarly, anisotropic displacements may appear as
either B's or U's, but not as both.

The unique elements of the real symmetric matrix are
entered by row.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.U33_esd">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.U33_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute U[3][3] in category atom_site_anisotrop. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_PDB_ins_code">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.pdbx_PDB_ins_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute pdbx_PDB_ins_code in category atom_site 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_auth_alt_id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.pdbx_auth_alt_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute pdbx_auth_alt_id in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_auth_asym_id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.pdbx_auth_asym_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute auth_asym_id in category atom_site 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_auth_atom_id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.pdbx_auth_atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute auth_atom_id in category atom_site 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_auth_comp_id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.pdbx_auth_comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute auth_comp_id in category atom_site 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_auth_seq_id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.pdbx_auth_seq_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute auth_seq_id in category atom_site 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_label_alt_id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.pdbx_label_alt_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute label_alt_id in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_label_asym_id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.pdbx_label_asym_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute label_asym_id in category atom_site 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_label_atom_id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.pdbx_label_atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute label_atom_id in category atom_site 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_label_comp_id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.pdbx_label_comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute label_comp_id in category atom_site 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.pdbx_label_seq_id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>atom_site_anisotrop.pdbx_label_seq_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute label_seq_id in category atom_site 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.ratio">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_site_anisotrop.ratio</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Ratio of the maximum to minimum principal axes of
displacement (thermal) ellipsoids.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.type_symbol">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.type_symbol</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute symbol in category atom_type in the
 ATOM_TYPE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_site_anisotrop.id">
    <rdfs:subPropertyOf rdf:resource="#atom_site_anisotropItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_site_anisotrop.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category atom_site in the ATOM_SITE
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sitesCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites">
    <rdfs:label>atom_sites</rdfs:label>
    <rdfs:comment>
Data items in the ATOM_SITES category record details about
the crystallographic cell and cell transformations, which are
common to all atom sites.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:atom_sitesCategory&gt;
   &lt;PDBx:atom_sites entry_id="5HVP"&gt;
      &lt;PDBx:Cartn_transf_matrix11&gt;58.39&lt;/PDBx:Cartn_transf_matrix11&gt;
      &lt;PDBx:Cartn_transf_matrix12&gt;0.00&lt;/PDBx:Cartn_transf_matrix12&gt;
      &lt;PDBx:Cartn_transf_matrix13&gt;0.00&lt;/PDBx:Cartn_transf_matrix13&gt;
      &lt;PDBx:Cartn_transf_matrix21&gt;0.00&lt;/PDBx:Cartn_transf_matrix21&gt;
      &lt;PDBx:Cartn_transf_matrix22&gt;86.70&lt;/PDBx:Cartn_transf_matrix22&gt;
      &lt;PDBx:Cartn_transf_matrix23&gt;0.00&lt;/PDBx:Cartn_transf_matrix23&gt;
      &lt;PDBx:Cartn_transf_matrix31&gt;0.00&lt;/PDBx:Cartn_transf_matrix31&gt;
      &lt;PDBx:Cartn_transf_matrix32&gt;0.00&lt;/PDBx:Cartn_transf_matrix32&gt;
      &lt;PDBx:Cartn_transf_matrix33&gt;46.27&lt;/PDBx:Cartn_transf_matrix33&gt;
      &lt;PDBx:Cartn_transf_vector1&gt;0.00&lt;/PDBx:Cartn_transf_vector1&gt;
      &lt;PDBx:Cartn_transf_vector2&gt;0.00&lt;/PDBx:Cartn_transf_vector2&gt;
      &lt;PDBx:Cartn_transf_vector3&gt;0.00&lt;/PDBx:Cartn_transf_vector3&gt;
      &lt;PDBx:Cartn_transform_axes&gt;c along z, astar along x, b along y&lt;/PDBx:Cartn_transform_axes&gt;
   &lt;/PDBx:atom_sites&gt;
&lt;/PDBx:atom_sitesCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix11"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix11"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix12"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix12"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix13"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix13"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix21"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix21"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix22"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix22"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix23"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix23"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix31"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix31"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix32"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix32"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix33"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_matrix33"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_vector1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_vector1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_vector2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_vector2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_vector3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transf_vector3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transform_axes"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.Cartn_transform_axes"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix11"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix11"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix12"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix12"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix13"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix13"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix21"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix21"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix22"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix22"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix23"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix23"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix31"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix31"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix32"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix32"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix33"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_matrix33"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_vector1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_vector1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_vector2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_vector2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_vector3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.fract_transf_vector3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.solution_hydrogens"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.solution_hydrogens"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.solution_primary"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.solution_primary"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.solution_secondary"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.solution_secondary"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.special_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.special_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_sitesCategory">
    <rdfs:label>atom_sitesCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder atom_sitesCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#atom_sites"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_sites">
    <rdfs:label>atom_sitesCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that atom_sitesCategory.
	has a category atom_sites.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#atom_sites"/>
    <rdfs:domain rdf:resource="#atom_sitesCategory"/>
    <rdfs:range rdf:resource="#atom_sites"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sitesItem">
    <rdfs:label>atom_sitesItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for atom_sites items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#atom_sites"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_atom_sites">
    <rdfs:label>reference_to_atom_sites</rdfs:label>
    <rdfs:comment>cross-reference to atom_sites</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#atom_sites"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_atom_sites">
    <rdfs:label>referenced_by_atom_sites</rdfs:label>
    <rdfs:comment>cross-reference from atom_sites</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#atom_sites"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_matrix11">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_matrix11</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][1] element of the 3x3 matrix used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute Cartn_transf_vector[].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_matrix12">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_matrix12</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][2] element of the 3x3 matrix used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute Cartn_transf_vector[].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_matrix13">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_matrix13</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][3] element of the 3x3 matrix used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute Cartn_transf_vector[].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_matrix21">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_matrix21</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][1] element of the 3x3 matrix used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute Cartn_transf_vector[].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_matrix22">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_matrix22</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][2] element of the 3x3 matrix used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute Cartn_transf_vector[].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_matrix23">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_matrix23</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][3] element of the 3x3 matrix used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute Cartn_transf_vector[].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_matrix31">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_matrix31</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][1] element of the 3x3 matrix used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute Cartn_transf_vector[].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_matrix32">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_matrix32</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][2] element of the 3x3 matrix used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute Cartn_transf_vector[].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_matrix33">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_matrix33</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][3] element of the 3x3 matrix used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute Cartn_transf_vector[].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_vector1">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_vector1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1] element of the three-element vector used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The rotation matrix is defined in
attribute Cartn_transf_matrix[][].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_vector2">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_vector2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2] element of the three-element vector used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The rotation matrix is defined in
attribute Cartn_transf_matrix[][].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transf_vector3">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.Cartn_transf_vector3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3] element of the three-element vector used to transform
fractional coordinates in the ATOM_SITE category to Cartesian
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The rotation matrix is defined in
attribute Cartn_transf_matrix[][].
 in category atom_sites 
|x'|              |11 12 13| |x|               |1|
|y'|~Cartesian~ = |21 22 23| |y|~fractional~ + |2|
|z'|              |31 32 33| |z|               |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.Cartn_transform_axes">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites.Cartn_transform_axes</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the relative alignment of the crystal cell
axes to the Cartesian orthogonal axes as applied in the
transformation matrix attribute Cartn_transf_matrix[][] in category atom_sites. 
a parallel to x; b in the plane of y and z
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_matrix11">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_matrix11</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][1] element of the 3x3 matrix used to transform Cartesian
coordinates in the ATOM_SITE category to fractional coordinates
in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute fract_transf_vector[].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_matrix12">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_matrix12</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][2] element of the 3x3 matrix used to transform Cartesian
coordinates in the ATOM_SITE category to fractional coordinates
in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute fract_transf_vector[].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_matrix13">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_matrix13</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][3] element of the 3x3 matrix used to transform Cartesian
coordinates in the ATOM_SITE category to fractional coordinates
in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute fract_transf_vector[].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_matrix21">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_matrix21</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][1] element of the 3x3 matrix used to transform Cartesian
coordinates in the ATOM_SITE category to fractional coordinates
in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute fract_transf_vector[].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_matrix22">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_matrix22</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][2] element of the 3x3 matrix used to transform Cartesian
coordinates in the ATOM_SITE category to fractional coordinates
in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute fract_transf_vector[].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_matrix23">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_matrix23</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][3] element of the 3x3 matrix used to transform Cartesian
coordinates in the ATOM_SITE category to fractional coordinates
in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute fract_transf_vector[].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_matrix31">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_matrix31</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][1] element of the 3x3 matrix used to transform Cartesian
coordinates in the ATOM_SITE category to fractional coordinates
in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute fract_transf_vector[].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_matrix32">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_matrix32</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][2] element of the 3x3 matrix used to transform Cartesian
coordinates in the ATOM_SITE category to fractional coordinates
in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute fract_transf_vector[].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_matrix33">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_matrix33</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][3] element of the 3x3 matrix used to transform Cartesian
coordinates in the ATOM_SITE category to fractional coordinates
in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x1 translation is defined in
attribute fract_transf_vector[].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_vector1">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_vector1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1] element of the three-element vector used to transform
Cartesian coordinates in the ATOM_SITE category to fractional
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x3 rotation is defined in
attribute fract_transf_matrix[][].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_vector2">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_vector2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2] element of the three-element vector used to transform
Cartesian coordinates in the ATOM_SITE category to fractional
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x3 rotation is defined in
attribute fract_transf_matrix[][].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.fract_transf_vector3">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_sites.fract_transf_vector3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3] element of the three-element vector used to transform
Cartesian coordinates in the ATOM_SITE category to fractional
coordinates in the same category. The axial alignments of this
transformation are described in attribute Cartn_transform_axes.
 in category atom_sites The 3x3 rotation is defined in
attribute fract_transf_matrix[][].
 in category atom_sites 
|x'|               |11 12 13| |x|              |1|
|y'|~fractional~ = |21 22 23| |y|~Cartesian~ + |2|
|z'|               |31 32 33| |z|              |3|
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.solution_hydrogens">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:domain rdf:resource="#atom_sites"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">difmap</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">vecmap</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">heavy</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">direct</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">geom</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">disper</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">isomor</rdf:first>
                                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This code identifies the method used to locate the
hydrogen atoms.

*** This data item would not in general be used in a
macromolecular data block. ***
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.solution_primary">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:domain rdf:resource="#atom_sites"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">difmap</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">vecmap</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">heavy</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">direct</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">geom</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">disper</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">isomor</rdf:first>
                                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This code identifies the method used to locate the initial
atom sites.

*** This data item would not in general be used in a
macromolecular data block. ***
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.solution_secondary">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:domain rdf:resource="#atom_sites"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">difmap</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">vecmap</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">heavy</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">direct</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">geom</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">disper</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">isomor</rdf:first>
                                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This code identifies the method used to locate the
non-hydrogen-atom sites not found by
attribute solution_primary.
 in category atom_sites 
*** This data item would not in general be used in a
macromolecular data block. ***
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.special_details">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites.special_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Additional information about the atomic coordinates not coded
elsewhere in the CIF.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites.entry_id">
    <rdfs:subPropertyOf rdf:resource="#atom_sitesItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_altCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_alt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_alt">
    <rdfs:label>atom_sites_alt</rdfs:label>
    <rdfs:comment>
Data items in the ATOM_SITES_ALT category record details
about the structural ensembles that should be generated from
atom sites or groups of atom sites that are modelled in
alternative conformations in this data block.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:atom_sites_altCategory&gt;
   &lt;PDBx:atom_sites_alt id="1"&gt;
      &lt;PDBx:details&gt; Atom sites with the alternative ID set to 1 have been
modeled in alternative conformations with respect to atom
sites marked with alternative ID 2. The conformations of
amino-acid side chains and solvent atoms with alternative
ID set to 1 correlate with the conformation of the
inhibitor marked with alternative ID 1. They have been
given an occupancy of 0.58 to match the occupancy assigned
to the inhibitor.&lt;/PDBx:details&gt;
   &lt;/PDBx:atom_sites_alt&gt;
   &lt;PDBx:atom_sites_alt id="2"&gt;
      &lt;PDBx:details&gt; Atom sites with the alternative ID set to 2 have been
modeled in alternative conformations with respect to atom
sites marked with alternative ID 1. The conformations of
amino-acid side chains and solvent atoms with alternative
ID set to 2 correlate with the conformation of the
inhibitor marked with alternative ID 2. They have been
given an occupancy of 0.42 to match the occupancy assigned
to the inhibitor.&lt;/PDBx:details&gt;
   &lt;/PDBx:atom_sites_alt&gt;
   &lt;PDBx:atom_sites_alt id="3"&gt;
      &lt;PDBx:details&gt; Atom sites with the alternative ID set to 3 have been
modeled in alternative conformations with respect to
atoms marked with alternative ID 4. The conformations of
amino-acid side chains and solvent atoms with alternative
ID set to 3 do not correlate with the conformation of the
inhibitor. These atom sites have arbitrarily been given
an occupancy of 0.50.&lt;/PDBx:details&gt;
   &lt;/PDBx:atom_sites_alt&gt;
   &lt;PDBx:atom_sites_alt id="4"&gt;
      &lt;PDBx:details&gt; Atom sites with the alternative ID set to 4 have been
modeled in alternative conformations with respect to
atoms marked with alternative ID 3. The conformations of
amino-acid side chains and solvent atoms with alternative
ID set to 4 do not correlate with the conformation of the
inhibitor. These atom sites have arbitrarily been given
an occupancy of 0.50.&lt;/PDBx:details&gt;
   &lt;/PDBx:atom_sites_alt&gt;
&lt;/PDBx:atom_sites_altCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_alt.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_alt.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_alt.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_sites_altCategory">
    <rdfs:label>atom_sites_altCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder atom_sites_altCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#atom_sites_alt"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_sites_alt">
    <rdfs:label>atom_sites_altCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that atom_sites_altCategory.
	has a category atom_sites_alt.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#atom_sites_alt"/>
    <rdfs:domain rdf:resource="#atom_sites_altCategory"/>
    <rdfs:range rdf:resource="#atom_sites_alt"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_altItem">
    <rdfs:label>atom_sites_altItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for atom_sites_alt items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#atom_sites_alt"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_atom_sites_alt">
    <rdfs:label>reference_to_atom_sites_alt</rdfs:label>
    <rdfs:comment>cross-reference to atom_sites_alt</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#atom_sites_alt"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_atom_sites_alt">
    <rdfs:label>referenced_by_atom_sites_alt</rdfs:label>
    <rdfs:comment>cross-reference from atom_sites_alt</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#atom_sites_alt"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites_alt.details">
    <rdfs:subPropertyOf rdf:resource="#atom_sites_altItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites_alt.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the modelling of atoms in
alternative conformations.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites_alt.id">
    <rdfs:subPropertyOf rdf:resource="#atom_sites_altItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites_alt.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category atom_sites_alt must uniquely identify
 a record in the ATOM_SITES_ALT list.

Note that this item need not be a number; it can be any unique
identifier.
orientation 1
molecule abc
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_alt_ensCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_alt_ens"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_alt_ens">
    <rdfs:label>atom_sites_alt_ens</rdfs:label>
    <rdfs:comment>
Data items in the ATOM_SITES_ALT_ENS category record details
about the ensemble structure generated from atoms with various
alternative conformation IDs.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:atom_sites_alt_ensCategory&gt;
   &lt;PDBx:atom_sites_alt_ens id="Ensemble 1-A"&gt;
      &lt;PDBx:details&gt; The inhibitor binds to the enzyme in two, roughly twofold
symmetric alternative conformations.
This conformational ensemble includes the more populated
conformation of the inhibitor (ID=1) and the amino-acid
side chains and solvent structure that correlate with this
inhibitor conformation.
Also included are one set (ID=3) of side chains with
alternative conformations when the conformations are not
correlated with the inhibitor conformation.&lt;/PDBx:details&gt;
   &lt;/PDBx:atom_sites_alt_ens&gt;
   &lt;PDBx:atom_sites_alt_ens id="Ensemble 1-B"&gt;
      &lt;PDBx:details&gt; The inhibitor binds to the enzyme in two, roughly twofold
symmetric alternative conformations.
This conformational ensemble includes the more populated
conformation of the inhibitor (ID=1) and the amino-acid
side chains and solvent structure that correlate with
this inhibitor conformation.
Also included are one set (ID=4) of side chains with
alternative conformations when the conformations are not
correlated with the inhibitor conformation.&lt;/PDBx:details&gt;
   &lt;/PDBx:atom_sites_alt_ens&gt;
   &lt;PDBx:atom_sites_alt_ens id="Ensemble 2-A"&gt;
      &lt;PDBx:details&gt; The inhibitor binds to the enzyme in two, roughly twofold
symmetric alternative conformations.
This conformational ensemble includes the less populated
conformation of the inhibitor (ID=2) and the amino-acid
side chains and solvent structure that correlate with this
inhibitor conformation.
Also included are one set (ID=3) of side chains with
alternative conformations when the conformations are not
correlated with the inhibitor conformation.&lt;/PDBx:details&gt;
   &lt;/PDBx:atom_sites_alt_ens&gt;
   &lt;PDBx:atom_sites_alt_ens id="Ensemble 2-B"&gt;
      &lt;PDBx:details&gt; The inhibitor binds to the enzyme in two, roughly twofold
symmetric alternative conformations.
This conformational ensemble includes the less populated
conformation of the inhibitor (ID=2) and the amino-acid
side chains and solvent structure that correlate with this
inhibitor conformation.
Also included are one set (ID=4) of side chains with
alternative conformations when the conformations are not
correlated with the inhibitor conformation.&lt;/PDBx:details&gt;
   &lt;/PDBx:atom_sites_alt_ens&gt;
&lt;/PDBx:atom_sites_alt_ensCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_alt_ens.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_alt_ens.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_alt_ens.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_sites_alt_ensCategory">
    <rdfs:label>atom_sites_alt_ensCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder atom_sites_alt_ensCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#atom_sites_alt_ens"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_sites_alt_ens">
    <rdfs:label>atom_sites_alt_ensCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that atom_sites_alt_ensCategory.
	has a category atom_sites_alt_ens.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#atom_sites_alt_ens"/>
    <rdfs:domain rdf:resource="#atom_sites_alt_ensCategory"/>
    <rdfs:range rdf:resource="#atom_sites_alt_ens"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_alt_ensItem">
    <rdfs:label>atom_sites_alt_ensItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for atom_sites_alt_ens items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#atom_sites_alt_ens"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_atom_sites_alt_ens">
    <rdfs:label>reference_to_atom_sites_alt_ens</rdfs:label>
    <rdfs:comment>cross-reference to atom_sites_alt_ens</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#atom_sites_alt_ens"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_atom_sites_alt_ens">
    <rdfs:label>referenced_by_atom_sites_alt_ens</rdfs:label>
    <rdfs:comment>cross-reference from atom_sites_alt_ens</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#atom_sites_alt_ens"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites_alt_ens.details">
    <rdfs:subPropertyOf rdf:resource="#atom_sites_alt_ensItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites_alt_ens.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the ensemble structure
generated from atoms with various alternative IDs.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites_alt_ens.id">
    <rdfs:subPropertyOf rdf:resource="#atom_sites_alt_ensItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites_alt_ens.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category atom_sites_alt_ens must uniquely identify a
 record in the ATOM_SITES_ALT_ENS list.

Note that this item need not be a number; it can be any unique
identifier.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_alt_genCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_alt_gen"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_alt_gen">
    <rdfs:label>atom_sites_alt_gen</rdfs:label>
    <rdfs:comment>
Data items in the ATOM_SITES_ALT_GEN category record details
about the interpretation of multiple conformations in the
structure.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:atom_sites_alt_genCategory&gt;
   &lt;PDBx:atom_sites_alt_gen alt_id="1" ens_id="Ensemble 1-A"&gt;&lt;/PDBx:atom_sites_alt_gen&gt;
   &lt;PDBx:atom_sites_alt_gen alt_id="2" ens_id="Ensemble 1-A"&gt;&lt;/PDBx:atom_sites_alt_gen&gt;
   &lt;PDBx:atom_sites_alt_gen alt_id="1" ens_id="Ensemble 1-B"&gt;&lt;/PDBx:atom_sites_alt_gen&gt;
   &lt;PDBx:atom_sites_alt_gen alt_id="4" ens_id="Ensemble 1-B"&gt;&lt;/PDBx:atom_sites_alt_gen&gt;
   &lt;PDBx:atom_sites_alt_gen alt_id="2" ens_id="Ensemble 2-A"&gt;&lt;/PDBx:atom_sites_alt_gen&gt;
   &lt;PDBx:atom_sites_alt_gen alt_id="3" ens_id="Ensemble 2-A"&gt;&lt;/PDBx:atom_sites_alt_gen&gt;
   &lt;PDBx:atom_sites_alt_gen alt_id="2" ens_id="Ensemble 2-B"&gt;&lt;/PDBx:atom_sites_alt_gen&gt;
   &lt;PDBx:atom_sites_alt_gen alt_id="4" ens_id="Ensemble 2-B"&gt;&lt;/PDBx:atom_sites_alt_gen&gt;
&lt;/PDBx:atom_sites_alt_genCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_alt_gen.alt_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_alt_gen.ens_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_sites_alt_genCategory">
    <rdfs:label>atom_sites_alt_genCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder atom_sites_alt_genCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#atom_sites_alt_gen"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_sites_alt_gen">
    <rdfs:label>atom_sites_alt_genCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that atom_sites_alt_genCategory.
	has a category atom_sites_alt_gen.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#atom_sites_alt_gen"/>
    <rdfs:domain rdf:resource="#atom_sites_alt_genCategory"/>
    <rdfs:range rdf:resource="#atom_sites_alt_gen"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_alt_genItem">
    <rdfs:label>atom_sites_alt_genItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for atom_sites_alt_gen items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#atom_sites_alt_gen"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_atom_sites_alt_gen">
    <rdfs:label>reference_to_atom_sites_alt_gen</rdfs:label>
    <rdfs:comment>cross-reference to atom_sites_alt_gen</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#atom_sites_alt_gen"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_atom_sites_alt_gen">
    <rdfs:label>referenced_by_atom_sites_alt_gen</rdfs:label>
    <rdfs:comment>cross-reference from atom_sites_alt_gen</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#atom_sites_alt_gen"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites_alt_gen.alt_id">
    <rdfs:subPropertyOf rdf:resource="#atom_sites_alt_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites_alt_gen.alt_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category atom_sites_alt in the
 ATOM_SITES_ALT category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites_alt_gen.ens_id">
    <rdfs:subPropertyOf rdf:resource="#atom_sites_alt_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites_alt_gen.ens_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category atom_sites_alt_ens in the
 ATOM_SITES_ALT_ENS category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_footnoteCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_sites_footnote"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_footnote">
    <rdfs:label>atom_sites_footnote</rdfs:label>
    <rdfs:comment>
Data items in the ATOM_SITES_FOOTNOTE category record detailed
comments about an atom site or a group of atom sites.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:atom_sites_footnoteCategory&gt;
   &lt;PDBx:atom_sites_footnote id="1"&gt;
      &lt;PDBx:text&gt; The inhibitor binds to the enzyme in two alternative
orientations. The two orientations have been assigned
alternative IDs *1* and *2*.&lt;/PDBx:text&gt;
   &lt;/PDBx:atom_sites_footnote&gt;
   &lt;PDBx:atom_sites_footnote id="2"&gt;
      &lt;PDBx:text&gt; Side chains of these residues adopt alternative
orientations that correlate with the alternative
orientations of the inhibitor.
Side chains with alternative ID *1* and occupancy 0.58
correlate with inhibitor orientation *1*.
Side chains with alternative ID *2* and occupancy 0.42
correlate with inhibitor orientation *2*.&lt;/PDBx:text&gt;
   &lt;/PDBx:atom_sites_footnote&gt;
   &lt;PDBx:atom_sites_footnote id="3"&gt;
      &lt;PDBx:text&gt; The positions of these water molecules correlate with
the alternative orientations of the inhibitor.
Water molecules with alternative ID *1* and occupancy 0.58
correlate with inhibitor orientation *1*.
Water molecules with alternative ID *2* and occupancy 0.42
correlate with inhibitor orientation *2*.&lt;/PDBx:text&gt;
   &lt;/PDBx:atom_sites_footnote&gt;
   &lt;PDBx:atom_sites_footnote id="4"&gt;
      &lt;PDBx:text&gt; Side chains of these residues adopt alternative
orientations that do not correlate with the alternative
orientation of the inhibitor.&lt;/PDBx:text&gt;
   &lt;/PDBx:atom_sites_footnote&gt;
   &lt;PDBx:atom_sites_footnote id="5"&gt;
      &lt;PDBx:text&gt; The positions of these water molecules correlate with
alternative orientations of amino-acid side chains that
do not correlate with alternative orientations of the
inhibitor.&lt;/PDBx:text&gt;
   &lt;/PDBx:atom_sites_footnote&gt;
&lt;/PDBx:atom_sites_footnoteCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_footnote.text"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_footnote.text"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_sites_footnote.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_sites_footnoteCategory">
    <rdfs:label>atom_sites_footnoteCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder atom_sites_footnoteCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#atom_sites_footnote"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_sites_footnote">
    <rdfs:label>atom_sites_footnoteCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that atom_sites_footnoteCategory.
	has a category atom_sites_footnote.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#atom_sites_footnote"/>
    <rdfs:domain rdf:resource="#atom_sites_footnoteCategory"/>
    <rdfs:range rdf:resource="#atom_sites_footnote"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_sites_footnoteItem">
    <rdfs:label>atom_sites_footnoteItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for atom_sites_footnote items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#atom_sites_footnote"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_atom_sites_footnote">
    <rdfs:label>reference_to_atom_sites_footnote</rdfs:label>
    <rdfs:comment>cross-reference to atom_sites_footnote</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#atom_sites_footnote"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_atom_sites_footnote">
    <rdfs:label>referenced_by_atom_sites_footnote</rdfs:label>
    <rdfs:comment>cross-reference from atom_sites_footnote</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#atom_sites_footnote"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites_footnote.text">
    <rdfs:subPropertyOf rdf:resource="#atom_sites_footnoteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites_footnote.text</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The text of the footnote. Footnotes are used to describe
an atom site or a group of atom sites in the ATOM_SITE list.

For example, footnotes may be used to indicate atoms for which
the electron density is very weak, or atoms for which static
disorder has been modelled.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_sites_footnote.id">
    <rdfs:subPropertyOf rdf:resource="#atom_sites_footnoteItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_sites_footnote.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A code that identifies the footnote.
a
b
1
2
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_typeCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_atom_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_type">
    <rdfs:label>atom_type</rdfs:label>
    <rdfs:comment>
Data items in the ATOM_TYPE category record details about the
properties of the atoms that occupy the atom sites, such as the
atomic scattering factors.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:atom_typeCategory&gt;
   &lt;PDBx:atom_type symbol="C"&gt;
      &lt;PDBx:oxidation_number&gt;0&lt;/PDBx:oxidation_number&gt;
      &lt;PDBx:scat_Cromer_Mann_a1&gt;2.31000&lt;/PDBx:scat_Cromer_Mann_a1&gt;
      &lt;PDBx:scat_Cromer_Mann_a2&gt;20.8439&lt;/PDBx:scat_Cromer_Mann_a2&gt;
      &lt;PDBx:scat_Cromer_Mann_a3&gt;1.02000&lt;/PDBx:scat_Cromer_Mann_a3&gt;
      &lt;PDBx:scat_Cromer_Mann_a4&gt;10.2075&lt;/PDBx:scat_Cromer_Mann_a4&gt;
      &lt;PDBx:scat_Cromer_Mann_b1&gt;1.58860&lt;/PDBx:scat_Cromer_Mann_b1&gt;
      &lt;PDBx:scat_Cromer_Mann_b2&gt;0.568700&lt;/PDBx:scat_Cromer_Mann_b2&gt;
      &lt;PDBx:scat_Cromer_Mann_b3&gt;0.865000&lt;/PDBx:scat_Cromer_Mann_b3&gt;
      &lt;PDBx:scat_Cromer_Mann_b4&gt;51.6512&lt;/PDBx:scat_Cromer_Mann_b4&gt;
      &lt;PDBx:scat_Cromer_Mann_c&gt;0.21560&lt;/PDBx:scat_Cromer_Mann_c&gt;
   &lt;/PDBx:atom_type&gt;
   &lt;PDBx:atom_type symbol="N"&gt;
      &lt;PDBx:oxidation_number&gt;0&lt;/PDBx:oxidation_number&gt;
      &lt;PDBx:scat_Cromer_Mann_a1&gt;12.2126&lt;/PDBx:scat_Cromer_Mann_a1&gt;
      &lt;PDBx:scat_Cromer_Mann_a2&gt;0.005700&lt;/PDBx:scat_Cromer_Mann_a2&gt;
      &lt;PDBx:scat_Cromer_Mann_a3&gt;3.13220&lt;/PDBx:scat_Cromer_Mann_a3&gt;
      &lt;PDBx:scat_Cromer_Mann_a4&gt;9.89330&lt;/PDBx:scat_Cromer_Mann_a4&gt;
      &lt;PDBx:scat_Cromer_Mann_b1&gt;2.01250&lt;/PDBx:scat_Cromer_Mann_b1&gt;
      &lt;PDBx:scat_Cromer_Mann_b2&gt;28.9975&lt;/PDBx:scat_Cromer_Mann_b2&gt;
      &lt;PDBx:scat_Cromer_Mann_b3&gt;1.16630&lt;/PDBx:scat_Cromer_Mann_b3&gt;
      &lt;PDBx:scat_Cromer_Mann_b4&gt;0.582600&lt;/PDBx:scat_Cromer_Mann_b4&gt;
      &lt;PDBx:scat_Cromer_Mann_c&gt;-11.529&lt;/PDBx:scat_Cromer_Mann_c&gt;
   &lt;/PDBx:atom_type&gt;
   &lt;PDBx:atom_type symbol="O"&gt;
      &lt;PDBx:oxidation_number&gt;0&lt;/PDBx:oxidation_number&gt;
      &lt;PDBx:scat_Cromer_Mann_a1&gt;3.04850&lt;/PDBx:scat_Cromer_Mann_a1&gt;
      &lt;PDBx:scat_Cromer_Mann_a2&gt;13.2771&lt;/PDBx:scat_Cromer_Mann_a2&gt;
      &lt;PDBx:scat_Cromer_Mann_a3&gt;2.28680&lt;/PDBx:scat_Cromer_Mann_a3&gt;
      &lt;PDBx:scat_Cromer_Mann_a4&gt;5.70110&lt;/PDBx:scat_Cromer_Mann_a4&gt;
      &lt;PDBx:scat_Cromer_Mann_b1&gt;1.54630&lt;/PDBx:scat_Cromer_Mann_b1&gt;
      &lt;PDBx:scat_Cromer_Mann_b2&gt;0.323900&lt;/PDBx:scat_Cromer_Mann_b2&gt;
      &lt;PDBx:scat_Cromer_Mann_b3&gt;0.867000&lt;/PDBx:scat_Cromer_Mann_b3&gt;
      &lt;PDBx:scat_Cromer_Mann_b4&gt;32.9089&lt;/PDBx:scat_Cromer_Mann_b4&gt;
      &lt;PDBx:scat_Cromer_Mann_c&gt;0.250800&lt;/PDBx:scat_Cromer_Mann_c&gt;
   &lt;/PDBx:atom_type&gt;
   &lt;PDBx:atom_type symbol="S"&gt;
      &lt;PDBx:oxidation_number&gt;0&lt;/PDBx:oxidation_number&gt;
      &lt;PDBx:scat_Cromer_Mann_a1&gt;6.90530&lt;/PDBx:scat_Cromer_Mann_a1&gt;
      &lt;PDBx:scat_Cromer_Mann_a2&gt;1.46790&lt;/PDBx:scat_Cromer_Mann_a2&gt;
      &lt;PDBx:scat_Cromer_Mann_a3&gt;5.20340&lt;/PDBx:scat_Cromer_Mann_a3&gt;
      &lt;PDBx:scat_Cromer_Mann_a4&gt;22.2151&lt;/PDBx:scat_Cromer_Mann_a4&gt;
      &lt;PDBx:scat_Cromer_Mann_b1&gt;1.43790&lt;/PDBx:scat_Cromer_Mann_b1&gt;
      &lt;PDBx:scat_Cromer_Mann_b2&gt;0.253600&lt;/PDBx:scat_Cromer_Mann_b2&gt;
      &lt;PDBx:scat_Cromer_Mann_b3&gt;1.58630&lt;/PDBx:scat_Cromer_Mann_b3&gt;
      &lt;PDBx:scat_Cromer_Mann_b4&gt;56.1720&lt;/PDBx:scat_Cromer_Mann_b4&gt;
      &lt;PDBx:scat_Cromer_Mann_c&gt;0.866900&lt;/PDBx:scat_Cromer_Mann_c&gt;
   &lt;/PDBx:atom_type&gt;
   &lt;PDBx:atom_type symbol="CL"&gt;
      &lt;PDBx:oxidation_number&gt;-1&lt;/PDBx:oxidation_number&gt;
      &lt;PDBx:scat_Cromer_Mann_a1&gt;18.2915&lt;/PDBx:scat_Cromer_Mann_a1&gt;
      &lt;PDBx:scat_Cromer_Mann_a2&gt;0.006600&lt;/PDBx:scat_Cromer_Mann_a2&gt;
      &lt;PDBx:scat_Cromer_Mann_a3&gt;7.20840&lt;/PDBx:scat_Cromer_Mann_a3&gt;
      &lt;PDBx:scat_Cromer_Mann_a4&gt;1.17170&lt;/PDBx:scat_Cromer_Mann_a4&gt;
      &lt;PDBx:scat_Cromer_Mann_b1&gt;6.53370&lt;/PDBx:scat_Cromer_Mann_b1&gt;
      &lt;PDBx:scat_Cromer_Mann_b2&gt;19.5424&lt;/PDBx:scat_Cromer_Mann_b2&gt;
      &lt;PDBx:scat_Cromer_Mann_b3&gt;2.33860&lt;/PDBx:scat_Cromer_Mann_b3&gt;
      &lt;PDBx:scat_Cromer_Mann_b4&gt;60.4486&lt;/PDBx:scat_Cromer_Mann_b4&gt;
      &lt;PDBx:scat_Cromer_Mann_c&gt;-16.378&lt;/PDBx:scat_Cromer_Mann_c&gt;
   &lt;/PDBx:atom_type&gt;
&lt;/PDBx:atom_typeCategory&gt;


    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:atom_typeCategory&gt;
   &lt;PDBx:atom_type symbol="C"&gt;
      &lt;PDBx:number_in_cell&gt;72&lt;/PDBx:number_in_cell&gt;
      &lt;PDBx:oxidation_number&gt;0&lt;/PDBx:oxidation_number&gt;
      &lt;PDBx:scat_dispersion_imag&gt;.009&lt;/PDBx:scat_dispersion_imag&gt;
      &lt;PDBx:scat_dispersion_real&gt;.017&lt;/PDBx:scat_dispersion_real&gt;
      &lt;PDBx:scat_source&gt;International_Tables_Vol_IV_Table_2.2B&lt;/PDBx:scat_source&gt;
   &lt;/PDBx:atom_type&gt;
   &lt;PDBx:atom_type symbol="H"&gt;
      &lt;PDBx:number_in_cell&gt;100&lt;/PDBx:number_in_cell&gt;
      &lt;PDBx:oxidation_number&gt;0&lt;/PDBx:oxidation_number&gt;
      &lt;PDBx:scat_dispersion_imag&gt;0&lt;/PDBx:scat_dispersion_imag&gt;
      &lt;PDBx:scat_dispersion_real&gt;0&lt;/PDBx:scat_dispersion_real&gt;
      &lt;PDBx:scat_source&gt;International_Tables_Vol_IV_Table_2.2B&lt;/PDBx:scat_source&gt;
   &lt;/PDBx:atom_type&gt;
   &lt;PDBx:atom_type symbol="O"&gt;
      &lt;PDBx:number_in_cell&gt;12&lt;/PDBx:number_in_cell&gt;
      &lt;PDBx:oxidation_number&gt;0&lt;/PDBx:oxidation_number&gt;
      &lt;PDBx:scat_dispersion_imag&gt;.032&lt;/PDBx:scat_dispersion_imag&gt;
      &lt;PDBx:scat_dispersion_real&gt;.047&lt;/PDBx:scat_dispersion_real&gt;
      &lt;PDBx:scat_source&gt;International_Tables_Vol_IV_Table_2.2B&lt;/PDBx:scat_source&gt;
   &lt;/PDBx:atom_type&gt;
   &lt;PDBx:atom_type symbol="N"&gt;
      &lt;PDBx:number_in_cell&gt;4&lt;/PDBx:number_in_cell&gt;
      &lt;PDBx:oxidation_number&gt;0&lt;/PDBx:oxidation_number&gt;
      &lt;PDBx:scat_dispersion_imag&gt;.018&lt;/PDBx:scat_dispersion_imag&gt;
      &lt;PDBx:scat_dispersion_real&gt;.029&lt;/PDBx:scat_dispersion_real&gt;
      &lt;PDBx:scat_source&gt;International_Tables_Vol_IV_Table_2.2B&lt;/PDBx:scat_source&gt;
   &lt;/PDBx:atom_type&gt;
&lt;/PDBx:atom_typeCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.analytical_mass_percent"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.analytical_mass_percent"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.description"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.description"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.number_in_cell"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.number_in_cell"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.oxidation_number"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.oxidation_number"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.radius_bond"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.radius_bond"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.radius_contact"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.radius_contact"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_a1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_a1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_a2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_a2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_a3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_a3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_a4"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_a4"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_b1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_b1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_b2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_b2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_b3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_b3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_b4"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_b4"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_c"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_Cromer_Mann_c"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_dispersion_imag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_dispersion_imag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_dispersion_real"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_dispersion_real"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_dispersion_source"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_dispersion_source"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_length_neutron"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_length_neutron"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_source"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_source"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_versus_stol_list"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.scat_versus_stol_list"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#atom_type.symbol"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_typeCategory">
    <rdfs:label>atom_typeCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder atom_typeCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#atom_type"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_atom_type">
    <rdfs:label>atom_typeCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that atom_typeCategory.
	has a category atom_type.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#atom_type"/>
    <rdfs:domain rdf:resource="#atom_typeCategory"/>
    <rdfs:range rdf:resource="#atom_type"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="atom_typeItem">
    <rdfs:label>atom_typeItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for atom_type items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#atom_type"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_atom_type">
    <rdfs:label>reference_to_atom_type</rdfs:label>
    <rdfs:comment>cross-reference to atom_type</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#atom_type"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_atom_type">
    <rdfs:label>referenced_by_atom_type</rdfs:label>
    <rdfs:comment>cross-reference from atom_type</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#atom_type"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.analytical_mass_percent">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.analytical_mass_percent</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Mass percentage of this atom type derived from chemical analysis.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.description">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_type.description</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the atom(s) designated by this atom type. In
most cases, this is the element name and oxidation state of
a single atom species. For disordered or nonstoichiometric
structures it will describe a combination of atom species.
deuterium
0.34Fe+0.66Ni
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.number_in_cell">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>atom_type.number_in_cell</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Total number of atoms of this atom type in the unit cell.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.oxidation_number">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>atom_type.oxidation_number</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Formal oxidation state of this atom type in the structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.radius_bond">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.radius_bond</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The effective intramolecular bonding radius in angstroms
of this atom type.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.radius_contact">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.radius_contact</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The effective intermolecular bonding radius in angstroms
of this atom type.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_Cromer_Mann_a1">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_Cromer_Mann_a1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Cromer-Mann scattering-factor coefficient a1 used to
calculate the scattering factors for this atom type.

Ref: International Tables for X-ray Crystallography (1974).
Vol. IV, Table 2.2B
or: International Tables for Crystallography  (2004). Vol. C,
Tables 6.1.1.4 and 6.1.1.5.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_Cromer_Mann_a2">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_Cromer_Mann_a2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Cromer-Mann scattering-factor coefficient a2 used to
calculate the scattering factors for this atom type.

Ref: International Tables for X-ray Crystallography (1974).
Vol. IV, Table 2.2B
or: International Tables for Crystallography  (2004). Vol. C,
Tables 6.1.1.4 and 6.1.1.5.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_Cromer_Mann_a3">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_Cromer_Mann_a3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Cromer-Mann scattering-factor coefficient a3 used to
calculate the scattering factors for this atom type.

Ref: International Tables for X-ray Crystallography (1974).
Vol. IV, Table 2.2B
or: International Tables for Crystallography  (2004). Vol. C,
Tables 6.1.1.4 and 6.1.1.5.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_Cromer_Mann_a4">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_Cromer_Mann_a4</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Cromer-Mann scattering-factor coefficient a4 used to
calculate the scattering factors for this atom type.

Ref: International Tables for X-ray Crystallography (1974).
Vol. IV, Table 2.2B
or: International Tables for Crystallography  (2004). Vol. C,
Tables 6.1.1.4 and 6.1.1.5.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_Cromer_Mann_b1">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_Cromer_Mann_b1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Cromer-Mann scattering-factor coefficient b1 used to
calculate the scattering factors for this atom type.

Ref: International Tables for X-ray Crystallography (1974).
Vol. IV, Table 2.2B
or: International Tables for Crystallography  (2004). Vol. C,
Tables 6.1.1.4 and 6.1.1.5.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_Cromer_Mann_b2">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_Cromer_Mann_b2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Cromer-Mann scattering-factor coefficient b2 used to
calculate the scattering factors for this atom type.

Ref: International Tables for X-ray Crystallography (1974).
Vol. IV, Table 2.2B
or: International Tables for Crystallography  (2004). Vol. C,
Tables 6.1.1.4 and 6.1.1.5.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_Cromer_Mann_b3">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_Cromer_Mann_b3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Cromer-Mann scattering-factor coefficient b3 used to
calculate the scattering factors for this atom type.

Ref: International Tables for X-ray Crystallography (1974).
Vol. IV, Table 2.2B
or: International Tables for Crystallography  (2004). Vol. C,
Tables 6.1.1.4 and 6.1.1.5.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_Cromer_Mann_b4">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_Cromer_Mann_b4</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Cromer-Mann scattering-factor coefficient b4 used to
calculate the scattering factors for this atom type.

Ref: International Tables for X-ray Crystallography (1974).
Vol. IV, Table 2.2B
or: International Tables for Crystallography  (2004). Vol. C,
Tables 6.1.1.4 and 6.1.1.5.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_Cromer_Mann_c">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_Cromer_Mann_c</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Cromer-Mann scattering-factor coefficient c used to
calculate the scattering factors for this atom type.

Ref: International Tables for X-ray Crystallography (1974).
Vol. IV, Table 2.2B
or: International Tables for Crystallography  (2004). Vol. C,
Tables 6.1.1.4 and 6.1.1.5.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_dispersion_imag">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_dispersion_imag</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The imaginary component of the anomalous-dispersion
scattering factor, f'', in electrons for this atom type and
the radiation identified by attribute id in category diffrn_radiation_wavelength. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_dispersion_real">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>atom_type.scat_dispersion_real</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The real component of the anomalous-dispersion
scattering factor, f', in electrons for this atom type and
the radiation identified by attribute id in category diffrn_radiation_wavelength. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_dispersion_source">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_type.scat_dispersion_source</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Reference to the source of the real and imaginary dispersion
corrections for scattering factors used for this atom type.
International Tables Vol. IV Table 2.3.1
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_length_neutron">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_type.scat_length_neutron</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The bound coherent scattering length in femtometres for the
atom type at the isotopic composition used for the diffraction
experiment.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_source">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_type.scat_source</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Reference to the source of the scattering factors or scattering
lengths used for this atom type.
International Tables Vol. IV Table 2.4.6B
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.scat_versus_stol_list">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_type.scat_versus_stol_list</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A table of scattering factors as a function of sin theta over
lambda. This table should be well commented to indicate the
items present. Regularly formatted lists are strongly
recommended.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="atom_type.symbol">
    <rdfs:subPropertyOf rdf:resource="#atom_typeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>atom_type.symbol</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code used to identify the atom species (singular or plural)
representing this atom type. Normally this code is the element
symbol. The code may be composed of any character except
an underscore with the additional proviso that digits designate
an oxidation state and must be followed by a + or - character.
C
Cu2+
H(SDS)
dummy
FeNi
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="auditCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit">
    <rdfs:label>audit</rdfs:label>
    <rdfs:comment>
Data items in the AUDIT category record details about the
creation and subsequent updating of the data block.

Note that these items apply only to the creation and updating of
the data block, and should not be confused with the data items
in the JOURNAL category that record different stages in the
publication of the material in the data block.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:auditCategory&gt;
   &lt;PDBx:audit revision_id="1"&gt;
      &lt;PDBx:creation_date&gt;1992-12-08&lt;/PDBx:creation_date&gt;
      &lt;PDBx:creation_method&gt; Created by hand from PDB entry 5HVP, from the J. Biol.
Chem. paper describing this structure and from
laboratory records&lt;/PDBx:creation_method&gt;
      &lt;PDBx:update_record&gt; 1992-12-09  adjusted to reflect comments from B. McKeever
1992-12-10  adjusted to reflect comments from H. Berman
1992-12-12  adjusted to reflect comments from K. Watenpaugh&lt;/PDBx:update_record&gt;
   &lt;/PDBx:audit&gt;
&lt;/PDBx:auditCategory&gt;


    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:auditCategory&gt;
   &lt;PDBx:audit revision_id="2"&gt;
      &lt;PDBx:creation_date&gt;1991-03-20&lt;/PDBx:creation_date&gt;
      &lt;PDBx:creation_method&gt;from_xtal_archive_file_using_CIFIO&lt;/PDBx:creation_method&gt;
      &lt;PDBx:update_record&gt; 1991-04-09  text and data added by Tony Willis.
1991-04-15  rec&amp;apos;d by co-editor as manuscript HL0007.
1991-04-17  adjustments based on first referee report.
1991-04-18  adjustments based on second referee report.&lt;/PDBx:update_record&gt;
   &lt;/PDBx:audit&gt;
&lt;/PDBx:auditCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit.creation_date"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit.creation_date"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit.creation_method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit.creation_method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit.update_record"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit.update_record"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit.revision_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_auditCategory">
    <rdfs:label>auditCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder auditCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#audit"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_audit">
    <rdfs:label>auditCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that auditCategory.
	has a category audit.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#audit"/>
    <rdfs:domain rdf:resource="#auditCategory"/>
    <rdfs:range rdf:resource="#audit"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="auditItem">
    <rdfs:label>auditItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for audit items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#audit"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_audit">
    <rdfs:label>reference_to_audit</rdfs:label>
    <rdfs:comment>cross-reference to audit</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#audit"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_audit">
    <rdfs:label>referenced_by_audit</rdfs:label>
    <rdfs:comment>cross-reference from audit</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#audit"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="audit.creation_date">
    <rdfs:subPropertyOf rdf:resource="#auditItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
    <rdfs:label>audit.creation_date</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A date that the data block was created. The date format is
yyyy-mm-dd.
1990-07-12
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit.creation_method">
    <rdfs:subPropertyOf rdf:resource="#auditItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit.creation_method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of how data were entered into the data block.
spawned by the program QBEE
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit.update_record">
    <rdfs:subPropertyOf rdf:resource="#auditItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit.update_record</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A record of any changes to the data block. The update format is
a date (yyyy-mm-dd) followed by a description of the changes.
The latest update entry is added to the bottom of this record.
1990-07-15   Updated by the Co-editor
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit.revision_id">
    <rdfs:subPropertyOf rdf:resource="#auditItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit.revision_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute revision_id in category audit must uniquely identify a record
 in the AUDIT list.
rev1
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_authorCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_author"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_author">
    <rdfs:label>audit_author</rdfs:label>
    <rdfs:comment>
Data items in the AUDIT_AUTHOR category record details about
the author(s) of the data block.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:audit_authorCategory&gt;
   &lt;PDBx:audit_author pdbx_ordinal="1"&gt;
      &lt;PDBx:address&gt; Department of Biophysical Chemistry
Merck Research Laboratories
P. O. Box 2000, Ry80M203
Rahway, New Jersey  07065
USA&lt;/PDBx:address&gt;
      &lt;PDBx:name&gt;Fitzgerald, Paula M.D.&lt;/PDBx:name&gt;
   &lt;/PDBx:audit_author&gt;
   &lt;PDBx:audit_author pdbx_ordinal="2"&gt;
      &lt;PDBx:address&gt; Department of Biophysical Chemistry
Merck Research Laboratories
P. O. Box 2000, Ry80M203
Rahway, New Jersey  07065
USA&lt;/PDBx:address&gt;
      &lt;PDBx:name&gt;McKeever, Brian M.&lt;/PDBx:name&gt;
   &lt;/PDBx:audit_author&gt;
   &lt;PDBx:audit_author pdbx_ordinal="3"&gt;
      &lt;PDBx:address&gt; Department of Biophysical Chemistry
Merck Research Laboratories
P. O. Box 2000, Ry80M203
Rahway, New Jersey  07065
USA&lt;/PDBx:address&gt;
      &lt;PDBx:name&gt;Van Middlesworth, J.F.&lt;/PDBx:name&gt;
   &lt;/PDBx:audit_author&gt;
   &lt;PDBx:audit_author pdbx_ordinal="4"&gt;
      &lt;PDBx:address&gt; Department of Biophysical Chemistry
Merck Research Laboratories
P. O. Box 2000, Ry80M203
Rahway, New Jersey  07065
USA&lt;/PDBx:address&gt;
      &lt;PDBx:name&gt;Springer, James P.&lt;/PDBx:name&gt;
   &lt;/PDBx:audit_author&gt;
&lt;/PDBx:audit_authorCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_author.address"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_author.address"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_author.name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_author.name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_author.pdbx_ordinal"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_audit_authorCategory">
    <rdfs:label>audit_authorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder audit_authorCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#audit_author"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_audit_author">
    <rdfs:label>audit_authorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that audit_authorCategory.
	has a category audit_author.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#audit_author"/>
    <rdfs:domain rdf:resource="#audit_authorCategory"/>
    <rdfs:range rdf:resource="#audit_author"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_authorItem">
    <rdfs:label>audit_authorItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for audit_author items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#audit_author"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_audit_author">
    <rdfs:label>reference_to_audit_author</rdfs:label>
    <rdfs:comment>cross-reference to audit_author</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#audit_author"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_audit_author">
    <rdfs:label>referenced_by_audit_author</rdfs:label>
    <rdfs:comment>cross-reference from audit_author</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#audit_author"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="audit_author.address">
    <rdfs:subPropertyOf rdf:resource="#audit_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_author.address</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The address of an author of this data block. If there are
multiple authors, attribute address in category audit_author is looped with
 attribute name in category audit_author. 
                                 Department
                                  Institute
                                  Street
                                  City and postcode
                                  COUNTRY
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit_author.name">
    <rdfs:subPropertyOf rdf:resource="#audit_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_author.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of an author of this data block. If there are multiple
authors, _audit_author.name is looped with _audit_author.address.
The family name(s), followed by a comma and including any
dynastic components, precedes the first name(s) or initial(s).
Bleary, Percival R.
O'Neil, F.K.
Van den Bossche, G.
Yang, D.-L.
Simonov, Yu.A
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit_author.pdbx_ordinal">
    <rdfs:subPropertyOf rdf:resource="#audit_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>audit_author.pdbx_ordinal</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item defines the order of the author's name in the
list of audit authors.
1
2
3
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_conformCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_conform"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_conform">
    <rdfs:label>audit_conform</rdfs:label>
    <rdfs:comment>
Data items in the AUDIT_CONFORM category describe the
dictionary versions against which the data names appearing in
the current data block are conformant.

    Example 1 - any file conforming to the current CIF core dictionary.
&lt;PDBx:audit_conformCategory&gt;
   &lt;PDBx:audit_conform dict_name="cif_core.dic" dict_version="2.3.1"&gt;
      &lt;PDBx:dict_location&gt;ftp://ftp.iucr.org/pub/cif_core.2.3.1.dic&lt;/PDBx:dict_location&gt;
   &lt;/PDBx:audit_conform&gt;
&lt;/PDBx:audit_conformCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_conform.dict_location"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_conform.dict_location"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_conform.dict_name"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_conform.dict_version"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_audit_conformCategory">
    <rdfs:label>audit_conformCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder audit_conformCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#audit_conform"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_audit_conform">
    <rdfs:label>audit_conformCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that audit_conformCategory.
	has a category audit_conform.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#audit_conform"/>
    <rdfs:domain rdf:resource="#audit_conformCategory"/>
    <rdfs:range rdf:resource="#audit_conform"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_conformItem">
    <rdfs:label>audit_conformItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for audit_conform items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#audit_conform"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_audit_conform">
    <rdfs:label>reference_to_audit_conform</rdfs:label>
    <rdfs:comment>cross-reference to audit_conform</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#audit_conform"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_audit_conform">
    <rdfs:label>referenced_by_audit_conform</rdfs:label>
    <rdfs:comment>cross-reference from audit_conform</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#audit_conform"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="audit_conform.dict_location">
    <rdfs:subPropertyOf rdf:resource="#audit_conformItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_conform.dict_location</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A file name or uniform resource locator (URL) for the
dictionary to which the current data block conforms.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit_conform.dict_name">
    <rdfs:subPropertyOf rdf:resource="#audit_conformItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_conform.dict_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The string identifying the highest-level dictionary defining
data names used in this file.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit_conform.dict_version">
    <rdfs:subPropertyOf rdf:resource="#audit_conformItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_conform.dict_version</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The version number of the dictionary to which the current
data block conforms.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_contact_authorCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_contact_author"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_contact_author">
    <rdfs:label>audit_contact_author</rdfs:label>
    <rdfs:comment>
Data items in the AUDIT_CONTACT_AUTHOR category record details
about the name and address of the author to be contacted
concerning the content of this data block.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:audit_contact_authorCategory&gt;
   &lt;PDBx:audit_contact_author name="Fitzgerald, Paula M.D."&gt;
      &lt;PDBx:address&gt; Department of Biophysical Chemistry
Merck Research Laboratories
PO Box 2000, Ry80M203
Rahway, New Jersey 07065
USA&lt;/PDBx:address&gt;
      &lt;PDBx:email&gt;paula_fitzgerald@merck.com&lt;/PDBx:email&gt;
      &lt;PDBx:fax&gt;1(908)5946645&lt;/PDBx:fax&gt;
      &lt;PDBx:phone&gt;1(908)5945510&lt;/PDBx:phone&gt;
   &lt;/PDBx:audit_contact_author&gt;
&lt;/PDBx:audit_contact_authorCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_contact_author.address"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_contact_author.address"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_contact_author.email"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_contact_author.email"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_contact_author.fax"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_contact_author.fax"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_contact_author.phone"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_contact_author.phone"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_contact_author.name"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_audit_contact_authorCategory">
    <rdfs:label>audit_contact_authorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder audit_contact_authorCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#audit_contact_author"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_audit_contact_author">
    <rdfs:label>audit_contact_authorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that audit_contact_authorCategory.
	has a category audit_contact_author.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#audit_contact_author"/>
    <rdfs:domain rdf:resource="#audit_contact_authorCategory"/>
    <rdfs:range rdf:resource="#audit_contact_author"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_contact_authorItem">
    <rdfs:label>audit_contact_authorItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for audit_contact_author items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#audit_contact_author"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_audit_contact_author">
    <rdfs:label>reference_to_audit_contact_author</rdfs:label>
    <rdfs:comment>cross-reference to audit_contact_author</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#audit_contact_author"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_audit_contact_author">
    <rdfs:label>referenced_by_audit_contact_author</rdfs:label>
    <rdfs:comment>cross-reference from audit_contact_author</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#audit_contact_author"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="audit_contact_author.address">
    <rdfs:subPropertyOf rdf:resource="#audit_contact_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_contact_author.address</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mailing address of the author of the data block to whom
correspondence should be addressed.
                                 Department
                                  Institute
                                  Street
                                  City and postcode
                                  COUNTRY
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit_contact_author.email">
    <rdfs:subPropertyOf rdf:resource="#audit_contact_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_contact_author.email</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The electronic mail address of the author of the data block to
whom correspondence should be addressed, in a form recognizable
to international networks. The format of e-mail
addresses is given in Section 3.4, Address Specification, of
Internet Message Format, RFC 2822, P. Resnick (Editor),
Network Standards Group, April 2001.
name@host.domain.country
bm@iucr.org
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit_contact_author.fax">
    <rdfs:subPropertyOf rdf:resource="#audit_contact_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_contact_author.fax</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The facsimile telephone number of the author of the data
block to whom correspondence should be addressed.

The recommended style starts with the international dialing
prefix, followed by the area code in parentheses, followed by the
local number with no spaces.
12(34)9477334
12()349477334
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit_contact_author.phone">
    <rdfs:subPropertyOf rdf:resource="#audit_contact_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_contact_author.phone</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The telephone number of the author of the data block to whom
correspondence should be addressed.

The recommended style starts with the international dialing
prefix, followed by the area code in parentheses, followed by the
local number and any extension number prefixed by 'x',
with no spaces.
12(34)9477330
12()349477330
12(34)9477330x5543
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit_contact_author.name">
    <rdfs:subPropertyOf rdf:resource="#audit_contact_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_contact_author.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the author of the data block to whom correspondence
should be addressed.

The family name(s), followed by a comma and including any
dynastic components, precedes the first name(s) or initial(s).
Bleary, Percival R.
O'Neil, F.K.
Van den Bossche, G.
Yang, D.-L.
Simonov, Yu.A
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_linkCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_audit_link"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_link">
    <rdfs:label>audit_link</rdfs:label>
    <rdfs:comment>
Data items in the AUDIT_LINK category record details about the
relationships between data blocks in the current CIF.

    Example 1 - multiple structure paper, as illustrated
                in A Guide to CIF for Authors (1995). IUCr: Chester.
&lt;PDBx:audit_linkCategory&gt;
   &lt;PDBx:audit_link block_code="morA_pub" block_description="discursive text of paper with two structures"&gt;&lt;/PDBx:audit_link&gt;
   &lt;PDBx:audit_link block_code="morA_(1)" block_description="structure 1 of 2"&gt;&lt;/PDBx:audit_link&gt;
   &lt;PDBx:audit_link block_code="morA_(2)" block_description="structure 2 of 2"&gt;&lt;/PDBx:audit_link&gt;
&lt;/PDBx:audit_linkCategory&gt;


    Example 2 - example file for the one-dimensional incommensurately
                modulated structure of K~2~SeO~4~.
&lt;PDBx:audit_linkCategory&gt;
   &lt;PDBx:audit_link block_code="KSE_PUB" block_description="publication details"&gt;&lt;/PDBx:audit_link&gt;
   &lt;PDBx:audit_link block_code="KSE_COM" block_description="experimental data common to ref./mod. structures"&gt;&lt;/PDBx:audit_link&gt;
   &lt;PDBx:audit_link block_code="KSE_REF" block_description="reference structure"&gt;&lt;/PDBx:audit_link&gt;
   &lt;PDBx:audit_link block_code="KSE_MOD" block_description="modulated structure"&gt;&lt;/PDBx:audit_link&gt;
&lt;/PDBx:audit_linkCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_link.block_code"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#audit_link.block_description"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_audit_linkCategory">
    <rdfs:label>audit_linkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder audit_linkCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#audit_link"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_audit_link">
    <rdfs:label>audit_linkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that audit_linkCategory.
	has a category audit_link.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#audit_link"/>
    <rdfs:domain rdf:resource="#audit_linkCategory"/>
    <rdfs:range rdf:resource="#audit_link"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="audit_linkItem">
    <rdfs:label>audit_linkItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for audit_link items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#audit_link"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_audit_link">
    <rdfs:label>reference_to_audit_link</rdfs:label>
    <rdfs:comment>cross-reference to audit_link</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#audit_link"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_audit_link">
    <rdfs:label>referenced_by_audit_link</rdfs:label>
    <rdfs:comment>cross-reference from audit_link</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#audit_link"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="audit_link.block_code">
    <rdfs:subPropertyOf rdf:resource="#audit_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_link.block_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute code in category audit_block associated with a data block
 in the current file related to the current data block. The
special value '.' may be used to refer to the current data
block for completeness.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="audit_link.block_description">
    <rdfs:subPropertyOf rdf:resource="#audit_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>audit_link.block_description</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A textual description of the relationship of the referenced
data block to the current one.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="cellCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_cell"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="cell">
    <rdfs:label>cell</rdfs:label>
    <rdfs:comment>
Data items in the CELL category record details about the
crystallographic cell parameters.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:cellCategory&gt;
   &lt;PDBx:cell entry_id="5HVP"&gt;
      &lt;PDBx:angle_alpha&gt;90.00&lt;/PDBx:angle_alpha&gt;
      &lt;PDBx:angle_beta&gt;90.00&lt;/PDBx:angle_beta&gt;
      &lt;PDBx:angle_gamma&gt;90.00&lt;/PDBx:angle_gamma&gt;
      &lt;PDBx:details&gt; The cell parameters were refined every twenty frames during
data integration. The cell lengths given are the mean of
55 such refinements; the esds given are the root mean
square deviations of these 55 observations from that mean.&lt;/PDBx:details&gt;
      &lt;PDBx:length_a&gt;58.39&lt;/PDBx:length_a&gt;
      &lt;PDBx:length_a_esd&gt;0.05&lt;/PDBx:length_a_esd&gt;
      &lt;PDBx:length_b&gt;86.70&lt;/PDBx:length_b&gt;
      &lt;PDBx:length_b_esd&gt;0.12&lt;/PDBx:length_b_esd&gt;
      &lt;PDBx:length_c&gt;46.27&lt;/PDBx:length_c&gt;
      &lt;PDBx:length_c_esd&gt;0.06&lt;/PDBx:length_c_esd&gt;
      &lt;PDBx:volume&gt;234237&lt;/PDBx:volume&gt;
   &lt;/PDBx:cell&gt;
&lt;/PDBx:cellCategory&gt;


    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:cellCategory&gt;
   &lt;PDBx:cell entry_id="1TOZ"&gt;
      &lt;PDBx:angle_alpha&gt;90.0&lt;/PDBx:angle_alpha&gt;
      &lt;PDBx:angle_beta&gt;90.0&lt;/PDBx:angle_beta&gt;
      &lt;PDBx:angle_gamma&gt;90.0&lt;/PDBx:angle_gamma&gt;
      &lt;PDBx:length_a&gt;5.959&lt;/PDBx:length_a&gt;
      &lt;PDBx:length_a_esd&gt;0.001&lt;/PDBx:length_a_esd&gt;
      &lt;PDBx:length_b&gt;14.956&lt;/PDBx:length_b&gt;
      &lt;PDBx:length_b_esd&gt;0.001&lt;/PDBx:length_b_esd&gt;
      &lt;PDBx:length_c&gt;19.737&lt;/PDBx:length_c&gt;
      &lt;PDBx:length_c_esd&gt;0.003&lt;/PDBx:length_c_esd&gt;
      &lt;PDBx:volume&gt;1759.0&lt;/PDBx:volume&gt;
      &lt;PDBx:volume_esd&gt;0.3&lt;/PDBx:volume_esd&gt;
   &lt;/PDBx:cell&gt;
&lt;/PDBx:cellCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.Z_PDB"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.Z_PDB"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_alpha"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_alpha"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_alpha_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_alpha_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_beta"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_beta"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_beta_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_beta_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_gamma"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_gamma"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_gamma_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.angle_gamma_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.formula_units_Z"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.formula_units_Z"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_a"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_a"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_a_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_a_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_b"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_b"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_b_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_b_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_c"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_c"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_c_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.length_c_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.pdbx_unique_axis"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.pdbx_unique_axis"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_alpha"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_alpha"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_alpha_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_alpha_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_beta"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_beta"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_beta_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_beta_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_gamma"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_gamma"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_gamma_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_angle_gamma_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_a"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_a"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_a_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_a_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_b"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_b"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_b_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_b_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_c"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_c"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_c_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.reciprocal_length_c_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.volume"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.volume"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.volume_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.volume_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_cellCategory">
    <rdfs:label>cellCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder cellCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#cell"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_cell">
    <rdfs:label>cellCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that cellCategory.
	has a category cell.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#cell"/>
    <rdfs:domain rdf:resource="#cellCategory"/>
    <rdfs:range rdf:resource="#cell"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="cellItem">
    <rdfs:label>cellItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for cell items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#cell"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_cell">
    <rdfs:label>reference_to_cell</rdfs:label>
    <rdfs:comment>cross-reference to cell</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#cell"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_cell">
    <rdfs:label>referenced_by_cell</rdfs:label>
    <rdfs:comment>cross-reference from cell</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#cell"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="cell.Z_PDB">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>cell.Z_PDB</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of the polymeric chains in a unit cell. In the case
of heteropolymers, Z is the number of occurrences of the most
populous chain.

This data item is provided for compatibility with the original
Protein Data Bank format, and only for that purpose.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.angle_alpha">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.angle_alpha</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell angle alpha of the reported structure in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.angle_alpha_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.angle_alpha_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute angle_alpha in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.angle_beta">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.angle_beta</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell angle beta of the reported structure in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.angle_beta_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.angle_beta_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute angle_beta in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.angle_gamma">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.angle_gamma</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell angle gamma of the reported structure in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.angle_gamma_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.angle_gamma_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute angle_gamma in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.details">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>cell.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the cell choice, noting
possible alternative settings.
pseudo-orthorhombic
standard setting from 45 deg rotation around c
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.formula_units_Z">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>cell.formula_units_Z</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of the formula units in the unit cell as specified
by _chemical_formula.structural, _chemical_formula.moiety or
attribute sum in category chemical_formula. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.length_a">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.length_a</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell length a corresponding to the structure reported in
angstroms.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.length_a_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.length_a_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute length_a in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.length_b">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.length_b</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell length b corresponding to the structure reported in
angstroms.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.length_b_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.length_b_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute length_b in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.length_c">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.length_c</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell length c corresponding to the structure reported in
angstroms.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.length_c_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.length_c_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute length_c in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.pdbx_unique_axis">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>cell.pdbx_unique_axis</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
To further identify unique axis if necessary.  E.g., P 21 with
an unique C axis will have 'C' in this field.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_angle_alpha">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_angle_alpha</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The angle (recip-alpha) defining the reciprocal cell in degrees.
(recip-alpha), (recip-alpha) and (recip-alpha) related to the
angles in the real cell by:

cos(recip-alpha)
= [cos(beta)*cos(gamma) - cos(alpha)]/[sin(beta)*sin(gamma)]

cos(recip-beta)
= [cos(gamma)*cos(alpha) - cos(beta)]/[sin(gamma)*sin(alpha)]

cos(recip-gamma)
= [cos(alpha)*cos(beta) - cos(gamma)]/[sin(alpha)*sin(beta)]

Ref: Buerger, M. J. (1942). X-ray Crystallography, p. 360.
New York: John Wiley &amp; Sons Inc.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_angle_alpha_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_angle_alpha_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of attribute reciprocal_angle_alpha in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_angle_beta">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_angle_beta</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The angle (recip-beta) defining the reciprocal cell in degrees.
(recip-alpha), (recip-alpha) and (recip-alpha) related to the
angles in the real cell by:

cos(recip-alpha)
= [cos(beta)*cos(gamma) - cos(alpha)]/[sin(beta)*sin(gamma)]

cos(recip-beta)
= [cos(gamma)*cos(alpha) - cos(beta)]/[sin(gamma)*sin(alpha)]

cos(recip-gamma)
= [cos(alpha)*cos(beta) - cos(gamma)]/[sin(alpha)*sin(beta)]

Ref: Buerger, M. J. (1942). X-ray Crystallography, p. 360.
New York: John Wiley &amp; Sons Inc.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_angle_beta_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_angle_beta_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of attribute reciprocal_angle_beta in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_angle_gamma">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_angle_gamma</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The angle (recip-gamma) defining the reciprocal cell in degrees.
(recip-alpha), (recip-alpha) and (recip-alpha) related to the
angles in the real cell by:

cos(recip-alpha)
= [cos(beta)*cos(gamma) - cos(alpha)]/[sin(beta)*sin(gamma)]

cos(recip-beta)
= [cos(gamma)*cos(alpha) - cos(beta)]/[sin(gamma)*sin(alpha)]

cos(recip-gamma)
= [cos(alpha)*cos(beta) - cos(gamma)]/[sin(alpha)*sin(beta)]

Ref: Buerger, M. J. (1942). X-ray Crystallography, p. 360.
New York: John Wiley &amp; Sons Inc.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_angle_gamma_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_angle_gamma_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of attribute reciprocal_angle_gamma in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_length_a">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_length_a</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The reciprocal cell length (recip-a) in inverse Angstroms.
(recip-a), (recip-b) and (recip-c) are related to the real cell
by the following equation:

recip-a = b*c*sin(alpha)/V

recip-b = c*a*sin(beta)/V

recip-c = a*b*sin(gamma)/V

where V is the cell volume.

Ref: Buerger, M. J. (1942). X-ray Crystallography, p. 360.
New York: John Wiley &amp; Sons Inc.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_length_a_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_length_a_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of attribute reciprocal_length_a in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_length_b">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_length_b</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The reciprocal cell length (recip-b) in inverse Angstroms.
(recip-a), (recip-b) and (recip-c) are related to the real cell
by the following equation:

recip-a = b*c*sin(alpha)/V

recip-b = c*a*sin(beta)/V

recip-c = a*b*sin(gamma)/V

where V is the cell volume.

Ref: Buerger, M. J. (1942). X-ray Crystallography, p. 360.
New York: John Wiley &amp; Sons Inc.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_length_b_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_length_b_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of attribute reciprocal_length_b in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_length_c">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_length_c</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The reciprocal cell length (recip-c) in inverse Angstroms.
(recip-a), (recip-b) and (recip-c) are related to the real cell
by the following equation:

recip-a = b*c*sin(alpha)/V

recip-b = c*a*sin(beta)/V

recip-c = a*b*sin(gamma)/V

where V is the cell volume.

Ref: Buerger, M. J. (1942). X-ray Crystallography, p. 360.
New York: John Wiley &amp; Sons Inc.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.reciprocal_length_c_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.reciprocal_length_c_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of attribute reciprocal_length_c in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.volume">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.volume</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Cell volume V in angstroms cubed.

V = a b c (1 - cos^2^~alpha~ - cos^2^~beta~ - cos^2^~gamma~
+ 2 cos~alpha~ cos~beta~ cos~gamma~)^1/2^

a = attribute length_a
 in category cell b = attribute length_b
 in category cell c = attribute length_c
 in category cell alpha = attribute angle_alpha
 in category cell beta = attribute angle_beta
 in category cell gamma = attribute angle_gamma in category cell 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.volume_esd">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell.volume_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute volume in category cell. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell.entry_id">
    <rdfs:subPropertyOf rdf:resource="#cellItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>cell.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="cell_measurementCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_cell_measurement"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="cell_measurement">
    <rdfs:label>cell_measurement</rdfs:label>
    <rdfs:comment>
Data items in the CELL_MEASUREMENT category record details
about the measurement of the crystallographic cell parameters.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:cell_measurementCategory&gt;
   &lt;PDBx:cell_measurement entry_id="5HVP"&gt;
      &lt;PDBx:temp&gt;293&lt;/PDBx:temp&gt;
      &lt;PDBx:temp_esd&gt;3&lt;/PDBx:temp_esd&gt;
      &lt;PDBx:theta_max&gt;31&lt;/PDBx:theta_max&gt;
      &lt;PDBx:theta_min&gt;11&lt;/PDBx:theta_min&gt;
      &lt;PDBx:wavelength&gt;1.54&lt;/PDBx:wavelength&gt;
   &lt;/PDBx:cell_measurement&gt;
&lt;/PDBx:cell_measurementCategory&gt;


    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:cell_measurementCategory&gt;
   &lt;PDBx:cell_measurement entry_id="1TOZ"&gt;
      &lt;PDBx:reflns_used&gt;25&lt;/PDBx:reflns_used&gt;
      &lt;PDBx:temp&gt;293&lt;/PDBx:temp&gt;
      &lt;PDBx:theta_max&gt;31&lt;/PDBx:theta_max&gt;
      &lt;PDBx:theta_min&gt;25&lt;/PDBx:theta_min&gt;
   &lt;/PDBx:cell_measurement&gt;
&lt;/PDBx:cell_measurementCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.pressure"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.pressure"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.pressure_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.pressure_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.radiation"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.radiation"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.reflns_used"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.reflns_used"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.temp"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.temp"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.temp_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.temp_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.theta_max"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.theta_max"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.theta_min"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.theta_min"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.wavelength"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.wavelength"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_cell_measurementCategory">
    <rdfs:label>cell_measurementCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder cell_measurementCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#cell_measurement"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_cell_measurement">
    <rdfs:label>cell_measurementCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that cell_measurementCategory.
	has a category cell_measurement.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#cell_measurement"/>
    <rdfs:domain rdf:resource="#cell_measurementCategory"/>
    <rdfs:range rdf:resource="#cell_measurement"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="cell_measurementItem">
    <rdfs:label>cell_measurementItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for cell_measurement items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#cell_measurement"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_cell_measurement">
    <rdfs:label>reference_to_cell_measurement</rdfs:label>
    <rdfs:comment>cross-reference to cell_measurement</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#cell_measurement"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_cell_measurement">
    <rdfs:label>referenced_by_cell_measurement</rdfs:label>
    <rdfs:comment>cross-reference from cell_measurement</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#cell_measurement"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement.pressure">
    <rdfs:subPropertyOf rdf:resource="#cell_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell_measurement.pressure</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The pressure in kilopascals at which the unit-cell parameters
were measured (not the pressure at which the sample was
synthesized).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement.pressure_esd">
    <rdfs:subPropertyOf rdf:resource="#cell_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell_measurement.pressure_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute pressure in category cell_measurement. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement.radiation">
    <rdfs:subPropertyOf rdf:resource="#cell_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>cell_measurement.radiation</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Description of the radiation used to measure the unit-cell data.
See also attribute wavelength in category cell_measurement. 
neutron
Cu K\a
synchrotron
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement.reflns_used">
    <rdfs:subPropertyOf rdf:resource="#cell_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>cell_measurement.reflns_used</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of reflections used to determine the unit cell.
These reflections may be specified as CELL_MEASUREMENT_REFLN
data items.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement.temp">
    <rdfs:subPropertyOf rdf:resource="#cell_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell_measurement.temp</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The temperature in kelvins at which the unit-cell parameters
were measured (not the temperature of synthesis).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement.temp_esd">
    <rdfs:subPropertyOf rdf:resource="#cell_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell_measurement.temp_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute temp in category cell_measurement. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement.theta_max">
    <rdfs:subPropertyOf rdf:resource="#cell_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell_measurement.theta_max</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The maximum theta angle of reflections used to measure
the unit cell in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement.theta_min">
    <rdfs:subPropertyOf rdf:resource="#cell_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell_measurement.theta_min</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The minimum theta angle of reflections used to measure
the unit cell in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement.wavelength">
    <rdfs:subPropertyOf rdf:resource="#cell_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell_measurement.wavelength</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The wavelength in angstroms of the radiation used to measure
the unit cell. If this is not specified, the wavelength is
assumed to be that specified in the category
DIFFRN_RADIATION_WAVELENGTH.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement.entry_id">
    <rdfs:subPropertyOf rdf:resource="#cell_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>cell_measurement.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="cell_measurement_reflnCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_cell_measurement_refln"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="cell_measurement_refln">
    <rdfs:label>cell_measurement_refln</rdfs:label>
    <rdfs:comment>
Data items in the CELL_MEASUREMENT_REFLN category record
details about the reflections used to determine the
crystallographic cell parameters.

The CELL_MEASUREMENT_REFLN data items would in general be used
only for diffractometer data.

    Example 1 - extracted from the CAD-4 listing of Rb~2~S~2~O~6~ at room
                temperature (unpublished).
&lt;PDBx:cell_measurement_reflnCategory&gt;
   &lt;PDBx:cell_measurement_refln index_h="-2" index_k="4" index_l="1"&gt;
      &lt;PDBx:theta&gt;8.67&lt;/PDBx:theta&gt;
   &lt;/PDBx:cell_measurement_refln&gt;
   &lt;PDBx:cell_measurement_refln index_h="0" index_k="3" index_l="2"&gt;
      &lt;PDBx:theta&gt;9.45&lt;/PDBx:theta&gt;
   &lt;/PDBx:cell_measurement_refln&gt;
   &lt;PDBx:cell_measurement_refln index_h="3" index_k="0" index_l="2"&gt;
      &lt;PDBx:theta&gt;9.46&lt;/PDBx:theta&gt;
   &lt;/PDBx:cell_measurement_refln&gt;
   &lt;PDBx:cell_measurement_refln index_h="-3" index_k="4" index_l="1"&gt;
      &lt;PDBx:theta&gt;8.93&lt;/PDBx:theta&gt;
   &lt;/PDBx:cell_measurement_refln&gt;
   &lt;PDBx:cell_measurement_refln index_h="-2" index_k="1" index_l="-2"&gt;
      &lt;PDBx:theta&gt;7.53&lt;/PDBx:theta&gt;
   &lt;/PDBx:cell_measurement_refln&gt;
   &lt;PDBx:cell_measurement_refln index_h="10" index_k="0" index_l="0"&gt;
      &lt;PDBx:theta&gt;23.77&lt;/PDBx:theta&gt;
   &lt;/PDBx:cell_measurement_refln&gt;
   &lt;PDBx:cell_measurement_refln index_h="0" index_k="10" index_l="0"&gt;
      &lt;PDBx:theta&gt;23.78&lt;/PDBx:theta&gt;
   &lt;/PDBx:cell_measurement_refln&gt;
   &lt;PDBx:cell_measurement_refln index_h="-5" index_k="4" index_l="1"&gt;
      &lt;PDBx:theta&gt;11.14&lt;/PDBx:theta&gt;
   &lt;/PDBx:cell_measurement_refln&gt;
&lt;/PDBx:cell_measurement_reflnCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement_refln.theta"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement_refln.theta"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement_refln.index_h"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement_refln.index_k"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#cell_measurement_refln.index_l"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_cell_measurement_reflnCategory">
    <rdfs:label>cell_measurement_reflnCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder cell_measurement_reflnCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#cell_measurement_refln"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_cell_measurement_refln">
    <rdfs:label>cell_measurement_reflnCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that cell_measurement_reflnCategory.
	has a category cell_measurement_refln.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#cell_measurement_refln"/>
    <rdfs:domain rdf:resource="#cell_measurement_reflnCategory"/>
    <rdfs:range rdf:resource="#cell_measurement_refln"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="cell_measurement_reflnItem">
    <rdfs:label>cell_measurement_reflnItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for cell_measurement_refln items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#cell_measurement_refln"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_cell_measurement_refln">
    <rdfs:label>reference_to_cell_measurement_refln</rdfs:label>
    <rdfs:comment>cross-reference to cell_measurement_refln</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#cell_measurement_refln"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_cell_measurement_refln">
    <rdfs:label>referenced_by_cell_measurement_refln</rdfs:label>
    <rdfs:comment>cross-reference from cell_measurement_refln</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#cell_measurement_refln"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement_refln.theta">
    <rdfs:subPropertyOf rdf:resource="#cell_measurement_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>cell_measurement_refln.theta</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Theta angle for a reflection used for measurement of
the unit cell in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement_refln.index_h">
    <rdfs:subPropertyOf rdf:resource="#cell_measurement_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>cell_measurement_refln.index_h</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index h of a reflection used for measurement of the unit
cell.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement_refln.index_k">
    <rdfs:subPropertyOf rdf:resource="#cell_measurement_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>cell_measurement_refln.index_k</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index k of a reflection used for measurement of the unit
cell.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measurement_refln.index_l">
    <rdfs:subPropertyOf rdf:resource="#cell_measurement_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>cell_measurement_refln.index_l</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index l of a reflection used for measurement of the unit
cell.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_compCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp">
    <rdfs:label>chem_comp</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP category give details about each
of the chemical components from which the relevant chemical
structures can be constructed, such as name, mass or charge.

The related categories CHEM_COMP_ATOM, CHEM_COMP_BOND,
CHEM_COMP_ANGLE etc. describe the detailed geometry of these
chemical components.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:chem_compCategory&gt;
   &lt;PDBx:chem_comp id="phe"&gt;
      &lt;PDBx:model_source&gt;1987 Protin/Prolsq Ideals file&lt;/PDBx:model_source&gt;
      &lt;PDBx:name&gt;phenylalanine&lt;/PDBx:name&gt;
   &lt;/PDBx:chem_comp&gt;
   &lt;PDBx:chem_comp id="val"&gt;
      &lt;PDBx:model_source&gt;1987 Protin/Prolsq Ideals file&lt;/PDBx:model_source&gt;
      &lt;PDBx:name&gt;alanine&lt;/PDBx:name&gt;
   &lt;/PDBx:chem_comp&gt;
&lt;/PDBx:chem_compCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.formula"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.formula"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.formula_weight"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.formula_weight"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.model_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.model_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.model_erf"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.model_erf"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.model_source"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.model_source"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.mon_nstd_class"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.mon_nstd_class"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.mon_nstd_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.mon_nstd_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.mon_nstd_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.mon_nstd_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.mon_nstd_parent"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.mon_nstd_parent"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.mon_nstd_parent_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.mon_nstd_parent_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.number_atoms_all"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.number_atoms_all"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.number_atoms_nh"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.number_atoms_nh"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.one_letter_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.one_letter_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_ambiguous_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_ambiguous_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_component_no"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_component_no"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_formal_charge"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_formal_charge"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_ideal_coordinates_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_ideal_coordinates_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_ideal_coordinates_missing_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_ideal_coordinates_missing_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_initial_date"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_initial_date"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_model_coordinates_db_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_model_coordinates_db_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_model_coordinates_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_model_coordinates_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_model_coordinates_missing_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_model_coordinates_missing_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_modification_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_modification_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_modified_date"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_modified_date"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_processing_site"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_processing_site"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_release_status"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_release_status"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_replaced_by"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_replaced_by"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_replaces"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_replaces"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_subcomponent_list"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_subcomponent_list"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_synonyms"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_synonyms"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.pdbx_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.three_letter_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.three_letter_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_compCategory">
    <rdfs:label>chem_compCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_compCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp">
    <rdfs:label>chem_compCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_compCategory.
	has a category chem_comp.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp"/>
    <rdfs:domain rdf:resource="#chem_compCategory"/>
    <rdfs:range rdf:resource="#chem_comp"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_compItem">
    <rdfs:label>chem_compItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp">
    <rdfs:label>reference_to_chem_comp</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp">
    <rdfs:label>referenced_by_chem_comp</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.formula">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.formula</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The formula for the chemical component. Formulae are written
according to the following rules:

(1) Only recognized element symbols may be used.

(2) Each element symbol is followed by a 'count' number. A count
of '1' may be omitted.

(3) A space or parenthesis must separate each cluster of
(element symbol + count), but in general parentheses are
not used.

(4) The order of elements depends on whether carbon is
present or not. If carbon is present, the order should be:
C, then H, then the other elements in alphabetical order
of their symbol. If carbon is not present, the elements
are listed purely in alphabetic order of their symbol. This
is the 'Hill' system used by Chemical Abstracts.
C18 H19 N7 O8 S
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.formula_weight">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp.formula_weight</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Formula mass in daltons of the chemical component.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.model_details">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.model_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the generation of the
coordinates for the model of the component.
geometry idealized but not minimized
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.model_erf">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.model_erf</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A pointer to an external reference file from which the atomic
description of the component is taken.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.model_source">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.model_source</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The source of the coordinates for the model of the component.
CSD entry ABCDEF
built using Quanta/Charmm
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.mon_nstd_class">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.mon_nstd_class</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the class of a nonstandard monomer if the
nonstandard monomer represents a modification of a
standard monomer.
iodinated base
phosphorylated amino acid
brominated base
modified amino acid
glycosylated amino acid
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.mon_nstd_details">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.mon_nstd_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special details of a nonstandard monomer.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.mon_nstd_flag">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:domain rdf:resource="#chem_comp"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">no</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">n</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">yes</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">y</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
'yes' indicates that this is a 'standard' monomer, 'no'
indicates that it is 'nonstandard'. Nonstandard monomers
should be described in more detail using the
_chem_comp.mon_nstd_parent, _chem_comp.mon_nstd_class and
attribute mon_nstd_details in category chem_comp data items. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.mon_nstd_parent">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.mon_nstd_parent</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the parent monomer of the nonstandard monomer,
if the nonstandard monomer represents a modification of a
standard monomer.
tyrosine
cytosine
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.mon_nstd_parent_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.mon_nstd_parent_comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The identifier for the parent component of the nonstandard
component. May be be a comma separated list if this component
is derived from multiple components.

Items in this indirectly point to attribute id in category chem_comp in 
 the CHEM_COMP category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.name">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The full name of the component.
alanine
valine
adenine
cytosine
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.number_atoms_all">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp.number_atoms_all</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of atoms in the component.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.number_atoms_nh">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp.number_atoms_nh</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of non-hydrogen atoms in the component.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.one_letter_code">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.one_letter_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
For standard polymer components, the one-letter code for
the component.   For non-standard polymer components, the 
one-letter code for parent component if this exists;
otherwise, the one-letter code should be given as 'X'.

Components that derived from multiple parents components 
are described by a sequence of one-letter-codes.  
alanine or adenine
A
ambiguous asparagine/aspartic acid
B
arginine
R
asparagine
N
aspartic acid
D
cysteine or cystine or cytosine
C
glutamine
Q
glutamic acid
E
ambiguous glutamine/glutamic acid
Z
glycine or guanine
G
histidine
H
isoleucine
I
leucine
L
lysine
K
methionine
M
phenylalanine
F
proline
P
serine
S
threonine or thymine
T
tryptophan
W
tyrosine
Y
valine
V
uracil
U
water
O
other
X
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_ambiguous_flag">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.pdbx_ambiguous_flag</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A preliminary classification used by PDB to indicate
that the chemistry of this component while described
as clearly as possible is still ambiguous.  Software
tools may not be able to process this component 
definition.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_component_no">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp.pdbx_component_no</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A serial number used by PDB in the FORMUL record.
3
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_formal_charge">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp.pdbx_formal_charge</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The net integer charge assigned to this component. This is the
formal charge assignment normally found in chemical diagrams.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_ideal_coordinates_details">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.pdbx_ideal_coordinates_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item identifies the source of the ideal coordinates in the
component definition. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_ideal_coordinates_missing_flag">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:domain rdf:resource="#chem_comp"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Y</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">N</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item identifies if ideal coordinates are missing in this definition. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_initial_date">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
    <rdfs:label>chem_comp.pdbx_initial_date</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Date component was added to database.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_model_coordinates_db_code">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.pdbx_model_coordinates_db_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item identifies the PDB database code from which the heavy 
atom model coordinates were obtained.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_model_coordinates_details">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.pdbx_model_coordinates_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item provides additional details about the model coordinates 
in the component definition. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_model_coordinates_missing_flag">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:domain rdf:resource="#chem_comp"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Y</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">N</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item identifies if model coordinates are missing in this definition. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_modification_details">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.pdbx_modification_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
For nonstandard components a text description 
of modification of the parent component.
ATP
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_modified_date">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
    <rdfs:label>chem_comp.pdbx_modified_date</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Date component was last modified.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_processing_site">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:domain rdf:resource="#chem_comp"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PDBE</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PDBJ</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RCSB</rdf:first>
                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item identifies the deposition site that processed
this chemical component defintion.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_release_status">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:domain rdf:resource="#chem_comp"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">REL</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">HOLD</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">HPUB</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OBS</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DEL</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">REF_ONLY</rdf:first>
                                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item holds the current release status for the component.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_replaced_by">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.pdbx_replaced_by</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the attribute id in category chem_comp of the component that 
 has replaced this component.  
q11
tvx
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_replaces">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.pdbx_replaces</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the attribute id's in category chem_comp of the components 
 which have been replaced by this component. 
Multiple id codes should be separated by commas.
q11
tvx,atv
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_subcomponent_list">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.pdbx_subcomponent_list</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The list of subcomponents contained in this component.
TSM DPH HIS CHF EMR
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_synonyms">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.pdbx_synonyms</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Synonym list for the component.
ATP
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.pdbx_type">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.pdbx_type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A preliminary classification used by PDB.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.three_letter_code">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.three_letter_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
For standard polymer components, the common three-letter code for
the component.   Non-standard polymer components and non-polymer
components are also assigned three-letter-codes.

For ambiguous polymer components three-letter code should 
be given as 'UNK'.  Ambiguous ions are assigned the code 'UNX'.
Ambiguous non-polymer components are assigned the code 'UNL'.  
alanine
ALA
arginine
ARG
asparagine
ASN
aspartic acid
ASP
ambiguous asparagine/aspartic acid
ASX
cysteine
CYS
glutamine
GLN
glutamic acid
GLU
glycine
GLY
ambiguous glutamine/glutamic acid
GLX
histidine
HIS
isoleucine
ILE
leucine
LEU
lysine
LYS
methionine
MET
phenylalanine
PHE
proline
PRO
serine
SER
threonine
THR
tryptophan
TRP
tyrosine
TRY
valine
VAL
1-methyladenosine
1MA
5-methylcytosine
5MC
2(prime)-O-methylcytodine
OMC
1-methylguanosine
1MG
N(2)-methylguanosine
2MG
N(2)-dimethylguanosine
M2G
7-methylguanosine
7MG
2(prime)-O-methylguanosine
0MG
dihydrouridine
H2U
ribosylthymidine
5MU
pseudouridine
PSU
acetic acid
ACE
formic acid
FOR
water
HOH
other
UNK
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.type">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:domain rdf:resource="#chem_comp"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">D-peptide linking</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L-peptide linking</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">D-peptide NH3 amino terminus</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L-peptide NH3 amino terminus</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">D-peptide COOH carboxy terminus</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L-peptide COOH carboxy terminus</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DNA linking</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RNA linking</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L-RNA linking</rdf:first>
                                            <rdf:rest>
                                              <rdf:List>
                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L-DNA linking</rdf:first>
                                                <rdf:rest>
                                                  <rdf:List>
                                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DNA OH 5 prime terminus</rdf:first>
                                                    <rdf:rest>
                                                      <rdf:List>
                                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RNA OH 5 prime terminus</rdf:first>
                                                        <rdf:rest>
                                                          <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DNA OH 3 prime terminus</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RNA OH 3 prime terminus</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">D-saccharide 1,4 and 1,4 linking</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L-saccharide 1,4 and 1,4 linking</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">D-saccharide 1,4 and 1,6 linking</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L-saccharide 1,4 and 1,6 linking</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L-saccharide</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">D-saccharide</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">saccharide</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">non-polymer</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">peptide linking</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">peptide-like</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L-gamma-peptide, C-delta linking</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">D-gamma-peptide, C-delta linking</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L-beta-peptide, C-gamma linking</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">D-beta-peptide, C-gamma linking</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">other</rdf:first>
                                                            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                          </rdf:List>
                                                        </rdf:rest>
                                                      </rdf:List>
                                                    </rdf:rest>
                                                  </rdf:List>
                                                </rdf:rest>
                                              </rdf:List>
                                            </rdf:rest>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
For standard polymer components, the type of the monomer.
Note that monomers that will form polymers are of three types:
linking monomers, monomers with some type of N-terminal (or 5')
cap and monomers with some type of C-terminal (or 3') cap.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp.id">
    <rdfs:subPropertyOf rdf:resource="#chem_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category chem_comp must uniquely identify each item in
 the CHEM_COMP list.

For protein polymer entities, this is the three-letter code for
the amino acid.

For nucleic acid polymer entities, this is the one-letter code
for the base.
ALA
VAL
DG
C
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_angleCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_angle">
    <rdfs:label>chem_comp_angle</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP_ANGLE category record details about
angles in a chemical component. Angles are designated by three
atoms, with the second atom forming the vertex of the angle.
Target values may be specified as angles in degrees, as a
distance between the first and third atoms, or both.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:chem_comp_angleCategory&gt;
   &lt;PDBx:chem_comp_angle atom_id_1="N" atom_id_2="CA" atom_id_3="C" comp_id="PHE"&gt;
      &lt;PDBx:value_angle&gt;110.8&lt;/PDBx:value_angle&gt;
   &lt;/PDBx:chem_comp_angle&gt;
   &lt;PDBx:chem_comp_angle atom_id_1="N" atom_id_2="CA" atom_id_3="CB" comp_id="PHE"&gt;
      &lt;PDBx:value_angle&gt;110.1&lt;/PDBx:value_angle&gt;
   &lt;/PDBx:chem_comp_angle&gt;
   &lt;PDBx:chem_comp_angle atom_id_1="C" atom_id_2="CA" atom_id_3="CB" comp_id="PHE"&gt;
      &lt;PDBx:value_angle&gt;110.3&lt;/PDBx:value_angle&gt;
   &lt;/PDBx:chem_comp_angle&gt;
   &lt;PDBx:chem_comp_angle atom_id_1="C" atom_id_2="CA" atom_id_3="HA" comp_id="PHE"&gt;
      &lt;PDBx:value_angle&gt;108.3&lt;/PDBx:value_angle&gt;
   &lt;/PDBx:chem_comp_angle&gt;
   &lt;PDBx:chem_comp_angle atom_id_1="CA" atom_id_2="C" atom_id_3="O" comp_id="PHE"&gt;
      &lt;PDBx:value_angle&gt;118.4&lt;/PDBx:value_angle&gt;
   &lt;/PDBx:chem_comp_angle&gt;
   &lt;PDBx:chem_comp_angle atom_id_1="CA" atom_id_2="C" atom_id_3="OXT" comp_id="PHE"&gt;
      &lt;PDBx:value_angle&gt;117.8&lt;/PDBx:value_angle&gt;
   &lt;/PDBx:chem_comp_angle&gt;
   &lt;PDBx:chem_comp_angle atom_id_1="CA" atom_id_2="CB" atom_id_3="CG" comp_id="PHE"&gt;
      &lt;PDBx:value_angle&gt;114.0&lt;/PDBx:value_angle&gt;
   &lt;/PDBx:chem_comp_angle&gt;
   &lt;PDBx:chem_comp_angle atom_id_1="O" atom_id_2="C" atom_id_3="OXT" comp_id="PHE"&gt;
      &lt;PDBx:value_angle&gt;123.8&lt;/PDBx:value_angle&gt;
   &lt;/PDBx:chem_comp_angle&gt;
   &lt;PDBx:chem_comp_angle atom_id_1="CB" atom_id_2="CG" atom_id_3="CD1" comp_id="PHE"&gt;
      &lt;PDBx:value_angle&gt;120.8&lt;/PDBx:value_angle&gt;
   &lt;/PDBx:chem_comp_angle&gt;
   &lt;PDBx:chem_comp_angle atom_id_1="CB" atom_id_2="CG" atom_id_3="CD2" comp_id="PHE"&gt;
      &lt;PDBx:value_angle&gt;120.5&lt;/PDBx:value_angle&gt;
   &lt;/PDBx:chem_comp_angle&gt;
&lt;/PDBx:chem_comp_angleCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.value_angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.value_angle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.value_angle_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.value_angle_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.value_dist"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.value_dist"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.value_dist_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.value_dist_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.atom_id_1"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.atom_id_2"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.atom_id_3"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_angle.comp_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_angleCategory">
    <rdfs:label>chem_comp_angleCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_comp_angleCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_angle"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_angle">
    <rdfs:label>chem_comp_angleCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_comp_angleCategory.
	has a category chem_comp_angle.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_angle"/>
    <rdfs:domain rdf:resource="#chem_comp_angleCategory"/>
    <rdfs:range rdf:resource="#chem_comp_angle"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_angleItem">
    <rdfs:label>chem_comp_angleItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp_angle items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp_angle"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp_angle">
    <rdfs:label>reference_to_chem_comp_angle</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp_angle</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp_angle"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp_angle">
    <rdfs:label>referenced_by_chem_comp_angle</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp_angle</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp_angle"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_angle.value_angle">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_angle.value_angle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value that should be taken as the target value for the angle
associated with the specified atoms, expressed in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_angle.value_angle_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_angle.value_angle_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute value_angle in category chem_comp_angle. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_angle.value_dist">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_angle.value_dist</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value that should be taken as the target value for the angle
associated with the specified atoms, expressed as the distance
between the atoms specified by attribute atom_id_1 in category chem_comp_angle and
 attribute atom_id_3 in category chem_comp_angle. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_angle.value_dist_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_angle.value_dist_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute value_dist in category chem_comp_angle. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_angle.atom_id_1">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_angle.atom_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the first of the three atoms that define the angle.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_angle.atom_id_2">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_angle.atom_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the second of the three atoms that define the angle.
The second atom is taken to be the apex of the angle.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_angle.atom_id_3">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_angle.atom_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the third of the three atoms that define the angle.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_angle.comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_angle.comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_atomCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_atom"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_atom">
    <rdfs:label>chem_comp_atom</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP_ATOM category record details about
the atoms in a chemical component. Specifying the atomic
coordinates for the components in this category is an
alternative to specifying the structure of the component
via bonds, angles, planes etc. in the appropriate
CHEM_COMP subcategories.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:chem_comp_atomCategory&gt;
   &lt;PDBx:chem_comp_atom atom_id="N" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;1.20134&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.84658&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;0.00000&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;main&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;N&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CA" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;0.00000&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.00000&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;0.00000&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;main&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="C" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;-1.25029&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.88107&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;0.00000&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;main&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="O" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;-2.18525&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.66029&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;-0.78409&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;main&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CB" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;0.00662&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;-1.03603&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;1.11081&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;side&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CG" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;0.03254&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;-0.49711&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;2.50951&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;side&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CD1" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;-1.15813&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;-0.12084&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;3.13467&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;side&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CE1" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;-1.15720&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.38038&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;4.42732&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;side&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CZ" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;0.05385&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.51332&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;5.11032&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;side&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CE2" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;1.26137&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.11613&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;4.50975&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;side&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CD2" comp_id="phe"&gt;
      &lt;PDBx:model_Cartn_x&gt;1.23668&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;-0.38351&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;3.20288&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;side&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="N" comp_id="val"&gt;
      &lt;PDBx:model_Cartn_x&gt;1.20134&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.84658&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;0.00000&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;main&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;N&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CA" comp_id="val"&gt;
      &lt;PDBx:model_Cartn_x&gt;0.00000&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.00000&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;0.00000&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;main&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="C" comp_id="val"&gt;
      &lt;PDBx:model_Cartn_x&gt;-1.25029&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.88107&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;0.00000&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;main&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="O" comp_id="val"&gt;
      &lt;PDBx:model_Cartn_x&gt;-2.18525&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;0.66029&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;-0.78409&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;main&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;O&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CB" comp_id="val"&gt;
      &lt;PDBx:model_Cartn_x&gt;0.05260&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;-0.99339&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;1.17429&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;side&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CG1" comp_id="val"&gt;
      &lt;PDBx:model_Cartn_x&gt;-0.13288&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;-0.31545&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;2.52668&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;side&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
   &lt;PDBx:chem_comp_atom atom_id="CG2" comp_id="val"&gt;
      &lt;PDBx:model_Cartn_x&gt;-0.94265&lt;/PDBx:model_Cartn_x&gt;
      &lt;PDBx:model_Cartn_y&gt;-2.12930&lt;/PDBx:model_Cartn_y&gt;
      &lt;PDBx:model_Cartn_z&gt;0.99811&lt;/PDBx:model_Cartn_z&gt;
      &lt;PDBx:substruct_code&gt;side&lt;/PDBx:substruct_code&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chem_comp_atom&gt;
&lt;/PDBx:chem_comp_atomCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.alt_atom_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.alt_atom_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.charge"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.charge"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_x"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_x"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_x_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_x_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_y"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_y"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_y_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_y_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_z"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_z"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_z_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.model_Cartn_z_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.partial_charge"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.partial_charge"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_align"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_align"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_alt_atom_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_alt_atom_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_alt_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_alt_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_aromatic_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_aromatic_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_component_atom_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_component_atom_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_component_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_component_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_leaving_atom_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_leaving_atom_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_model_Cartn_x_ideal"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_model_Cartn_x_ideal"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_model_Cartn_y_ideal"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_model_Cartn_y_ideal"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_model_Cartn_z_ideal"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_model_Cartn_z_ideal"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_ordinal"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_ordinal"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_stereo_config"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.pdbx_stereo_config"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.substruct_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.substruct_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.type_symbol"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.type_symbol"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.atom_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_atom.comp_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_atomCategory">
    <rdfs:label>chem_comp_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_comp_atomCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_atom">
    <rdfs:label>chem_comp_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_comp_atomCategory.
	has a category chem_comp_atom.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_atom"/>
    <rdfs:domain rdf:resource="#chem_comp_atomCategory"/>
    <rdfs:range rdf:resource="#chem_comp_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_atomItem">
    <rdfs:label>chem_comp_atomItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp_atom items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp_atom"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp_atom">
    <rdfs:label>reference_to_chem_comp_atom</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp_atom"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp_atom">
    <rdfs:label>referenced_by_chem_comp_atom</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp_atom"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.alt_atom_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_atom.alt_atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An alternative identifier for the atom. This data item would be
used in cases where alternative nomenclatures exist for labelling
atoms in a group.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.charge">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp_atom.charge</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The net integer charge assigned to this atom. This is the
formal charge assignment normally found in chemical diagrams.
for an ammonium nitrogen
1
for a chloride ion
-1
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.model_Cartn_x">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_atom.model_Cartn_x</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The x component of the coordinates for this atom in this
component specified as orthogonal angstroms. The choice of
reference axis frame for the coordinates is arbitrary.

The set of coordinates input for the entity here is intended to
correspond to the atomic model used to generate restraints for
structure refinement, not to atom sites in the ATOM_SITE
list.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.model_Cartn_x_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_atom.model_Cartn_x_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute model_Cartn_x in category chem_comp_atom. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.model_Cartn_y">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_atom.model_Cartn_y</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The y component of the coordinates for this atom in this
component specified as orthogonal angstroms. The choice of
reference axis frame for the coordinates is arbitrary.

The set of coordinates input for the entity here is intended to
correspond to the atomic model used to generate restraints for
structure refinement, not to atom sites in the ATOM_SITE
list.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.model_Cartn_y_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_atom.model_Cartn_y_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute model_Cartn_y in category chem_comp_atom. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.model_Cartn_z">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_atom.model_Cartn_z</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The z component of the coordinates for this atom in this
component specified as orthogonal angstroms. The choice of
reference axis frame for the coordinates is arbitrary.

The set of coordinates input for the entity here is intended to
correspond to the atomic model used to generate restraints for
structure refinement, not to atom sites in the ATOM_SITE
list.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.model_Cartn_z_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_atom.model_Cartn_z_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute model_Cartn_z in category chem_comp_atom. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.partial_charge">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_atom.partial_charge</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The partial charge assigned to this atom.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_align">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp_atom.pdbx_align</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Atom name alignment offset in PDB atom field.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_alt_atom_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_atom.pdbx_alt_atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An alternative identifier for the atom. This data item would be
used in cases where alternative nomenclatures exist for labelling
atoms in a group.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_alt_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_atom.pdbx_alt_comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An alternative identifier for the atom. This data item would be
used in cases where alternative nomenclatures exist for labelling
atoms in a group.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_aromatic_flag">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:domain rdf:resource="#chem_comp_atom"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Y</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">N</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag indicating an aromatic atom.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_component_atom_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_atom.pdbx_component_atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The atom identifier in the subcomponent where a  
larger component has been divided subcomponents.
CB
CA
CG
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_component_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_atom.pdbx_component_comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The component identifier for the subcomponent where a  
larger component has been divided subcomponents.
HIS
PRO
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_leaving_atom_flag">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:domain rdf:resource="#chem_comp_atom"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Y</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">N</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag indicating a leaving atom.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_model_Cartn_x_ideal">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_atom.pdbx_model_Cartn_x_ideal</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An alternative x component of the coordinates for this atom in this
component specified as orthogonal angstroms. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_model_Cartn_y_ideal">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_atom.pdbx_model_Cartn_y_ideal</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An alternative y component of the coordinates for this atom in this
component specified as orthogonal angstroms. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_model_Cartn_z_ideal">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_atom.pdbx_model_Cartn_z_ideal</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An alternative z component of the coordinates for this atom in this
component specified as orthogonal angstroms. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_ordinal">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp_atom.pdbx_ordinal</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Ordinal index for the component atom list.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.pdbx_stereo_config">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:domain rdf:resource="#chem_comp_atom"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">R</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">N</rdf:first>
                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The chiral configuration of the atom that is a chiral center.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.substruct_code">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:domain rdf:resource="#chem_comp_atom"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">main</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">side</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">base</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">phos</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sugar</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">none</rdf:first>
                                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item assigns the atom to a substructure of the
component, if appropriate.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.type_symbol">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_atom.type_symbol</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code used to identify the atom species representing 
this atom type. Normally this code is the element
symbol. 
C
N
O
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.atom_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_atom.atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute atom_id in category chem_comp_atom must uniquely identify
 each atom in each monomer in the CHEM_COMP_ATOM list.

The atom identifiers need not be unique over all atoms in the
data block; they need only be unique for each atom in a
component.

Note that this item need not be a number; it can be any unique
identifier.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_atom.comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_atom.comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_bondCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_bond"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_bond">
    <rdfs:label>chem_comp_bond</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP_BOND category record details about
the bonds between atoms in a chemical component. Target values
may be specified as bond orders, as a distance between the two
atoms, or both.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:chem_comp_bondCategory&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="N" atom_id_2="CA" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;sing&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CA" atom_id_2="C" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;sing&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="C" atom_id_2="O" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;doub&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CB" atom_id_2="CA" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;sing&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CB" atom_id_2="CG" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;sing&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CG" atom_id_2="CD1" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;arom&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CD1" atom_id_2="CE1" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;arom&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CE1" atom_id_2="CZ" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;arom&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CZ" atom_id_2="CE2" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;arom&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CE2" atom_id_2="CD2" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;arom&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CD2" atom_id_2="CG" comp_id="phe"&gt;
      &lt;PDBx:value_order&gt;arom&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="N" atom_id_2="CA" comp_id="val"&gt;
      &lt;PDBx:value_order&gt;sing&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CA" atom_id_2="C" comp_id="val"&gt;
      &lt;PDBx:value_order&gt;sing&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="C" atom_id_2="O" comp_id="val"&gt;
      &lt;PDBx:value_order&gt;doub&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CB" atom_id_2="CA" comp_id="val"&gt;
      &lt;PDBx:value_order&gt;sing&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CB" atom_id_2="CG1" comp_id="val"&gt;
      &lt;PDBx:value_order&gt;sing&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
   &lt;PDBx:chem_comp_bond atom_id_1="CB" atom_id_2="CG2" comp_id="val"&gt;
      &lt;PDBx:value_order&gt;sing&lt;/PDBx:value_order&gt;
   &lt;/PDBx:chem_comp_bond&gt;
&lt;/PDBx:chem_comp_bondCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.pdbx_aromatic_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.pdbx_aromatic_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.pdbx_ordinal"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.pdbx_ordinal"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.pdbx_stereo_config"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.pdbx_stereo_config"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.value_dist"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.value_dist"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.value_dist_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.value_dist_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.value_order"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.value_order"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.atom_id_1"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.atom_id_2"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_bond.comp_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_bondCategory">
    <rdfs:label>chem_comp_bondCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_comp_bondCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_bond"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_bond">
    <rdfs:label>chem_comp_bondCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_comp_bondCategory.
	has a category chem_comp_bond.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_bond"/>
    <rdfs:domain rdf:resource="#chem_comp_bondCategory"/>
    <rdfs:range rdf:resource="#chem_comp_bond"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_bondItem">
    <rdfs:label>chem_comp_bondItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp_bond items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp_bond"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp_bond">
    <rdfs:label>reference_to_chem_comp_bond</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp_bond</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp_bond"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp_bond">
    <rdfs:label>referenced_by_chem_comp_bond</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp_bond</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp_bond"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_bond.pdbx_aromatic_flag">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_bondItem"/>
    <rdfs:domain rdf:resource="#chem_comp_bond"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Y</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">N</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag indicating an aromatic bond.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_bond.pdbx_ordinal">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp_bond.pdbx_ordinal</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Ordinal index for the component bond list.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_bond.pdbx_stereo_config">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_bondItem"/>
    <rdfs:domain rdf:resource="#chem_comp_bond"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">E</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Z</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">N</rdf:first>
                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Stereochemical configuration across a double bond.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_bond.value_dist">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_bond.value_dist</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value that should be taken as the target for the chemical
bond associated with the specified atoms, expressed as a
distance.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_bond.value_dist_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_bond.value_dist_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute value_dist in category chem_comp_bond. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_bond.value_order">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_bondItem"/>
    <rdfs:domain rdf:resource="#chem_comp_bond"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sing</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">doub</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">trip</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">quad</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">arom</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">poly</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">delo</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">pi</rdf:first>
                                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value that should be taken as the target for the chemical
bond associated with the specified atoms, expressed as a bond
order.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_bond.atom_id_1">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_bond.atom_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the first of the two atoms that define the bond.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_bond.atom_id_2">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_bond.atom_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the second of the two atoms that define the bond.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_bond.comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_bond.comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_chirCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_chir"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_chir">
    <rdfs:label>chem_comp_chir</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP_CHIR category provide details about
the chiral centres in a chemical component. The atoms bonded
to the chiral atom are specified in the CHEM_COMP_CHIR_ATOM
category.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:chem_comp_chirCategory&gt;
   &lt;PDBx:chem_comp_chir comp_id="phe" id="phe1"&gt;
      &lt;PDBx:atom_id&gt;CA&lt;/PDBx:atom_id&gt;
   &lt;/PDBx:chem_comp_chir&gt;
   &lt;PDBx:chem_comp_chir comp_id="val" id="val1"&gt;
      &lt;PDBx:atom_id&gt;CA&lt;/PDBx:atom_id&gt;
   &lt;/PDBx:chem_comp_chir&gt;
&lt;/PDBx:chem_comp_chirCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.atom_config"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.atom_config"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.atom_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.atom_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.number_atoms_all"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.number_atoms_all"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.number_atoms_nh"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.number_atoms_nh"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.volume_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.volume_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.volume_three"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.volume_three"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.volume_three_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.volume_three_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.comp_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_chirCategory">
    <rdfs:label>chem_comp_chirCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_comp_chirCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_chir"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_chir">
    <rdfs:label>chem_comp_chirCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_comp_chirCategory.
	has a category chem_comp_chir.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_chir"/>
    <rdfs:domain rdf:resource="#chem_comp_chirCategory"/>
    <rdfs:range rdf:resource="#chem_comp_chir"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_chirItem">
    <rdfs:label>chem_comp_chirItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp_chir items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp_chir"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp_chir">
    <rdfs:label>reference_to_chem_comp_chir</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp_chir</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp_chir"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp_chir">
    <rdfs:label>referenced_by_chem_comp_chir</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp_chir</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp_chir"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir.atom_config">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chirItem"/>
    <rdfs:domain rdf:resource="#chem_comp_chir"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">R</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The chiral configuration of the atom that is a chiral centre.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir.atom_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_chir.atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the atom that is a chiral centre.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir.number_atoms_all">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp_chir.number_atoms_all</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of atoms bonded to the atom specified by
attribute atom_id in category chem_comp_chir. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir.number_atoms_nh">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp_chir.number_atoms_nh</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of non-hydrogen atoms bonded to the atom specified by
attribute atom_id in category chem_comp_chir. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir.volume_flag">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chirItem"/>
    <rdfs:domain rdf:resource="#chem_comp_chir"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sign</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">nosign</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag to indicate whether a chiral volume should match the
standard value in both magnitude and sign, or in magnitude only.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir.volume_three">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_chir.volume_three</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The chiral volume, V~c~, for chiral centres that involve a chiral
atom bonded to three non-hydrogen atoms and one hydrogen atom.

V~c~ = V1 * (V2 X V3)

V1 = the vector distance from the atom specified by
attribute atom_id in category chem_comp_chir to the first atom in the
 CHEM_COMP_CHIR_ATOM list
V2 = the vector distance from the atom specified by
attribute atom_id in category chem_comp_chir to the second atom in the
 CHEM_COMP_CHIR_ATOM list
V3 = the vector distance from the atom specified by
attribute atom_id in category chem_comp_chir to the third atom in the
 CHEM_COMP_CHIR_ATOM list
*  = the vector dot product
X  = the vector cross product
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir.volume_three_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_chir.volume_three_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute volume_three in category chem_comp_chir. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir.comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_chir.comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir.id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_chir.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category chem_comp_chir must uniquely identify a record
 in the CHEM_COMP_CHIR list.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_chir_atomCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_chir_atom"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_chir_atom">
    <rdfs:label>chem_comp_chir_atom</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP_CHIR_ATOM category enumerate the
atoms bonded to a chiral atom within a chemical component.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:chem_comp_chir_atomCategory&gt;
   &lt;PDBx:chem_comp_chir_atom atom_id="N" chir_id="1" comp_id="phe"&gt;&lt;/PDBx:chem_comp_chir_atom&gt;
   &lt;PDBx:chem_comp_chir_atom atom_id="C" chir_id="1" comp_id="phe"&gt;&lt;/PDBx:chem_comp_chir_atom&gt;
   &lt;PDBx:chem_comp_chir_atom atom_id="CB" chir_id="1" comp_id="phe"&gt;&lt;/PDBx:chem_comp_chir_atom&gt;
   &lt;PDBx:chem_comp_chir_atom atom_id="N" chir_id="1" comp_id="val"&gt;&lt;/PDBx:chem_comp_chir_atom&gt;
   &lt;PDBx:chem_comp_chir_atom atom_id="C" chir_id="1" comp_id="val"&gt;&lt;/PDBx:chem_comp_chir_atom&gt;
   &lt;PDBx:chem_comp_chir_atom atom_id="CB" chir_id="1" comp_id="val"&gt;&lt;/PDBx:chem_comp_chir_atom&gt;
&lt;/PDBx:chem_comp_chir_atomCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir_atom.dev"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir_atom.dev"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir_atom.atom_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir_atom.chir_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_chir_atom.comp_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_chir_atomCategory">
    <rdfs:label>chem_comp_chir_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_comp_chir_atomCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_chir_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_chir_atom">
    <rdfs:label>chem_comp_chir_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_comp_chir_atomCategory.
	has a category chem_comp_chir_atom.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_chir_atom"/>
    <rdfs:domain rdf:resource="#chem_comp_chir_atomCategory"/>
    <rdfs:range rdf:resource="#chem_comp_chir_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_chir_atomItem">
    <rdfs:label>chem_comp_chir_atomItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp_chir_atom items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp_chir_atom"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp_chir_atom">
    <rdfs:label>reference_to_chem_comp_chir_atom</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp_chir_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp_chir_atom"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp_chir_atom">
    <rdfs:label>referenced_by_chem_comp_chir_atom</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp_chir_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp_chir_atom"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir_atom.dev">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chir_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_chir_atom.dev</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of the position of this atom from the plane defined by
all of the atoms in the plane.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir_atom.atom_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chir_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_chir_atom.atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of an atom bonded to the chiral atom.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir_atom.chir_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chir_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_chir_atom.chir_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp_chir in the
 CHEM_COMP_CHIR category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_chir_atom.comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_chir_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_chir_atom.comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp in the
 CHEM_COMP category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_linkCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_link"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_link">
    <rdfs:label>chem_comp_link</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP_LINK category give details about
the links between chemical components.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_link.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_link.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_link.type_comp_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_link.type_comp_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_link.type_comp_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_link.type_comp_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_link.link_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_linkCategory">
    <rdfs:label>chem_comp_linkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_comp_linkCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_link"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_link">
    <rdfs:label>chem_comp_linkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_comp_linkCategory.
	has a category chem_comp_link.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_link"/>
    <rdfs:domain rdf:resource="#chem_comp_linkCategory"/>
    <rdfs:range rdf:resource="#chem_comp_link"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_linkItem">
    <rdfs:label>chem_comp_linkItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp_link items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp_link"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp_link">
    <rdfs:label>reference_to_chem_comp_link</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp_link</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp_link"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp_link">
    <rdfs:label>referenced_by_chem_comp_link</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp_link</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp_link"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_link.details">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_link.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of a link between
chemical components in the structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_link.type_comp_1">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_link.type_comp_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The type of the first of the two components joined by the
link.

This data item is a pointer to attribute type in category chem_comp in the CHEM_COMP
 category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_link.type_comp_2">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_link.type_comp_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The type of the second of the two components joined by the
link.

This data item is a pointer to attribute type in category chem_comp in the CHEM_COMP
 category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_link.link_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_link.link_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_link in the
 CHEM_LINK category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_planeCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_plane"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_plane">
    <rdfs:label>chem_comp_plane</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP_PLANE category provide identifiers
for the planes in a chemical component.  The atoms in the plane
are specified in the CHEM_COMP_PLANE_ATOM category.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:chem_comp_planeCategory&gt;
   &lt;PDBx:chem_comp_plane comp_id="phe" id="phe1"&gt;&lt;/PDBx:chem_comp_plane&gt;
&lt;/PDBx:chem_comp_planeCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane.number_atoms_all"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane.number_atoms_all"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane.number_atoms_nh"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane.number_atoms_nh"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane.comp_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_planeCategory">
    <rdfs:label>chem_comp_planeCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_comp_planeCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_plane"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_plane">
    <rdfs:label>chem_comp_planeCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_comp_planeCategory.
	has a category chem_comp_plane.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_plane"/>
    <rdfs:domain rdf:resource="#chem_comp_planeCategory"/>
    <rdfs:range rdf:resource="#chem_comp_plane"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_planeItem">
    <rdfs:label>chem_comp_planeItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp_plane items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp_plane"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp_plane">
    <rdfs:label>reference_to_chem_comp_plane</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp_plane</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp_plane"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp_plane">
    <rdfs:label>referenced_by_chem_comp_plane</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp_plane</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp_plane"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_plane.number_atoms_all">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_planeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp_plane.number_atoms_all</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of atoms in the plane.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_plane.number_atoms_nh">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_planeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_comp_plane.number_atoms_nh</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of non-hydrogen atoms in the plane.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_plane.comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_planeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_plane.comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_plane.id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_planeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_plane.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category chem_comp_plane must uniquely identify a record
 in the CHEM_COMP_PLANE list.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_plane_atomCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_plane_atom"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_plane_atom">
    <rdfs:label>chem_comp_plane_atom</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP_PLANE_ATOM category enumerate the
atoms in a plane within a chemical component.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:chem_comp_plane_atomCategory&gt;
   &lt;PDBx:chem_comp_plane_atom atom_id="CB" comp_id="phe" plane_id="phe1"&gt;&lt;/PDBx:chem_comp_plane_atom&gt;
   &lt;PDBx:chem_comp_plane_atom atom_id="CG" comp_id="phe" plane_id="phe1"&gt;&lt;/PDBx:chem_comp_plane_atom&gt;
   &lt;PDBx:chem_comp_plane_atom atom_id="CD1" comp_id="phe" plane_id="phe1"&gt;&lt;/PDBx:chem_comp_plane_atom&gt;
   &lt;PDBx:chem_comp_plane_atom atom_id="CE1" comp_id="phe" plane_id="phe1"&gt;&lt;/PDBx:chem_comp_plane_atom&gt;
   &lt;PDBx:chem_comp_plane_atom atom_id="CZ" comp_id="phe" plane_id="phe1"&gt;&lt;/PDBx:chem_comp_plane_atom&gt;
   &lt;PDBx:chem_comp_plane_atom atom_id="CE2" comp_id="phe" plane_id="phe1"&gt;&lt;/PDBx:chem_comp_plane_atom&gt;
   &lt;PDBx:chem_comp_plane_atom atom_id="CD2" comp_id="phe" plane_id="phe1"&gt;&lt;/PDBx:chem_comp_plane_atom&gt;
&lt;/PDBx:chem_comp_plane_atomCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane_atom.dist_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane_atom.dist_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane_atom.atom_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane_atom.comp_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_plane_atom.plane_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_plane_atomCategory">
    <rdfs:label>chem_comp_plane_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_comp_plane_atomCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_plane_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_plane_atom">
    <rdfs:label>chem_comp_plane_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_comp_plane_atomCategory.
	has a category chem_comp_plane_atom.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_plane_atom"/>
    <rdfs:domain rdf:resource="#chem_comp_plane_atomCategory"/>
    <rdfs:range rdf:resource="#chem_comp_plane_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_plane_atomItem">
    <rdfs:label>chem_comp_plane_atomItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp_plane_atom items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp_plane_atom"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp_plane_atom">
    <rdfs:label>reference_to_chem_comp_plane_atom</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp_plane_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp_plane_atom"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp_plane_atom">
    <rdfs:label>referenced_by_chem_comp_plane_atom</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp_plane_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp_plane_atom"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_plane_atom.dist_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_plane_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_plane_atom.dist_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is the standard deviation of the
out-of-plane distance for this atom.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_plane_atom.atom_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_plane_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_plane_atom.atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of an atom involved in the plane.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_plane_atom.comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_plane_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_plane_atom.comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_plane_atom.plane_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_plane_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_plane_atom.plane_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp_plane in the
 CHEM_COMP_PLANE category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_torCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_tor"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_tor">
    <rdfs:label>chem_comp_tor</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP_TOR category record details about
the torsion angles in a chemical component. As torsion angles
can have more than one target value, the target values are
specified in the CHEM_COMP_TOR_VALUE category.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:chem_comp_torCategory&gt;
   &lt;PDBx:chem_comp_tor comp_id="phe" id="phe_chi1"&gt;
      &lt;PDBx:atom_id_1&gt;N&lt;/PDBx:atom_id_1&gt;
      &lt;PDBx:atom_id_2&gt;CA&lt;/PDBx:atom_id_2&gt;
      &lt;PDBx:atom_id_3&gt;CB&lt;/PDBx:atom_id_3&gt;
      &lt;PDBx:atom_id_4&gt;CG&lt;/PDBx:atom_id_4&gt;
   &lt;/PDBx:chem_comp_tor&gt;
   &lt;PDBx:chem_comp_tor comp_id="phe" id="phe_chi2"&gt;
      &lt;PDBx:atom_id_1&gt;CA&lt;/PDBx:atom_id_1&gt;
      &lt;PDBx:atom_id_2&gt;CB&lt;/PDBx:atom_id_2&gt;
      &lt;PDBx:atom_id_3&gt;CG&lt;/PDBx:atom_id_3&gt;
      &lt;PDBx:atom_id_4&gt;CD1&lt;/PDBx:atom_id_4&gt;
   &lt;/PDBx:chem_comp_tor&gt;
   &lt;PDBx:chem_comp_tor comp_id="phe" id="phe_ring1"&gt;
      &lt;PDBx:atom_id_1&gt;CB&lt;/PDBx:atom_id_1&gt;
      &lt;PDBx:atom_id_2&gt;CG&lt;/PDBx:atom_id_2&gt;
      &lt;PDBx:atom_id_3&gt;CD1&lt;/PDBx:atom_id_3&gt;
      &lt;PDBx:atom_id_4&gt;CE1&lt;/PDBx:atom_id_4&gt;
   &lt;/PDBx:chem_comp_tor&gt;
   &lt;PDBx:chem_comp_tor comp_id="phe" id="phe_ring2"&gt;
      &lt;PDBx:atom_id_1&gt;CB&lt;/PDBx:atom_id_1&gt;
      &lt;PDBx:atom_id_2&gt;CG&lt;/PDBx:atom_id_2&gt;
      &lt;PDBx:atom_id_3&gt;CD2&lt;/PDBx:atom_id_3&gt;
      &lt;PDBx:atom_id_4&gt;CE2&lt;/PDBx:atom_id_4&gt;
   &lt;/PDBx:chem_comp_tor&gt;
   &lt;PDBx:chem_comp_tor comp_id="phe" id="phe_ring3"&gt;
      &lt;PDBx:atom_id_1&gt;CG&lt;/PDBx:atom_id_1&gt;
      &lt;PDBx:atom_id_2&gt;CD1&lt;/PDBx:atom_id_2&gt;
      &lt;PDBx:atom_id_3&gt;CE1&lt;/PDBx:atom_id_3&gt;
      &lt;PDBx:atom_id_4&gt;CZ&lt;/PDBx:atom_id_4&gt;
   &lt;/PDBx:chem_comp_tor&gt;
   &lt;PDBx:chem_comp_tor comp_id="phe" id="phe_ring4"&gt;
      &lt;PDBx:atom_id_1&gt;CD1&lt;/PDBx:atom_id_1&gt;
      &lt;PDBx:atom_id_2&gt;CE1&lt;/PDBx:atom_id_2&gt;
      &lt;PDBx:atom_id_3&gt;CZ&lt;/PDBx:atom_id_3&gt;
      &lt;PDBx:atom_id_4&gt;CE2&lt;/PDBx:atom_id_4&gt;
   &lt;/PDBx:chem_comp_tor&gt;
   &lt;PDBx:chem_comp_tor comp_id="phe" id="phe_ring5"&gt;
      &lt;PDBx:atom_id_1&gt;CE1&lt;/PDBx:atom_id_1&gt;
      &lt;PDBx:atom_id_2&gt;CZ&lt;/PDBx:atom_id_2&gt;
      &lt;PDBx:atom_id_3&gt;CE2&lt;/PDBx:atom_id_3&gt;
      &lt;PDBx:atom_id_4&gt;CD2&lt;/PDBx:atom_id_4&gt;
   &lt;/PDBx:chem_comp_tor&gt;
&lt;/PDBx:chem_comp_torCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor.atom_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor.atom_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor.atom_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor.atom_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor.atom_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor.atom_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor.atom_id_4"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor.atom_id_4"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor.comp_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_torCategory">
    <rdfs:label>chem_comp_torCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_comp_torCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_tor"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_tor">
    <rdfs:label>chem_comp_torCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_comp_torCategory.
	has a category chem_comp_tor.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_tor"/>
    <rdfs:domain rdf:resource="#chem_comp_torCategory"/>
    <rdfs:range rdf:resource="#chem_comp_tor"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_torItem">
    <rdfs:label>chem_comp_torItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp_tor items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp_tor"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp_tor">
    <rdfs:label>reference_to_chem_comp_tor</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp_tor</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp_tor"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp_tor">
    <rdfs:label>referenced_by_chem_comp_tor</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp_tor</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp_tor"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor.atom_id_1">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_tor.atom_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the first of the four atoms that define the torsion
angle.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor.atom_id_2">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_tor.atom_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the second of the four atoms that define the torsion
angle.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor.atom_id_3">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_tor.atom_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the third of the four atoms that define the torsion
angle.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor.atom_id_4">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_tor.atom_id_4</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the fourth of the four atoms that define the torsion
angle.

This data item is a pointer to attribute atom_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor.comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_tor.comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor.id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_tor.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category chem_comp_tor must uniquely identify a
 record in the CHEM_COMP_TOR list.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_tor_valueCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_comp_tor_value"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_tor_value">
    <rdfs:label>chem_comp_tor_value</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_COMP_TOR_VALUE category record details
about the target values for the torsion angles enumerated in the
CHEM_COMP_TOR list. Target values may be specified as angles
in degrees, as a distance between the first and fourth atoms, or
both.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:chem_comp_tor_valueCategory&gt;
   &lt;PDBx:chem_comp_tor_value comp_id="phe" tor_id="phe_chi1"&gt;
      &lt;PDBx:angle&gt;-60.0&lt;/PDBx:angle&gt;
      &lt;PDBx:dist&gt;2.88&lt;/PDBx:dist&gt;
   &lt;/PDBx:chem_comp_tor_value&gt;
   &lt;PDBx:chem_comp_tor_value comp_id="phe" tor_id="phe_chi1"&gt;
      &lt;PDBx:angle&gt;180.0&lt;/PDBx:angle&gt;
      &lt;PDBx:dist&gt;3.72&lt;/PDBx:dist&gt;
   &lt;/PDBx:chem_comp_tor_value&gt;
   &lt;PDBx:chem_comp_tor_value comp_id="phe" tor_id="phe_chi1"&gt;
      &lt;PDBx:angle&gt;60.0&lt;/PDBx:angle&gt;
      &lt;PDBx:dist&gt;2.88&lt;/PDBx:dist&gt;
   &lt;/PDBx:chem_comp_tor_value&gt;
   &lt;PDBx:chem_comp_tor_value comp_id="phe" tor_id="phe_chi2"&gt;
      &lt;PDBx:angle&gt;90.0&lt;/PDBx:angle&gt;
      &lt;PDBx:dist&gt;3.34&lt;/PDBx:dist&gt;
   &lt;/PDBx:chem_comp_tor_value&gt;
   &lt;PDBx:chem_comp_tor_value comp_id="phe" tor_id="phe_chi2"&gt;
      &lt;PDBx:angle&gt;-90.0&lt;/PDBx:angle&gt;
      &lt;PDBx:dist&gt;3.34&lt;/PDBx:dist&gt;
   &lt;/PDBx:chem_comp_tor_value&gt;
   &lt;PDBx:chem_comp_tor_value comp_id="phe" tor_id="phe_ring1"&gt;
      &lt;PDBx:angle&gt;180.0&lt;/PDBx:angle&gt;
      &lt;PDBx:dist&gt;3.75&lt;/PDBx:dist&gt;
   &lt;/PDBx:chem_comp_tor_value&gt;
   &lt;PDBx:chem_comp_tor_value comp_id="phe" tor_id="phe_ring2"&gt;
      &lt;PDBx:angle&gt;180.0&lt;/PDBx:angle&gt;
      &lt;PDBx:dist&gt;3.75&lt;/PDBx:dist&gt;
   &lt;/PDBx:chem_comp_tor_value&gt;
   &lt;PDBx:chem_comp_tor_value comp_id="phe" tor_id="phe_ring3"&gt;
      &lt;PDBx:angle&gt;0.0&lt;/PDBx:angle&gt;
      &lt;PDBx:dist&gt;2.80&lt;/PDBx:dist&gt;
   &lt;/PDBx:chem_comp_tor_value&gt;
   &lt;PDBx:chem_comp_tor_value comp_id="phe" tor_id="phe_ring4"&gt;
      &lt;PDBx:angle&gt;0.0&lt;/PDBx:angle&gt;
      &lt;PDBx:dist&gt;2.80&lt;/PDBx:dist&gt;
   &lt;/PDBx:chem_comp_tor_value&gt;
   &lt;PDBx:chem_comp_tor_value comp_id="phe" tor_id="phe_ring5"&gt;
      &lt;PDBx:angle&gt;0.0&lt;/PDBx:angle&gt;
      &lt;PDBx:dist&gt;2.80&lt;/PDBx:dist&gt;
   &lt;/PDBx:chem_comp_tor_value&gt;
&lt;/PDBx:chem_comp_tor_valueCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor_value.angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor_value.angle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor_value.angle_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor_value.angle_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor_value.dist"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor_value.dist"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor_value.dist_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor_value.dist_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor_value.comp_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_comp_tor_value.tor_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_tor_valueCategory">
    <rdfs:label>chem_comp_tor_valueCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_comp_tor_valueCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_tor_value"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_comp_tor_value">
    <rdfs:label>chem_comp_tor_valueCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_comp_tor_valueCategory.
	has a category chem_comp_tor_value.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_comp_tor_value"/>
    <rdfs:domain rdf:resource="#chem_comp_tor_valueCategory"/>
    <rdfs:range rdf:resource="#chem_comp_tor_value"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_comp_tor_valueItem">
    <rdfs:label>chem_comp_tor_valueItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_comp_tor_value items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_comp_tor_value"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_comp_tor_value">
    <rdfs:label>reference_to_chem_comp_tor_value</rdfs:label>
    <rdfs:comment>cross-reference to chem_comp_tor_value</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_comp_tor_value"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_comp_tor_value">
    <rdfs:label>referenced_by_chem_comp_tor_value</rdfs:label>
    <rdfs:comment>cross-reference from chem_comp_tor_value</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_comp_tor_value"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor_value.angle">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_tor_value.angle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A value that should be taken as a potential target value for the
torsion angle associated with the specified atoms, expressed in
degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor_value.angle_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_tor_value.angle_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute angle in category chem_comp_tor_value. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor_value.dist">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_tor_value.dist</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A value that should be taken as a potential target value for the
torsion angle associated with the specified atoms, expressed as
the distance between the atoms specified by
_chem_comp_tor.atom_id_1 and _chem_comp_tor.atom_id_4 in the
referenced record in the CHEM_COMP_TOR list. Note that the
torsion angle cannot be fully specified by a distance (for
instance, a torsion angle of -60  degree will yield the same
distance as a 60 degree angle). However, the distance
specification can be useful for refinement in situations
in which the angle is already close to the desired value.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor_value.dist_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_comp_tor_value.dist_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute dist in category chem_comp_tor_value. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor_value.comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_tor_value.comp_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute comp_id in category chem_comp_atom in the
 CHEM_COMP_ATOM category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_comp_tor_value.tor_id">
    <rdfs:subPropertyOf rdf:resource="#chem_comp_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_comp_tor_value.tor_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp_tor in the
 CHEM_COMP_TOR category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_linkCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link">
    <rdfs:label>chem_link</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_LINK category give details about
the links between chemical components.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_linkCategory">
    <rdfs:label>chem_linkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_linkCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_link"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link">
    <rdfs:label>chem_linkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_linkCategory.
	has a category chem_link.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_link"/>
    <rdfs:domain rdf:resource="#chem_linkCategory"/>
    <rdfs:range rdf:resource="#chem_link"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_linkItem">
    <rdfs:label>chem_linkItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_link items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_link"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_link">
    <rdfs:label>reference_to_chem_link</rdfs:label>
    <rdfs:comment>cross-reference to chem_link</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_link"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_link">
    <rdfs:label>referenced_by_chem_link</rdfs:label>
    <rdfs:comment>cross-reference from chem_link</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_link"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_link.details">
    <rdfs:subPropertyOf rdf:resource="#chem_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of a link between
chemical components in the structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link.id">
    <rdfs:subPropertyOf rdf:resource="#chem_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category chem_link must uniquely identify each
 item in the CHEM_LINK list.
peptide
oligosaccharide 1,4
DNA
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_angleCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_angle">
    <rdfs:label>chem_link_angle</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_LINK_ANGLE category record details
about angles in a link between chemical components.

    Example 1 - Engh &amp; Huber parameters [Acta Cryst. (1991), A47,
                392-400] as interpreted by J. P. Priestle (1995). Consistent
                Stereochemical Dictionaries for Refinement and Model
                Building. CCP4 Daresbury Study Weekend,
                DL-CONF-95-001, ISSN 1358-6254. Warrington: Daresbury
                Laboratory.
&lt;PDBx:chem_link_angleCategory&gt;
   &lt;PDBx:chem_link_angle atom_id_1="N" atom_id_2="CA" atom_id_3="C" link_id="PEPTIDE"&gt;
      &lt;PDBx:atom_1_comp_id&gt;1&lt;/PDBx:atom_1_comp_id&gt;
      &lt;PDBx:atom_2_comp_id&gt;1&lt;/PDBx:atom_2_comp_id&gt;
      &lt;PDBx:atom_3_comp_id&gt;1&lt;/PDBx:atom_3_comp_id&gt;
      &lt;PDBx:value_angle&gt;111.2&lt;/PDBx:value_angle&gt;
      &lt;PDBx:value_angle_esd&gt;2.8&lt;/PDBx:value_angle_esd&gt;
   &lt;/PDBx:chem_link_angle&gt;
   &lt;PDBx:chem_link_angle atom_id_1="CA" atom_id_2="C" atom_id_3="O" link_id="PEPTIDE"&gt;
      &lt;PDBx:atom_1_comp_id&gt;1&lt;/PDBx:atom_1_comp_id&gt;
      &lt;PDBx:atom_2_comp_id&gt;1&lt;/PDBx:atom_2_comp_id&gt;
      &lt;PDBx:atom_3_comp_id&gt;1&lt;/PDBx:atom_3_comp_id&gt;
      &lt;PDBx:value_angle&gt;120.8&lt;/PDBx:value_angle&gt;
      &lt;PDBx:value_angle_esd&gt;1.7&lt;/PDBx:value_angle_esd&gt;
   &lt;/PDBx:chem_link_angle&gt;
   &lt;PDBx:chem_link_angle atom_id_1="CA" atom_id_2="C" atom_id_3="N" link_id="PEPTIDE"&gt;
      &lt;PDBx:atom_1_comp_id&gt;1&lt;/PDBx:atom_1_comp_id&gt;
      &lt;PDBx:atom_2_comp_id&gt;1&lt;/PDBx:atom_2_comp_id&gt;
      &lt;PDBx:atom_3_comp_id&gt;2&lt;/PDBx:atom_3_comp_id&gt;
      &lt;PDBx:value_angle&gt;116.2&lt;/PDBx:value_angle&gt;
      &lt;PDBx:value_angle_esd&gt;2.0&lt;/PDBx:value_angle_esd&gt;
   &lt;/PDBx:chem_link_angle&gt;
   &lt;PDBx:chem_link_angle atom_id_1="O" atom_id_2="C" atom_id_3="N" link_id="PEPTIDE"&gt;
      &lt;PDBx:atom_1_comp_id&gt;1&lt;/PDBx:atom_1_comp_id&gt;
      &lt;PDBx:atom_2_comp_id&gt;1&lt;/PDBx:atom_2_comp_id&gt;
      &lt;PDBx:atom_3_comp_id&gt;2&lt;/PDBx:atom_3_comp_id&gt;
      &lt;PDBx:value_angle&gt;123.0&lt;/PDBx:value_angle&gt;
      &lt;PDBx:value_angle_esd&gt;1.6&lt;/PDBx:value_angle_esd&gt;
   &lt;/PDBx:chem_link_angle&gt;
   &lt;PDBx:chem_link_angle atom_id_1="C" atom_id_2="N" atom_id_3="CA" link_id="PEPTIDE"&gt;
      &lt;PDBx:atom_1_comp_id&gt;1&lt;/PDBx:atom_1_comp_id&gt;
      &lt;PDBx:atom_2_comp_id&gt;2&lt;/PDBx:atom_2_comp_id&gt;
      &lt;PDBx:atom_3_comp_id&gt;2&lt;/PDBx:atom_3_comp_id&gt;
      &lt;PDBx:value_angle&gt;121.7&lt;/PDBx:value_angle&gt;
      &lt;PDBx:value_angle_esd&gt;1.8&lt;/PDBx:value_angle_esd&gt;
   &lt;/PDBx:chem_link_angle&gt;
&lt;/PDBx:chem_link_angleCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.atom_1_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.atom_1_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.atom_2_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.atom_2_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.atom_3_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.atom_3_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.value_angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.value_angle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.value_angle_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.value_angle_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.value_dist"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.value_dist"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.value_dist_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.value_dist_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.atom_id_1"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.atom_id_2"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.atom_id_3"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_angle.link_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_angleCategory">
    <rdfs:label>chem_link_angleCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_link_angleCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_link_angle"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_angle">
    <rdfs:label>chem_link_angleCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_link_angleCategory.
	has a category chem_link_angle.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_link_angle"/>
    <rdfs:domain rdf:resource="#chem_link_angleCategory"/>
    <rdfs:range rdf:resource="#chem_link_angle"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_angleItem">
    <rdfs:label>chem_link_angleItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_link_angle items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_link_angle"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_link_angle">
    <rdfs:label>reference_to_chem_link_angle</rdfs:label>
    <rdfs:comment>cross-reference to chem_link_angle</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_link_angle"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_link_angle">
    <rdfs:label>referenced_by_chem_link_angle</rdfs:label>
    <rdfs:comment>cross-reference from chem_link_angle</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_link_angle"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.atom_1_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:domain rdf:resource="#chem_link_angle"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether atom 1 is found in the first
or the second of the two components connected by the link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.atom_2_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:domain rdf:resource="#chem_link_angle"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether atom 2 is found in the first
or the second of the two components connected by the link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.atom_3_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:domain rdf:resource="#chem_link_angle"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether atom 3 is found in the first
or the second of the two components connected by the link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.value_angle">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_angle.value_angle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value that should be taken as the target value for the angle
associated with the specified atoms, expressed in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.value_angle_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_angle.value_angle_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute value_angle in category chem_link_angle. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.value_dist">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_angle.value_dist</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value that should be taken as the target value for the angle
associated with the specified atoms, expressed as the distance
between the atoms specified by attribute atom_id_1 in category chem_comp_angle and
 attribute atom_id_3 in category chem_comp_angle. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.value_dist_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_angle.value_dist_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute value_dist in category chem_comp_angle. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.atom_id_1">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_angle.atom_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the first of the three atoms that define the angle.

An atom with this ID must exist in the component of the type
specified by attribute type_comp_1 in category chem_comp_link (or
 attribute type_comp_2 in category chem_comp_link, where the appropriate data item
 is indicated by the value of attribute atom_1_comp_id) in category chem_comp_angle. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.atom_id_2">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_angle.atom_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the second of the three atoms that define the angle.
The second atom is taken to be the apex of the angle.

An atom with this ID must exist in the component of the type
specified by attribute type_comp_1 in category chem_comp_link (or
 attribute type_comp_2 in category chem_comp_link, where the appropriate data item
 is indicated by the value of attribute atom_2_comp_id) in category chem_comp_angle. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.atom_id_3">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_angle.atom_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the third of the three atoms that define the angle.

An atom with this ID must exist in the component of the type
specified by attribute type_comp_1 in category chem_comp_link (or
 attribute type_comp_2 in category chem_comp_link, where the appropriate data item
 is indicated by the value of attribute atom_3_comp_id) in category chem_comp_angle. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_angle.link_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_angle.link_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_link in the CHEM_LINK
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_bondCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_bond"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_bond">
    <rdfs:label>chem_link_bond</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_LINK_BOND category record details about
bonds in a link between components in the chemical structure.

    Example 1 - Engh &amp; Huber parameters [Acta Cryst. (1991), A47,
                392-400] as interpreted by J. P. Priestle (1995). Consistent
                Stereochemical Dictionaries for Refinement and Model
                Building. CCP4 Daresbury Study Weekend,
                DL-CONF-95-001, ISSN 1358-6254. Warrington: Daresbury
                Laboratory.
&lt;PDBx:chem_link_bondCategory&gt;
   &lt;PDBx:chem_link_bond atom_id_1="N" atom_id_2="CA" link_id="PEPTIDE"&gt;
      &lt;PDBx:atom_1_comp_id&gt;1&lt;/PDBx:atom_1_comp_id&gt;
      &lt;PDBx:atom_2_comp_id&gt;1&lt;/PDBx:atom_2_comp_id&gt;
      &lt;PDBx:value_dist&gt;1.458&lt;/PDBx:value_dist&gt;
      &lt;PDBx:value_dist_esd&gt;0.019&lt;/PDBx:value_dist_esd&gt;
   &lt;/PDBx:chem_link_bond&gt;
   &lt;PDBx:chem_link_bond atom_id_1="CA" atom_id_2="C" link_id="PEPTIDE"&gt;
      &lt;PDBx:atom_1_comp_id&gt;1&lt;/PDBx:atom_1_comp_id&gt;
      &lt;PDBx:atom_2_comp_id&gt;1&lt;/PDBx:atom_2_comp_id&gt;
      &lt;PDBx:value_dist&gt;1.525&lt;/PDBx:value_dist&gt;
      &lt;PDBx:value_dist_esd&gt;0.021&lt;/PDBx:value_dist_esd&gt;
   &lt;/PDBx:chem_link_bond&gt;
   &lt;PDBx:chem_link_bond atom_id_1="C" atom_id_2="N" link_id="PEPTIDE"&gt;
      &lt;PDBx:atom_1_comp_id&gt;1&lt;/PDBx:atom_1_comp_id&gt;
      &lt;PDBx:atom_2_comp_id&gt;2&lt;/PDBx:atom_2_comp_id&gt;
      &lt;PDBx:value_dist&gt;1.329&lt;/PDBx:value_dist&gt;
      &lt;PDBx:value_dist_esd&gt;0.014&lt;/PDBx:value_dist_esd&gt;
   &lt;/PDBx:chem_link_bond&gt;
   &lt;PDBx:chem_link_bond atom_id_1="C" atom_id_2="O" link_id="PEPTIDE"&gt;
      &lt;PDBx:atom_1_comp_id&gt;1&lt;/PDBx:atom_1_comp_id&gt;
      &lt;PDBx:atom_2_comp_id&gt;1&lt;/PDBx:atom_2_comp_id&gt;
      &lt;PDBx:value_dist&gt;1.231&lt;/PDBx:value_dist&gt;
      &lt;PDBx:value_dist_esd&gt;0.020&lt;/PDBx:value_dist_esd&gt;
   &lt;/PDBx:chem_link_bond&gt;
&lt;/PDBx:chem_link_bondCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.atom_1_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.atom_1_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.atom_2_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.atom_2_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.value_dist"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.value_dist"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.value_dist_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.value_dist_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.value_order"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.value_order"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.atom_id_1"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.atom_id_2"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_bond.link_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_bondCategory">
    <rdfs:label>chem_link_bondCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_link_bondCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_link_bond"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_bond">
    <rdfs:label>chem_link_bondCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_link_bondCategory.
	has a category chem_link_bond.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_link_bond"/>
    <rdfs:domain rdf:resource="#chem_link_bondCategory"/>
    <rdfs:range rdf:resource="#chem_link_bond"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_bondItem">
    <rdfs:label>chem_link_bondItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_link_bond items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_link_bond"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_link_bond">
    <rdfs:label>reference_to_chem_link_bond</rdfs:label>
    <rdfs:comment>cross-reference to chem_link_bond</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_link_bond"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_link_bond">
    <rdfs:label>referenced_by_chem_link_bond</rdfs:label>
    <rdfs:comment>cross-reference from chem_link_bond</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_link_bond"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_bond.atom_1_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_bondItem"/>
    <rdfs:domain rdf:resource="#chem_link_bond"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether atom 1 is found in the first
or the second of the two components connected by the link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_bond.atom_2_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_bondItem"/>
    <rdfs:domain rdf:resource="#chem_link_bond"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether atom 2 is found in the first
or the second of the two chemical components connected by
the link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_bond.value_dist">
    <rdfs:subPropertyOf rdf:resource="#chem_link_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_bond.value_dist</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value that should be taken as the target for the chemical
bond associated with the specified atoms, expressed as a
distance.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_bond.value_dist_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_link_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_bond.value_dist_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute value_dist in category chem_link_bond. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_bond.value_order">
    <rdfs:subPropertyOf rdf:resource="#chem_link_bondItem"/>
    <rdfs:domain rdf:resource="#chem_link_bond"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sing</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">doub</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">trip</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">quad</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">arom</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">poly</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">delo</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">pi</rdf:first>
                                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value that should be taken as the target for the chemical
bond associated with the specified atoms, expressed as a bond
order.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_bond.atom_id_1">
    <rdfs:subPropertyOf rdf:resource="#chem_link_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_bond.atom_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the first of the two atoms that define the bond.

As this data item does not point to a specific atom in a
specific chemical component, it is not a child in the
linkage sense.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_bond.atom_id_2">
    <rdfs:subPropertyOf rdf:resource="#chem_link_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_bond.atom_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the second of the two atoms that define the bond.

As this data item does not point to a specific atom in a
specific component, it is not a child in the linkage sense.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_bond.link_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_bond.link_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_link in the CHEM_LINK
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_chirCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_chir"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_chir">
    <rdfs:label>chem_link_chir</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_LINK_CHIR category provide details about
the chiral centres in a link between two chemical components.
The atoms bonded to the chiral atom are specified in the
CHEM_LINK_CHIR_ATOM category.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.atom_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.atom_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.atom_config"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.atom_config"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.atom_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.atom_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.number_atoms_all"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.number_atoms_all"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.number_atoms_nh"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.number_atoms_nh"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.volume_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.volume_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.volume_three"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.volume_three"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.volume_three_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.volume_three_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir.link_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_chirCategory">
    <rdfs:label>chem_link_chirCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_link_chirCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_link_chir"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_chir">
    <rdfs:label>chem_link_chirCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_link_chirCategory.
	has a category chem_link_chir.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_link_chir"/>
    <rdfs:domain rdf:resource="#chem_link_chirCategory"/>
    <rdfs:range rdf:resource="#chem_link_chir"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_chirItem">
    <rdfs:label>chem_link_chirItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_link_chir items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_link_chir"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_link_chir">
    <rdfs:label>reference_to_chem_link_chir</rdfs:label>
    <rdfs:comment>cross-reference to chem_link_chir</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_link_chir"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_link_chir">
    <rdfs:label>referenced_by_chem_link_chir</rdfs:label>
    <rdfs:comment>cross-reference from chem_link_chir</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_link_chir"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir.atom_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chirItem"/>
    <rdfs:domain rdf:resource="#chem_link_chir"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether the chiral atom is found in the
first or the second of the two components connected by the
link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir.atom_config">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chirItem"/>
    <rdfs:domain rdf:resource="#chem_link_chir"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">R</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The chiral configuration of the atom that is a chiral centre.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir.atom_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_chir.atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the atom that is a chiral centre.

As this data item does not point to a specific atom in a
specific chemical component, it is not a child in the linkage
sense.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir.number_atoms_all">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_link_chir.number_atoms_all</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of atoms bonded to the atom specified by
attribute atom_id in category chem_link_chir. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir.number_atoms_nh">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_link_chir.number_atoms_nh</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of non-hydrogen atoms bonded to the atom specified by
attribute atom_id in category chem_link_chir. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir.volume_flag">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chirItem"/>
    <rdfs:domain rdf:resource="#chem_link_chir"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sign</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">nosign</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag to indicate whether a chiral volume should match the
standard value in both magnitude and sign, or in magnitude only.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir.volume_three">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_chir.volume_three</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The chiral volume, V(c), for chiral centres that involve a chiral
atom bonded to three non-hydrogen atoms and one hydrogen atom.

V~c~ = V1 * (V2 X V3)

V1 = the vector distance from the atom specified by
attribute atom_id in category chem_link_chir to the first atom in the
 CHEM_LINK_CHIR_ATOM list
V2 = the vector distance from the atom specified by
attribute atom_id in category chem_link_chir to the second atom in the
 CHEM_LINK_CHIR_ATOM list
V3 = the vector distance from the atom specified by
attribute atom_id in category chem_link_chir to the third atom in the
 CHEM_LINK_CHIR_ATOM list
*  = the vector dot product
X  = the vector cross product
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir.volume_three_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_chir.volume_three_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute volume_three in category chem_link_chir. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir.id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_chir.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category chem_link_chir must uniquely identify a record
 in the CHEM_LINK_CHIR list.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir.link_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chirItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_chir.link_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_link in the CHEM_LINK
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_chir_atomCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_chir_atom"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_chir_atom">
    <rdfs:label>chem_link_chir_atom</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_LINK_CHIR_ATOM category enumerate the
atoms bonded to a chiral atom in a link between two
chemical components.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir_atom.atom_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir_atom.atom_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir_atom.dev"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir_atom.dev"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir_atom.atom_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_chir_atom.chir_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_chir_atomCategory">
    <rdfs:label>chem_link_chir_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_link_chir_atomCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_link_chir_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_chir_atom">
    <rdfs:label>chem_link_chir_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_link_chir_atomCategory.
	has a category chem_link_chir_atom.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_link_chir_atom"/>
    <rdfs:domain rdf:resource="#chem_link_chir_atomCategory"/>
    <rdfs:range rdf:resource="#chem_link_chir_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_chir_atomItem">
    <rdfs:label>chem_link_chir_atomItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_link_chir_atom items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_link_chir_atom"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_link_chir_atom">
    <rdfs:label>reference_to_chem_link_chir_atom</rdfs:label>
    <rdfs:comment>cross-reference to chem_link_chir_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_link_chir_atom"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_link_chir_atom">
    <rdfs:label>referenced_by_chem_link_chir_atom</rdfs:label>
    <rdfs:comment>cross-reference from chem_link_chir_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_link_chir_atom"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir_atom.atom_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chir_atomItem"/>
    <rdfs:domain rdf:resource="#chem_link_chir_atom"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether the atom bonded to a chiral
atom is found in the first or the second of the two components
connected by the link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir_atom.dev">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chir_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_chir_atom.dev</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of the position of this atom from the plane defined by
all of the atoms in the plane.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir_atom.atom_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chir_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_chir_atom.atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of an atom bonded to the chiral atom.

As this data item does not point to a specific atom in a
specific chemical component, it is not a child in the linkage
sense.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_chir_atom.chir_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_chir_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_chir_atom.chir_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_link_chir in the
 CHEM_LINK_CHIR category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_planeCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_plane"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_plane">
    <rdfs:label>chem_link_plane</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_LINK_PLANE category provide identifiers
for the planes in a link between two chemical components.
The atoms in the plane are specified in the CHEM_LINK_PLANE_ATOM
category.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_plane.number_atoms_all"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_plane.number_atoms_all"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_plane.number_atoms_nh"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_plane.number_atoms_nh"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_plane.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_plane.link_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_planeCategory">
    <rdfs:label>chem_link_planeCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_link_planeCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_link_plane"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_plane">
    <rdfs:label>chem_link_planeCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_link_planeCategory.
	has a category chem_link_plane.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_link_plane"/>
    <rdfs:domain rdf:resource="#chem_link_planeCategory"/>
    <rdfs:range rdf:resource="#chem_link_plane"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_planeItem">
    <rdfs:label>chem_link_planeItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_link_plane items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_link_plane"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_link_plane">
    <rdfs:label>reference_to_chem_link_plane</rdfs:label>
    <rdfs:comment>cross-reference to chem_link_plane</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_link_plane"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_link_plane">
    <rdfs:label>referenced_by_chem_link_plane</rdfs:label>
    <rdfs:comment>cross-reference from chem_link_plane</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_link_plane"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_plane.number_atoms_all">
    <rdfs:subPropertyOf rdf:resource="#chem_link_planeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_link_plane.number_atoms_all</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of atoms in the plane.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_plane.number_atoms_nh">
    <rdfs:subPropertyOf rdf:resource="#chem_link_planeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chem_link_plane.number_atoms_nh</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of non-hydrogen atoms in the plane.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_plane.id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_planeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_plane.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category chem_link_plane must uniquely identify a record
 in the CHEM_LINK_PLANE list.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_plane.link_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_planeItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_plane.link_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_link in the CHEM_LINK
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_plane_atomCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_plane_atom"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_plane_atom">
    <rdfs:label>chem_link_plane_atom</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_LINK_PLANE_ATOM category enumerate the
atoms in a plane in a link between two chemical components.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_plane_atom.atom_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_plane_atom.atom_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_plane_atom.atom_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_plane_atom.plane_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_plane_atomCategory">
    <rdfs:label>chem_link_plane_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_link_plane_atomCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_link_plane_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_plane_atom">
    <rdfs:label>chem_link_plane_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_link_plane_atomCategory.
	has a category chem_link_plane_atom.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_link_plane_atom"/>
    <rdfs:domain rdf:resource="#chem_link_plane_atomCategory"/>
    <rdfs:range rdf:resource="#chem_link_plane_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_plane_atomItem">
    <rdfs:label>chem_link_plane_atomItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_link_plane_atom items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_link_plane_atom"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_link_plane_atom">
    <rdfs:label>reference_to_chem_link_plane_atom</rdfs:label>
    <rdfs:comment>cross-reference to chem_link_plane_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_link_plane_atom"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_link_plane_atom">
    <rdfs:label>referenced_by_chem_link_plane_atom</rdfs:label>
    <rdfs:comment>cross-reference from chem_link_plane_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_link_plane_atom"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_plane_atom.atom_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_plane_atomItem"/>
    <rdfs:domain rdf:resource="#chem_link_plane_atom"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether the atom in a plane is found in
the first or the second of the two components connected by the
link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_plane_atom.atom_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_plane_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_plane_atom.atom_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of an atom involved in the plane.

As this data item does not point to a specific atom in a
specific chemical component, it is not a child in the linkage
sense.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_plane_atom.plane_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_plane_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_plane_atom.plane_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_link_plane in the
 CHEM_LINK_PLANE category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_torCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_tor"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_tor">
    <rdfs:label>chem_link_tor</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_LINK_TOR category record details about
the torsion angles in a link between two chemical components.
As torsion angles can have more than one target value, the
target values are specified in the CHEM_LINK_TOR_VALUE category.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_1_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_1_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_2_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_2_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_3_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_3_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_4_comp_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_4_comp_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_id_4"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.atom_id_4"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor.link_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_torCategory">
    <rdfs:label>chem_link_torCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_link_torCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_link_tor"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_tor">
    <rdfs:label>chem_link_torCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_link_torCategory.
	has a category chem_link_tor.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_link_tor"/>
    <rdfs:domain rdf:resource="#chem_link_torCategory"/>
    <rdfs:range rdf:resource="#chem_link_tor"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_torItem">
    <rdfs:label>chem_link_torItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_link_tor items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_link_tor"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_link_tor">
    <rdfs:label>reference_to_chem_link_tor</rdfs:label>
    <rdfs:comment>cross-reference to chem_link_tor</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_link_tor"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_link_tor">
    <rdfs:label>referenced_by_chem_link_tor</rdfs:label>
    <rdfs:comment>cross-reference from chem_link_tor</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_link_tor"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor.atom_1_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_torItem"/>
    <rdfs:domain rdf:resource="#chem_link_tor"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether atom 1 is found in the first
or the second of the two components connected by the link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor.atom_2_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_torItem"/>
    <rdfs:domain rdf:resource="#chem_link_tor"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether atom 2 is found in the first
or the second of the two components connected by the link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor.atom_3_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_torItem"/>
    <rdfs:domain rdf:resource="#chem_link_tor"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether atom 3 is found in the first
or the second of the two components connected by the link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor.atom_4_comp_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_torItem"/>
    <rdfs:domain rdf:resource="#chem_link_tor"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item indicates whether atom 4 is found in the first
or the second of the two components connected by the link.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor.atom_id_1">
    <rdfs:subPropertyOf rdf:resource="#chem_link_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_tor.atom_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the first of the four atoms that define the torsion
angle.

As this data item does not point to a specific atom in a
specific chemical component, it is not a child in the linkage
sense.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor.atom_id_2">
    <rdfs:subPropertyOf rdf:resource="#chem_link_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_tor.atom_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the second of the four atoms that define the torsion
angle.

As this data item does not point to a specific atom in a
specific chemical component, it is not a child in the linkage
sense.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor.atom_id_3">
    <rdfs:subPropertyOf rdf:resource="#chem_link_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_tor.atom_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the third of the four atoms that define the torsion
angle.

As this data item does not point to a specific atom in a
specific chemical component, it is not a child in the linkage
sense.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor.atom_id_4">
    <rdfs:subPropertyOf rdf:resource="#chem_link_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_tor.atom_id_4</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ID of the fourth of the four atoms that define the torsion
angle.

As this data item does not point to a specific atom in a
specific chemical component, it is not a child in the linkage
sense.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor.id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_tor.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category chem_link_tor must uniquely identify a
 record in the CHEM_LINK_TOR list.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor.link_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_torItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_tor.link_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_link in the CHEM_LINK
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_tor_valueCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chem_link_tor_value"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_tor_value">
    <rdfs:label>chem_link_tor_value</rdfs:label>
    <rdfs:comment>
Data items in the CHEM_LINK_TOR_VALUE category record details
about the target values for the torsion angles enumerated in the
CHEM_LINK_TOR list. Target values may be specified as angles
in degrees, as a distance between the first and fourth atoms, or
both.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor_value.angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor_value.angle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor_value.angle_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor_value.angle_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor_value.dist"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor_value.dist"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor_value.dist_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor_value.dist_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chem_link_tor_value.tor_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_tor_valueCategory">
    <rdfs:label>chem_link_tor_valueCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chem_link_tor_valueCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chem_link_tor_value"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chem_link_tor_value">
    <rdfs:label>chem_link_tor_valueCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chem_link_tor_valueCategory.
	has a category chem_link_tor_value.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chem_link_tor_value"/>
    <rdfs:domain rdf:resource="#chem_link_tor_valueCategory"/>
    <rdfs:range rdf:resource="#chem_link_tor_value"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chem_link_tor_valueItem">
    <rdfs:label>chem_link_tor_valueItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chem_link_tor_value items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chem_link_tor_value"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chem_link_tor_value">
    <rdfs:label>reference_to_chem_link_tor_value</rdfs:label>
    <rdfs:comment>cross-reference to chem_link_tor_value</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chem_link_tor_value"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chem_link_tor_value">
    <rdfs:label>referenced_by_chem_link_tor_value</rdfs:label>
    <rdfs:comment>cross-reference from chem_link_tor_value</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chem_link_tor_value"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor_value.angle">
    <rdfs:subPropertyOf rdf:resource="#chem_link_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_tor_value.angle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A value that should be taken as a potential target value for the
torsion angle associated with the specified atoms, expressed in
degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor_value.angle_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_link_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_tor_value.angle_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute angle in category chem_link_tor_value. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor_value.dist">
    <rdfs:subPropertyOf rdf:resource="#chem_link_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_tor_value.dist</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A value that should be taken as a potential target value for the
torsion angle associated with the specified atoms, expressed as
the distance between the atoms specified by
_chem_link_tor.atom_id_1 and _chem_link_tor.atom_id_4 in the
referenced record in the CHEM_LINK_TOR list. Note that the
torsion angle cannot be fully specified by a distance (for
instance, a torsion angle of -60 degree will yield the same
distance as a 60 degree angle). However, the distance
specification can be useful for refinement in situations in
which the angle is already close to the desired value.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor_value.dist_esd">
    <rdfs:subPropertyOf rdf:resource="#chem_link_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chem_link_tor_value.dist_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute dist in category chem_link_tor_value. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chem_link_tor_value.tor_id">
    <rdfs:subPropertyOf rdf:resource="#chem_link_tor_valueItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chem_link_tor_value.tor_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_link_tor in the
 CHEM_LINK_TOR category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemicalCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemical"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemical">
    <rdfs:label>chemical</rdfs:label>
    <rdfs:comment>
Data items in the CHEMICAL category would not in general be
used in a macromolecular CIF. See instead the ENTITY data
items.

Data items in the CHEMICAL category record details about the
composition and chemical properties of the compounds. The
formula data items must agree with those that specify the
density, unit-cell and Z values.

    Example 1 - based on data set 9597gaus of Alyea, Ferguson &amp; Kannan
                [Acta Cryst. (1996), C52, 765-767].
&lt;PDBx:chemicalCategory&gt;
   &lt;PDBx:chemical entry_id="9597gaus"&gt;
      &lt;PDBx:name_systematic&gt;trans-bis(tricyclohexylphosphine)tetracarbonylmolybdenum(0)&lt;/PDBx:name_systematic&gt;
   &lt;/PDBx:chemical&gt;
&lt;/PDBx:chemicalCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.absolute_configuration"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.absolute_configuration"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.compound_source"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.compound_source"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.melting_point"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.melting_point"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.melting_point_gt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.melting_point_gt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.melting_point_lt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.melting_point_lt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.name_common"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.name_common"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.name_mineral"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.name_mineral"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.name_structure_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.name_structure_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.name_systematic"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.name_systematic"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.optical_rotation"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.optical_rotation"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.properties_biological"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.properties_biological"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.properties_physical"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.properties_physical"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_decomposition"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_decomposition"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_decomposition_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_decomposition_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_decomposition_gt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_decomposition_gt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_decomposition_lt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_decomposition_lt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_sublimation"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_sublimation"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_sublimation_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_sublimation_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_sublimation_gt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_sublimation_gt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_sublimation_lt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.temperature_sublimation_lt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chemicalCategory">
    <rdfs:label>chemicalCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chemicalCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chemical"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chemical">
    <rdfs:label>chemicalCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chemicalCategory.
	has a category chemical.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chemical"/>
    <rdfs:domain rdf:resource="#chemicalCategory"/>
    <rdfs:range rdf:resource="#chemical"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemicalItem">
    <rdfs:label>chemicalItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chemical items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chemical"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chemical">
    <rdfs:label>reference_to_chemical</rdfs:label>
    <rdfs:comment>cross-reference to chemical</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chemical"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chemical">
    <rdfs:label>referenced_by_chemical</rdfs:label>
    <rdfs:comment>cross-reference from chemical</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chemical"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chemical.absolute_configuration">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:domain rdf:resource="#chemical"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">rm</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ad</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">rmad</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">syn</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">unk</rdf:first>
                            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Necessary conditions for the assignment of
attribute absolute_configuration in category chemical are given by H. D. Flack and
 G. Bernardinelli (1999, 2000).

Ref: Flack, H. D. &amp; Bernardinelli, G. (1999). Acta Cryst. A55,
908-915. (http://www.iucr.org/paper?sh0129)
Flack, H. D. &amp; Bernardinelli, G. (2000). J. Appl. Cryst.
33, 1143-1148. (http://www.iucr.org/paper?ks0021)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.compound_source">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical.compound_source</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Description of the source of the compound under study, or of the
parent  molecule if a simple derivative is studied. This includes
the place of discovery for minerals or the actual source of a
natural product.
From Norilsk (USSR)
Extracted from the bark of Cinchona Naturalis
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.melting_point">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.melting_point</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The temperature in kelvins at which the crystalline solid changes
to a liquid.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.melting_point_gt">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.melting_point_gt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A temperature in kelvins above
which the melting point (the temperature at which the
crystalline solid changes to a liquid) lies.
_chemical.melting_point_gt and _chemical.melting_point_lt
allow a range of temperatures to be given.

attribute melting_point in category chemical should always be used in preference
 to these two items whenever possible.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.melting_point_lt">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.melting_point_lt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A temperature in kelvins below which the melting point (the
temperature at which the crystalline solid changes to a liquid)
lies. _chemical.melting_point_gt and _chemical.melting_point_lt
allow a range of temperatures to be given.

attribute melting_point in category chemical should always be used in preference
 to these two items whenever possible.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.name_common">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical.name_common</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Trivial name by which the compound is commonly known.
1-bromoestradiol
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.name_mineral">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical.name_mineral</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Mineral name accepted by the International Mineralogical
Association. Use only for natural minerals. See also
attribute compound_source in category chemical. 
chalcopyrite
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.name_structure_type">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical.name_structure_type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Commonly used structure-type name. Usually only applied to
minerals or inorganic compounds.
perovskite
sphalerite
A15
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.name_systematic">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical.name_systematic</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
IUPAC or Chemical Abstracts full name of the compound.
1-bromoestra-1,3,5(10)-triene-3,17\b-diol
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.optical_rotation">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical.optical_rotation</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The optical rotation in solution of the compound is
specified in the following format:
'[\a]^TEMP^~WAVE~ = SORT (c = CONC, SOLV)'
where:
TEMP is the temperature of the measurement in degrees
Celsius,
WAVE is an indication of the wavelength of the light
used for the measurement,
CONC is the concentration of the solution given as the
mass of the substance in g in 100 ml of solution,
SORT is the signed value (preceded by a + or a - sign)
of 100.\a/(l.c), where \a is the signed optical
rotation in degrees measured in a cell of length l in
dm and c is the value of CONC as defined above, and
SOLV is the chemical formula of the solvent.
[\a]^25^~D~ = +108 (c = 3.42, CHCl~3~)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.properties_biological">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical.properties_biological</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A free-text description of the biological properties of the
material.
              diverse biological activities including use as a
               laxative and strong antibacterial activity against
               S. aureus and weak activity against
               cyclooxygenase-1 (COX-1)
              antibiotic activity against Bacillus subtilis
               (ATCC 6051) but no significant activity against
               Candida albicans (ATCC 14053), Aspergillus flavus
               (NRRL 6541) and Fusarium verticillioides (NRRL
               25457)
              weakly potent lipoxygenase nonredox inhibitor
              no influenza A virus sialidase inhibitory and
               plaque reduction activities
              low toxicity against Drosophila melanogaster
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.properties_physical">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical.properties_physical</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A free-text description of the physical properties of the material.
air-sensitive
moisture-sensitive
hygroscopic
deliquescent
oxygen-sensitive
photo-sensitive
pyrophoric
semiconductor
ferromagnetic at low temperature
paramagnetic and thermochromic
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.temperature_decomposition">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.temperature_decomposition</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The temperature in kelvins at which the solid decomposes.
350
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.temperature_decomposition_esd">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.temperature_decomposition_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of
attribute temperature_decomposition in category chemical. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.temperature_decomposition_gt">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.temperature_decomposition_gt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A temperature in kelvins above which the solid is known to
decompose. attribute temperature_decomposition_gt in category chemical and
 attribute temperature_decomposition_lt in category chemical allow
 a range of temperatures to be given.

attribute temperature_decomposition in category chemical should always be used in
 preference to these two items whenever possible.
350
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.temperature_decomposition_lt">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.temperature_decomposition_lt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A temperature in kelvins below which the solid is known to
decompose. attribute temperature_decomposition_gt in category chemical and
 attribute temperature_decomposition_lt in category chemical allow
 a range of temperatures to be given.

attribute temperature_decomposition in category chemical should always be used in
 preference to these two items whenever possible.
350
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.temperature_sublimation">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.temperature_sublimation</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The temperature in kelvins at which the solid sublimes.
350
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.temperature_sublimation_esd">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.temperature_sublimation_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of
attribute temperature_sublimation in category chemical. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.temperature_sublimation_gt">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.temperature_sublimation_gt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A temperature in kelvins above which the solid is known to
sublime. attribute temperature_sublimation_gt in category chemical and
 attribute temperature_sublimation_lt in category chemical allow a
 range of temperatures to be given.

attribute temperature_sublimation in category chemical should always be used in
 preference to these two items whenever possible.
350
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.temperature_sublimation_lt">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical.temperature_sublimation_lt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A temperature in kelvins below which the solid is known to
sublime. attribute temperature_sublimation_gt in category chemical and
 attribute temperature_sublimation_lt in category chemical allow a
 range of temperatures to be given.

attribute temperature_sublimation in category chemical should always be used in
 preference to these two items whenever possible.
350
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical.entry_id">
    <rdfs:subPropertyOf rdf:resource="#chemicalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemical_conn_atomCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemical_conn_atom"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemical_conn_atom">
    <rdfs:label>chemical_conn_atom</rdfs:label>
    <rdfs:comment>
Data items in the CHEMICAL_CONN_ATOM category would not, in
general, be used in a macromolecular CIF. See instead the
ENTITY data items.

Data items in the CHEMICAL_CONN_ATOM and CHEMICAL_CONN_BOND
categories record details about the two-dimensional (2D)
chemical structure of the molecular species. They allow
a 2D chemical diagram to be reconstructed for use in a
publication or in a database search for structural and
substructural relationships.

The CHEMICAL_CONN_ATOM data items provide information about the
chemical properties of the atoms in the structure. In cases
where crystallographic and molecular symmetry elements coincide,
they must also contain symmetry-generated atoms, so that the
CHEMICAL_CONN_ATOM and CHEMICAL_CONN_BOND data items will always
describe a complete chemical entity.

    Example 1 - based on data set DPTD of Yamin, Suwandi, Fun, Sivakumar &amp;
                bin Shawkataly [Acta Cryst. (1996), C52, 951-953].
&lt;PDBx:chemical_conn_atomCategory&gt;
   &lt;PDBx:chemical_conn_atom number="1"&gt;
      &lt;PDBx:NCA&gt;1&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;0&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.39&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.81&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;S&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="2"&gt;
      &lt;PDBx:NCA&gt;2&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;0&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.39&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.96&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;S&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="3"&gt;
      &lt;PDBx:NCA&gt;3&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;0&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.14&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.88&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;N&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="4"&gt;
      &lt;PDBx:NCA&gt;3&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;0&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.33&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.88&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="5"&gt;
      &lt;PDBx:NCA&gt;2&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;2&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.11&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.96&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="6"&gt;
      &lt;PDBx:NCA&gt;2&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;2&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.03&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.96&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="7"&gt;
      &lt;PDBx:NCA&gt;2&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;2&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.03&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.80&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="8"&gt;
      &lt;PDBx:NCA&gt;2&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;2&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.11&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.80&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="9"&gt;
      &lt;PDBx:NCA&gt;1&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;0&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.54&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.81&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;S&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="10"&gt;
      &lt;PDBx:NCA&gt;2&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;0&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.54&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.96&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;S&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="11"&gt;
      &lt;PDBx:NCA&gt;3&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;0&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.80&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.88&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;N&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="12"&gt;
      &lt;PDBx:NCA&gt;3&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;0&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.60&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.88&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="13"&gt;
      &lt;PDBx:NCA&gt;2&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;2&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.84&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.96&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="14"&gt;
      &lt;PDBx:NCA&gt;2&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;2&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.91&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.96&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="15"&gt;
      &lt;PDBx:NCA&gt;2&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;2&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.91&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.80&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
   &lt;PDBx:chemical_conn_atom number="16"&gt;
      &lt;PDBx:NCA&gt;2&lt;/PDBx:NCA&gt;
      &lt;PDBx:NH&gt;2&lt;/PDBx:NH&gt;
      &lt;PDBx:display_x&gt;.84&lt;/PDBx:display_x&gt;
      &lt;PDBx:display_y&gt;.80&lt;/PDBx:display_y&gt;
      &lt;PDBx:type_symbol&gt;C&lt;/PDBx:type_symbol&gt;
   &lt;/PDBx:chemical_conn_atom&gt;
&lt;/PDBx:chemical_conn_atomCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.NCA"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.NCA"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.NH"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.NH"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.charge"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.charge"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.display_x"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.display_x"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.display_y"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.display_y"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.type_symbol"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.type_symbol"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_atom.number"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chemical_conn_atomCategory">
    <rdfs:label>chemical_conn_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chemical_conn_atomCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chemical_conn_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chemical_conn_atom">
    <rdfs:label>chemical_conn_atomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chemical_conn_atomCategory.
	has a category chemical_conn_atom.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chemical_conn_atom"/>
    <rdfs:domain rdf:resource="#chemical_conn_atomCategory"/>
    <rdfs:range rdf:resource="#chemical_conn_atom"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemical_conn_atomItem">
    <rdfs:label>chemical_conn_atomItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chemical_conn_atom items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chemical_conn_atom"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chemical_conn_atom">
    <rdfs:label>reference_to_chemical_conn_atom</rdfs:label>
    <rdfs:comment>cross-reference to chemical_conn_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chemical_conn_atom"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chemical_conn_atom">
    <rdfs:label>referenced_by_chemical_conn_atom</rdfs:label>
    <rdfs:comment>cross-reference from chemical_conn_atom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chemical_conn_atom"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chemical_conn_atom.NCA">
    <rdfs:subPropertyOf rdf:resource="#chemical_conn_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chemical_conn_atom.NCA</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of connected atoms excluding terminal hydrogen atoms.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_conn_atom.NH">
    <rdfs:subPropertyOf rdf:resource="#chemical_conn_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chemical_conn_atom.NH</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of hydrogen atoms attached to this atom,
regardless of whether they are included in the refinement or
the ATOM_SITE list. This number is the same as
attribute attached_hydrogens in category atom_site only if none of the hydrogen
 atoms appear in the ATOM_SITE list.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_conn_atom.charge">
    <rdfs:subPropertyOf rdf:resource="#chemical_conn_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chemical_conn_atom.charge</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The net integer charge assigned to this atom. This is the
formal charge assignment normally found in chemical diagrams.
for an ammonium nitrogen
1
for a chloride ion
-1
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_conn_atom.display_x">
    <rdfs:subPropertyOf rdf:resource="#chemical_conn_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical_conn_atom.display_x</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The 2D Cartesian x coordinate of the position of this atom in a
recognizable chemical diagram. The coordinate origin is at the
lower left corner, the x axis is horizontal and the y axis
is vertical. The coordinates must lie in the range 0.0 to 1.0.
These coordinates can be obtained from projections of a suitable
uncluttered view of the molecular structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_conn_atom.display_y">
    <rdfs:subPropertyOf rdf:resource="#chemical_conn_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical_conn_atom.display_y</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The 2D Cartesian y coordinate of the position of this atom in a
recognizable chemical diagram. The coordinate origin is at the
lower left corner, the x axis is horizontal and the y axis
is vertical. The coordinates must lie in the range 0.0 to 1.0.
These coordinates can be obtained from projections of a suitable
uncluttered view of the molecular structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_conn_atom.type_symbol">
    <rdfs:subPropertyOf rdf:resource="#chemical_conn_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical_conn_atom.type_symbol</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute symbol in category atom_type in the
 ATOM_TYPE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_conn_atom.number">
    <rdfs:subPropertyOf rdf:resource="#chemical_conn_atomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chemical_conn_atom.number</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The chemical sequence number to be associated with this atom.
Within an ATOM_SITE list, this number must match one of
the attribute chemical_conn_number in category atom_site values. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemical_conn_bondCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemical_conn_bond"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemical_conn_bond">
    <rdfs:label>chemical_conn_bond</rdfs:label>
    <rdfs:comment>
Data items in the CHEMICAL_CONN_BOND category would not, in
general, be used in a macromolecular CIF. See instead the
ENTITY data items.

Data items in the CHEMICAL_CONN_ATOM and CHEMICAL_CONN_BOND
categories record details about the two-dimensional (2D)
chemical structure of the molecular species. They allow a
2D chemical diagram to be reconstructed for use in a
publication or in a database search for structural and
substructural relationships.

The CHEMICAL_CONN_BOND data items specify the connections
between the atoms in the CHEMICAL_CONN_ATOM list and the nature
of the chemical bond between these atoms.

    Example 1 - based on data set DPTD of Yamin, Suwandi, Fun, Sivakumar &amp;
                bin Shawkataly [Acta Cryst. (1996), C52, 951-953].
&lt;PDBx:chemical_conn_bondCategory&gt;
   &lt;PDBx:chemical_conn_bond atom_1="4" atom_2="1"&gt;
      &lt;PDBx:type&gt;doub&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="4" atom_2="3"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="4" atom_2="2"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="5" atom_2="3"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="6" atom_2="5"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="7" atom_2="6"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="8" atom_2="7"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="8" atom_2="3"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="10" atom_2="2"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="12" atom_2="9"&gt;
      &lt;PDBx:type&gt;doub&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="12" atom_2="11"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="12" atom_2="10"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="13" atom_2="11"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="14" atom_2="13"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="15" atom_2="14"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="16" atom_2="15"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="16" atom_2="11"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="17" atom_2="5"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="18" atom_2="5"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="19" atom_2="6"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="20" atom_2="6"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="21" atom_2="7"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="22" atom_2="7"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="23" atom_2="8"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="24" atom_2="8"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="25" atom_2="13"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="26" atom_2="13"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="27" atom_2="14"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="28" atom_2="14"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="29" atom_2="15"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="30" atom_2="15"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="31" atom_2="16"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
   &lt;PDBx:chemical_conn_bond atom_1="32" atom_2="16"&gt;
      &lt;PDBx:type&gt;sing&lt;/PDBx:type&gt;
   &lt;/PDBx:chemical_conn_bond&gt;
&lt;/PDBx:chemical_conn_bondCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_bond.type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_bond.type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_bond.atom_1"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_conn_bond.atom_2"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chemical_conn_bondCategory">
    <rdfs:label>chemical_conn_bondCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chemical_conn_bondCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chemical_conn_bond"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chemical_conn_bond">
    <rdfs:label>chemical_conn_bondCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chemical_conn_bondCategory.
	has a category chemical_conn_bond.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chemical_conn_bond"/>
    <rdfs:domain rdf:resource="#chemical_conn_bondCategory"/>
    <rdfs:range rdf:resource="#chemical_conn_bond"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemical_conn_bondItem">
    <rdfs:label>chemical_conn_bondItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chemical_conn_bond items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chemical_conn_bond"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chemical_conn_bond">
    <rdfs:label>reference_to_chemical_conn_bond</rdfs:label>
    <rdfs:comment>cross-reference to chemical_conn_bond</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chemical_conn_bond"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chemical_conn_bond">
    <rdfs:label>referenced_by_chemical_conn_bond</rdfs:label>
    <rdfs:comment>cross-reference from chemical_conn_bond</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chemical_conn_bond"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chemical_conn_bond.type">
    <rdfs:subPropertyOf rdf:resource="#chemical_conn_bondItem"/>
    <rdfs:domain rdf:resource="#chemical_conn_bond"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sing</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">doub</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">trip</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">quad</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">arom</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">poly</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">delo</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">pi</rdf:first>
                                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The chemical bond type associated with the connection between
the two sites attribute atom_1 in category chemical_conn_bond and
 attribute atom_2 in category chemical_conn_bond. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_conn_bond.atom_1">
    <rdfs:subPropertyOf rdf:resource="#chemical_conn_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chemical_conn_bond.atom_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute number in category chemical_conn_atom in the
 CHEMICAL_CONN_ATOM category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_conn_bond.atom_2">
    <rdfs:subPropertyOf rdf:resource="#chemical_conn_bondItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>chemical_conn_bond.atom_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute number in category chemical_conn_atom in the
 CHEMICAL_CONN_ATOM category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemical_formulaCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_chemical_formula"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemical_formula">
    <rdfs:label>chemical_formula</rdfs:label>
    <rdfs:comment>
Data items in the CHEMICAL_FORMULA category would not, in
general, be used in a macromolecular CIF. See instead the
ENTITY data items.

Data items in the CHEMICAL_FORMULA category specify the
composition and chemical properties of the compound. The formula
data items must agree with those that specify the density,
unit-cell and Z values.

The following rules apply to the construction of the data items
_chemical_formula.analytical, _chemical_formula.structural and
attribute sum in category chemical_formula. For the data item
 attribute moiety in category chemical_formula, the formula construction is broken up
 into residues or moieties, i.e. groups of atoms that form a
molecular unit or molecular ion. The rules given below apply
within each moiety but different requirements apply to the way
that moieties are connected (see attribute moiety).
 in category chemical_formula 
(1) Only recognized element symbols may be used.

(2) Each element symbol is followed by a 'count' number. A count
of '1' may be omitted.

(3) A space or parenthesis must separate each cluster of (element
symbol + count).

(4) Where a group of elements is enclosed in parentheses, the
multiplier for the group must follow the closing parenthesis.
That is, all element and group multipliers are assumed to be
printed as subscripted numbers. (An exception to this rule
exists for attribute moiety in category chemical_formula formulae where pre- and
 post-multipliers are permitted for molecular units.)

(5) Unless the elements are ordered in a manner that corresponds
to their chemical structure, as in
attribute structural in category chemical_formula, the order of the elements within
 any group or moiety should be:  C, then H, then the other
elements in alphabetical order of their symbol. This is the
'Hill' system used by Chemical Abstracts. This ordering is
used in _chemical_formula.moiety and _chemical_formula.sum.

    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer [(1991).
                Acta Cryst. C47, 2276-2277].
&lt;PDBx:chemical_formulaCategory&gt;
   &lt;PDBx:chemical_formula entry_id="TOZ"&gt;
      &lt;PDBx:moiety&gt;C18 H25 N O3&lt;/PDBx:moiety&gt;
      &lt;PDBx:sum&gt;C18 H25 N O3&lt;/PDBx:sum&gt;
      &lt;PDBx:weight&gt;303.40&lt;/PDBx:weight&gt;
   &lt;/PDBx:chemical_formula&gt;
&lt;/PDBx:chemical_formulaCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.analytical"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.analytical"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.iupac"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.iupac"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.moiety"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.moiety"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.structural"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.structural"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.sum"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.sum"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.weight"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.weight"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.weight_meas"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.weight_meas"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#chemical_formula.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chemical_formulaCategory">
    <rdfs:label>chemical_formulaCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder chemical_formulaCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#chemical_formula"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_chemical_formula">
    <rdfs:label>chemical_formulaCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that chemical_formulaCategory.
	has a category chemical_formula.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#chemical_formula"/>
    <rdfs:domain rdf:resource="#chemical_formulaCategory"/>
    <rdfs:range rdf:resource="#chemical_formula"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="chemical_formulaItem">
    <rdfs:label>chemical_formulaItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for chemical_formula items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#chemical_formula"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_chemical_formula">
    <rdfs:label>reference_to_chemical_formula</rdfs:label>
    <rdfs:comment>cross-reference to chemical_formula</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#chemical_formula"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_chemical_formula">
    <rdfs:label>referenced_by_chemical_formula</rdfs:label>
    <rdfs:comment>cross-reference from chemical_formula</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#chemical_formula"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="chemical_formula.analytical">
    <rdfs:subPropertyOf rdf:resource="#chemical_formulaItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical_formula.analytical</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Formula determined by standard chemical analysis including trace
elements. See the CHEMICAL_FORMULA category description for
rules for writing chemical formulae. Parentheses are used only
for standard uncertainties (estimated standard deviations).
Fe2.45(2)  Ni1.60(3)  S4
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_formula.iupac">
    <rdfs:subPropertyOf rdf:resource="#chemical_formulaItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical_formula.iupac</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Formula expressed in conformance with IUPAC rules for inorganic
and metal-organic compounds where these conflict with the rules
for any other CHEMICAL_FORMULA entries. Typically used for
formatting a formula in accordance with journal rules. This
should appear in the data block in addition to the most
appropriate of the other CHEMICAL_FORMULA data names.

Ref: IUPAC (1990). Nomenclature of Inorganic Chemistry.
Oxford: Blackwell Scientific Publications.
[Co Re (C12 H22 P)2 (C O)6].0.5C H3 O H
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_formula.moiety">
    <rdfs:subPropertyOf rdf:resource="#chemical_formulaItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical_formula.moiety</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Formula with each discrete bonded residue or ion shown as a
separate moiety. See the CHEMICAL_FORMULA category description
for rules for writing chemical formulae. In addition to the
general formulae requirements, the following rules apply:
(1) Moieties are separated by commas ','.
(2) The order of elements within a moiety follows general rule
(5) in the CHEMICAL_FORMULA category description.
(3) Parentheses are not used within moieties but may surround
a moiety. Parentheses may not be nested.
(4) Charges should be placed at the end of the moiety. The
charge '+' or '-' may be preceded by a numerical multiplier
and should be separated from the last (element symbol +
count) by a space. Pre- or post-multipliers may be used for
individual moieties.
C7 H4 Cl Hg N O3 S
C12 H17 N4 O S 1+, C6 H2 N3 O7 1-
C12 H16 N2 O6, 5(H2 O1)
(Cd 2+)3, (C6 N6 Cr 3-)2, 2(H2 O)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_formula.structural">
    <rdfs:subPropertyOf rdf:resource="#chemical_formulaItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical_formula.structural</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
See the CHEMICAL_FORMULA category description for the rules for
writing chemical formulae for inorganics, organometallics, metal
complexes etc., in which bonded groups are preserved as
discrete entities within parentheses, with post-multipliers as
required. The order of the elements should give as much
information as possible about the chemical structure.
Parentheses may be used and nested as required. This formula
should correspond to the structure as actually reported, i.e.
trace elements not included in atom-type and atom-site data
should not be included in this formula (see also
attribute analytical) in category chemical_formula. 
Ca ((Cl O3)2 O)2 (H2 O)6
(Pt (N H3)2 (C5 H7 N3 O)2) (Cl O4)2
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_formula.sum">
    <rdfs:subPropertyOf rdf:resource="#chemical_formulaItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical_formula.sum</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
See the CHEMICAL_FORMULA category description for the rules
for writing chemical formulae in which all discrete bonded
residues and ions are summed over the constituent elements,
following the ordering given in general rule (5) in the
CHEMICAL_FORMULA category description. Parentheses are not
normally used.
C18 H19 N7 O8 S
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_formula.weight">
    <rdfs:subPropertyOf rdf:resource="#chemical_formulaItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical_formula.weight</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Formula mass in daltons. This mass should correspond to the
formulae given under attribute structural,
 in category chemical_formula _chemical_formula.moiety or _chemical_formula.sum and,
together with the Z value and cell parameters, should
yield the density given as attribute density_diffrn in category exptl_crystal. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_formula.weight_meas">
    <rdfs:subPropertyOf rdf:resource="#chemical_formulaItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>chemical_formula.weight_meas</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Formula mass in daltons measured by a non-diffraction experiment.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chemical_formula.entry_id">
    <rdfs:subPropertyOf rdf:resource="#chemical_formulaItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>chemical_formula.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="citationCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_citation"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="citation">
    <rdfs:label>citation</rdfs:label>
    <rdfs:comment>
Data items in the CITATION category record details about the
literature cited as being relevant to the contents of the data
block.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:citationCategory&gt;
   &lt;PDBx:citation id="primary"&gt;
      &lt;PDBx:book_id_ISBN xsi:nil="true" /&gt;
      &lt;PDBx:book_publisher xsi:nil="true" /&gt;
      &lt;PDBx:book_title xsi:nil="true" /&gt;
      &lt;PDBx:coordinate_linkage&gt;yes&lt;/PDBx:coordinate_linkage&gt;
      &lt;PDBx:country&gt;US&lt;/PDBx:country&gt;
      &lt;PDBx:details&gt; The publication that directly relates to this coordinate
set.&lt;/PDBx:details&gt;
      &lt;PDBx:journal_abbrev&gt;J. Biol. Chem.&lt;/PDBx:journal_abbrev&gt;
      &lt;PDBx:journal_id_ASTM&gt;HBCHA3&lt;/PDBx:journal_id_ASTM&gt;
      &lt;PDBx:journal_id_CSD&gt;071&lt;/PDBx:journal_id_CSD&gt;
      &lt;PDBx:journal_id_ISSN&gt;0021-9258&lt;/PDBx:journal_id_ISSN&gt;
      &lt;PDBx:journal_issue xsi:nil="true" /&gt;
      &lt;PDBx:journal_volume&gt;265&lt;/PDBx:journal_volume&gt;
      &lt;PDBx:page_first&gt;14209&lt;/PDBx:page_first&gt;
      &lt;PDBx:page_last&gt;14219&lt;/PDBx:page_last&gt;
      &lt;PDBx:title&gt; Crystallographic analysis of a complex between human
immunodeficiency virus type 1 protease and acetyl-pepstatin
at 2.0-Angstroms resolution.&lt;/PDBx:title&gt;
      &lt;PDBx:year&gt;1990&lt;/PDBx:year&gt;
   &lt;/PDBx:citation&gt;
   &lt;PDBx:citation id="2"&gt;
      &lt;PDBx:book_id_ISBN xsi:nil="true" /&gt;
      &lt;PDBx:book_publisher xsi:nil="true" /&gt;
      &lt;PDBx:book_title xsi:nil="true" /&gt;
      &lt;PDBx:coordinate_linkage&gt;no&lt;/PDBx:coordinate_linkage&gt;
      &lt;PDBx:country&gt;UK&lt;/PDBx:country&gt;
      &lt;PDBx:details&gt; Determination of the structure of the unliganded enzyme.&lt;/PDBx:details&gt;
      &lt;PDBx:journal_abbrev&gt;Nature&lt;/PDBx:journal_abbrev&gt;
      &lt;PDBx:journal_id_ASTM&gt;NATUAS&lt;/PDBx:journal_id_ASTM&gt;
      &lt;PDBx:journal_id_CSD&gt;006&lt;/PDBx:journal_id_CSD&gt;
      &lt;PDBx:journal_id_ISSN&gt;0028-0836&lt;/PDBx:journal_id_ISSN&gt;
      &lt;PDBx:journal_issue xsi:nil="true" /&gt;
      &lt;PDBx:journal_volume&gt;337&lt;/PDBx:journal_volume&gt;
      &lt;PDBx:page_first&gt;615&lt;/PDBx:page_first&gt;
      &lt;PDBx:page_last&gt;619&lt;/PDBx:page_last&gt;
      &lt;PDBx:title&gt; Three-dimensional structure of aspartyl-protease from human
immunodeficiency virus HIV-1.&lt;/PDBx:title&gt;
      &lt;PDBx:year&gt;1989&lt;/PDBx:year&gt;
   &lt;/PDBx:citation&gt;
   &lt;PDBx:citation id="3"&gt;
      &lt;PDBx:book_id_ISBN xsi:nil="true" /&gt;
      &lt;PDBx:book_publisher xsi:nil="true" /&gt;
      &lt;PDBx:book_title xsi:nil="true" /&gt;
      &lt;PDBx:coordinate_linkage&gt;no&lt;/PDBx:coordinate_linkage&gt;
      &lt;PDBx:country&gt;US&lt;/PDBx:country&gt;
      &lt;PDBx:details&gt; Crystallization of the unliganded enzyme.&lt;/PDBx:details&gt;
      &lt;PDBx:journal_abbrev&gt;J. Biol. Chem.&lt;/PDBx:journal_abbrev&gt;
      &lt;PDBx:journal_id_ASTM&gt;HBCHA3&lt;/PDBx:journal_id_ASTM&gt;
      &lt;PDBx:journal_id_CSD&gt;071&lt;/PDBx:journal_id_CSD&gt;
      &lt;PDBx:journal_id_ISSN&gt;0021-9258&lt;/PDBx:journal_id_ISSN&gt;
      &lt;PDBx:journal_issue xsi:nil="true" /&gt;
      &lt;PDBx:journal_volume&gt;264&lt;/PDBx:journal_volume&gt;
      &lt;PDBx:page_first&gt;1919&lt;/PDBx:page_first&gt;
      &lt;PDBx:page_last&gt;1921&lt;/PDBx:page_last&gt;
      &lt;PDBx:title&gt; Crystallization of the aspartylprotease from human
immunodeficiency virus, HIV-1.&lt;/PDBx:title&gt;
      &lt;PDBx:year&gt;1989&lt;/PDBx:year&gt;
   &lt;/PDBx:citation&gt;
   &lt;PDBx:citation id="4"&gt;
      &lt;PDBx:book_id_ISBN xsi:nil="true" /&gt;
      &lt;PDBx:book_publisher xsi:nil="true" /&gt;
      &lt;PDBx:book_title xsi:nil="true" /&gt;
      &lt;PDBx:coordinate_linkage&gt;no&lt;/PDBx:coordinate_linkage&gt;
      &lt;PDBx:country&gt;US&lt;/PDBx:country&gt;
      &lt;PDBx:details&gt; Expression and purification of the enzyme.&lt;/PDBx:details&gt;
      &lt;PDBx:journal_abbrev&gt;J. Biol. Chem.&lt;/PDBx:journal_abbrev&gt;
      &lt;PDBx:journal_id_ASTM&gt;HBCHA3&lt;/PDBx:journal_id_ASTM&gt;
      &lt;PDBx:journal_id_CSD&gt;071&lt;/PDBx:journal_id_CSD&gt;
      &lt;PDBx:journal_id_ISSN&gt;0021-9258&lt;/PDBx:journal_id_ISSN&gt;
      &lt;PDBx:journal_issue xsi:nil="true" /&gt;
      &lt;PDBx:journal_volume&gt;264&lt;/PDBx:journal_volume&gt;
      &lt;PDBx:page_first&gt;2307&lt;/PDBx:page_first&gt;
      &lt;PDBx:page_last&gt;2312&lt;/PDBx:page_last&gt;
      &lt;PDBx:title&gt; Human immunodeficiency virus protease. Bacterial expression
and characterization of the purified aspartic protease.&lt;/PDBx:title&gt;
      &lt;PDBx:year&gt;1989&lt;/PDBx:year&gt;
   &lt;/PDBx:citation&gt;
&lt;/PDBx:citationCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.abstract"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.abstract"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.abstract_id_CAS"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.abstract_id_CAS"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.book_id_ISBN"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.book_id_ISBN"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.book_publisher"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.book_publisher"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.book_publisher_city"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.book_publisher_city"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.book_title"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.book_title"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.coordinate_linkage"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.coordinate_linkage"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.country"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.country"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.database_id_CSD"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.database_id_CSD"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.database_id_Medline"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.database_id_Medline"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_abbrev"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_abbrev"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_full"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_full"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_id_ASTM"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_id_ASTM"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_id_CSD"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_id_CSD"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_id_ISSN"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_id_ISSN"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_issue"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_issue"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_volume"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.journal_volume"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.language"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.language"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.page_first"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.page_first"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.page_last"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.page_last"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.pdbx_database_id_DOI"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.pdbx_database_id_DOI"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.pdbx_database_id_PubMed"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.pdbx_database_id_PubMed"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.title"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.title"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.unpublished_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.unpublished_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.year"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.year"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_citationCategory">
    <rdfs:label>citationCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder citationCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#citation"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_citation">
    <rdfs:label>citationCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that citationCategory.
	has a category citation.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#citation"/>
    <rdfs:domain rdf:resource="#citationCategory"/>
    <rdfs:range rdf:resource="#citation"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="citationItem">
    <rdfs:label>citationItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for citation items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#citation"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_citation">
    <rdfs:label>reference_to_citation</rdfs:label>
    <rdfs:comment>cross-reference to citation</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#citation"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_citation">
    <rdfs:label>referenced_by_citation</rdfs:label>
    <rdfs:comment>cross-reference from citation</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#citation"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="citation.abstract">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.abstract</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Abstract for the citation. This is used most when the
citation is extracted from a bibliographic database that
contains full text or abstract information.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.abstract_id_CAS">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.abstract_id_CAS</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Chemical Abstracts Service (CAS) abstract identifier;
relevant for journal articles.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.book_id_ISBN">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.book_id_ISBN</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The International Standard Book Number (ISBN) code assigned to
the book cited; relevant for books or book chapters.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.book_publisher">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.book_publisher</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the publisher of the citation; relevant
for books or book chapters.
John Wiley and Sons
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.book_publisher_city">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.book_publisher_city</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The location of the publisher of the citation; relevant
for books or book chapters.
London
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.book_title">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.book_title</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The title of the book in which the citation appeared; relevant
for books or book chapters.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.coordinate_linkage">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:domain rdf:resource="#citation"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">no</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">n</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">yes</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">y</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
attribute coordinate_linkage in category citation states whether this citation
 is concerned with precisely the set of coordinates given in the
data block. If, for instance, the publication described the same
structure, but the coordinates had undergone further refinement
prior to the creation of the data block, the value of this data
item would be 'no'.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.country">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.country</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The country of publication; relevant for books
and book chapters.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.database_id_CSD">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.database_id_CSD</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifier ('refcode') of the database record in the Cambridge
Structural Database that contains details of the cited structure.
LEKKUH
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.database_id_Medline">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>citation.database_id_Medline</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Accession number used by Medline to categorize a specific
bibliographic entry.
89064067
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.details">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the relationship
of the contents of the data block to the literature item cited.
                                 citation relates to this precise
                                  coordinate set
                                 citation relates to earlier low-resolution
                                  structure
                                 citation relates to further refinement of
                                  structure reported in citation 2
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.journal_abbrev">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.journal_abbrev</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Abbreviated name of the cited journal as given in the
Chemical Abstracts Service Source Index.
J. Mol. Biol.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.journal_full">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.journal_full</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Full name of the cited journal; relevant for journal articles.
Journal of Molecular Biology
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.journal_id_ASTM">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.journal_id_ASTM</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The American Society for Testing and Materials (ASTM) code
assigned to the journal cited (also referred to as the CODEN
designator of the Chemical Abstracts Service); relevant for
journal articles.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.journal_id_CSD">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.journal_id_CSD</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Cambridge Structural Database (CSD) code assigned to the
journal cited; relevant for journal articles. This is also the
system used at the Protein Data Bank (PDB).
0070
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.journal_id_ISSN">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.journal_id_ISSN</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The International Standard Serial Number (ISSN) code assigned to
the journal cited; relevant for journal articles.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.journal_issue">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.journal_issue</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Issue number of the journal cited; relevant for journal
articles.
2
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.journal_volume">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.journal_volume</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Volume number of the journal cited; relevant for journal
articles.
174
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.language">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.language</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Language in which the cited article is written.
German
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.page_first">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.page_first</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The first page of the citation; relevant for journal
articles, books and book chapters.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.page_last">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.page_last</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The last page of the citation; relevant for journal
articles, books and book chapters.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.pdbx_database_id_DOI">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.pdbx_database_id_DOI</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Document Object Identifier used by doi.org to uniquely
specify bibliographic entry.
DOI:10.2345/S1384107697000225
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.pdbx_database_id_PubMed">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>citation.pdbx_database_id_PubMed</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Ascession number used by PubMed to categorize a specific
bibliographic entry.
12627512
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.title">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.title</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The title of the citation; relevant for journal articles, books
and book chapters.
                                 Structure of diferric duck ovotransferrin
                                  at 2.35 \%A resolution.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.unpublished_flag">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:domain rdf:resource="#citation"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Y</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">N</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Flag to indicate that this citation will not be published.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.year">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>citation.year</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The year of the citation; relevant for journal articles, books
and book chapters.
1984
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation.id">
    <rdfs:subPropertyOf rdf:resource="#citationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category citation must uniquely identify a record in the
 CITATION list.

The attribute id in category citation 'primary' should be used to indicate the
 citation that the author(s) consider to be the most pertinent to
the contents of the data block.

Note that this item need not be a number; it can be any unique
identifier.
primary
1
2
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="citation_authorCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_citation_author"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="citation_author">
    <rdfs:label>citation_author</rdfs:label>
    <rdfs:comment>
Data items in the CITATION_AUTHOR category record details
about the authors associated with the citations in the
CITATION list.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:citation_authorCategory&gt;
   &lt;PDBx:citation_author citation_id="primary" name="Fitzgerald, P.M.D." ordinal="1"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="primary" name="McKeever, B.M." ordinal="2"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="primary" name="Van Middlesworth, J.F." ordinal="3"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="primary" name="Springer, J.P." ordinal="4"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="primary" name="Heimbach, J.C." ordinal="5"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="primary" name="Leu, C.-T." ordinal="6"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="primary" name="Herber, W.K." ordinal="7"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="primary" name="Dixon, R.A.F." ordinal="8"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="primary" name="Darke, P.L." ordinal="9"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="2" name="Navia, M.A." ordinal="1"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="2" name="Fitzgerald, P.M.D." ordinal="2"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="2" name="McKeever, B.M." ordinal="3"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="2" name="Leu, C.-T." ordinal="4"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="2" name="Heimbach, J.C." ordinal="5"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="2" name="Herber, W.K." ordinal="6"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="2" name="Sigal, I.S." ordinal="7"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="2" name="Darke, P.L." ordinal="8"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="2" name="Springer, J.P." ordinal="9"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="3" name="McKeever, B.M." ordinal="1"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="3" name="Navia, M.A." ordinal="2"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="3" name="Fitzgerald, P.M.D." ordinal="3"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="3" name="Springer, J.P." ordinal="4"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="3" name="Leu, C.-T." ordinal="5"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="3" name="Heimbach, J.C." ordinal="6"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="3" name="Herber, W.K." ordinal="7"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="3" name="Sigal, I.S." ordinal="8"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="3" name="Darke, P.L." ordinal="9"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="4" name="Darke, P.L." ordinal="1"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="4" name="Leu, C.-T." ordinal="2"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="4" name="Davis, L.J." ordinal="3"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="4" name="Heimbach, J.C." ordinal="4"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="4" name="Diehl, R.E." ordinal="5"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="4" name="Hill, W.S." ordinal="6"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="4" name="Dixon, R.A.F." ordinal="7"&gt;&lt;/PDBx:citation_author&gt;
   &lt;PDBx:citation_author citation_id="4" name="Sigal, I.S." ordinal="8"&gt;&lt;/PDBx:citation_author&gt;
&lt;/PDBx:citation_authorCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation_author.citation_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation_author.name"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation_author.ordinal"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_citation_authorCategory">
    <rdfs:label>citation_authorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder citation_authorCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#citation_author"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_citation_author">
    <rdfs:label>citation_authorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that citation_authorCategory.
	has a category citation_author.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#citation_author"/>
    <rdfs:domain rdf:resource="#citation_authorCategory"/>
    <rdfs:range rdf:resource="#citation_author"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="citation_authorItem">
    <rdfs:label>citation_authorItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for citation_author items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#citation_author"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_citation_author">
    <rdfs:label>reference_to_citation_author</rdfs:label>
    <rdfs:comment>cross-reference to citation_author</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#citation_author"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_citation_author">
    <rdfs:label>referenced_by_citation_author</rdfs:label>
    <rdfs:comment>cross-reference from citation_author</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#citation_author"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="citation_author.citation_id">
    <rdfs:subPropertyOf rdf:resource="#citation_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation_author.citation_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category citation in the CITATION
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation_author.name">
    <rdfs:subPropertyOf rdf:resource="#citation_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation_author.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Name of an author of the citation; relevant for journal
articles, books and book chapters.

The family name(s), followed by a comma and including any
dynastic components, precedes the first name(s) or initial(s).
Bleary, Percival R.
O'Neil, F.K.
Van den Bossche, G.
Yang, D.-L.
Simonov, Yu.A
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation_author.ordinal">
    <rdfs:subPropertyOf rdf:resource="#citation_authorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>citation_author.ordinal</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item defines the order of the author's name in the
list of authors of a citation.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="citation_editorCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_citation_editor"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="citation_editor">
    <rdfs:label>citation_editor</rdfs:label>
    <rdfs:comment>
Data items in the CITATION_EDITOR category record details
about the editors associated with the books or book chapters
cited in the CITATION list.

    Example 1 - hypothetical example.
&lt;PDBx:citation_editorCategory&gt;
   &lt;PDBx:citation_editor citation_id="5" name="McKeever, B.M."&gt;&lt;/PDBx:citation_editor&gt;
   &lt;PDBx:citation_editor citation_id="5" name="Navia, M.A."&gt;&lt;/PDBx:citation_editor&gt;
   &lt;PDBx:citation_editor citation_id="5" name="Fitzgerald, P.M.D."&gt;&lt;/PDBx:citation_editor&gt;
   &lt;PDBx:citation_editor citation_id="5" name="Springer, J.P."&gt;&lt;/PDBx:citation_editor&gt;
&lt;/PDBx:citation_editorCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation_editor.ordinal"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation_editor.ordinal"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation_editor.citation_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#citation_editor.name"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_citation_editorCategory">
    <rdfs:label>citation_editorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder citation_editorCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#citation_editor"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_citation_editor">
    <rdfs:label>citation_editorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that citation_editorCategory.
	has a category citation_editor.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#citation_editor"/>
    <rdfs:domain rdf:resource="#citation_editorCategory"/>
    <rdfs:range rdf:resource="#citation_editor"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="citation_editorItem">
    <rdfs:label>citation_editorItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for citation_editor items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#citation_editor"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_citation_editor">
    <rdfs:label>reference_to_citation_editor</rdfs:label>
    <rdfs:comment>cross-reference to citation_editor</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#citation_editor"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_citation_editor">
    <rdfs:label>referenced_by_citation_editor</rdfs:label>
    <rdfs:comment>cross-reference from citation_editor</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#citation_editor"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="citation_editor.ordinal">
    <rdfs:subPropertyOf rdf:resource="#citation_editorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>citation_editor.ordinal</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item defines the order of the editor's name in the
list of editors of a citation.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation_editor.citation_id">
    <rdfs:subPropertyOf rdf:resource="#citation_editorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation_editor.citation_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category citation in the CITATION
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="citation_editor.name">
    <rdfs:subPropertyOf rdf:resource="#citation_editorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>citation_editor.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Names of an editor of the citation; relevant for books and
book chapters.

The family name(s), followed by a comma and including any
dynastic components, precedes the first name(s) or initial(s).
Bleary, Percival R.
O'Neil, F.K.
Van den Bossche, G.
Yang, D.-L.
Simonov, Yu.A
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="computingCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_computing"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="computing">
    <rdfs:label>computing</rdfs:label>
    <rdfs:comment>
Data items in the COMPUTING category record details about the
computer programs used in the crystal structure analysis.

Data items in this category would not, in general, be used in
a macromolecular CIF.  The category SOFTWARE, which allows
a more detailed description of computer programs and
their attributes to be given, would be used instead.

    Example 1 - Rodr\'iguez-Romera, Ruiz-P\'erez &amp; Solans [Acta
                Cryst. (1996), C52, 1415-1417].
&lt;PDBx:computingCategory&gt;
   &lt;PDBx:computing entry_id="1ABC"&gt;
      &lt;PDBx:cell_refinement&gt;CAD-4 (Enraf-Nonius, 1989)&lt;/PDBx:cell_refinement&gt;
      &lt;PDBx:data_collection&gt;CAD-4 (Enraf-Nonius, 1989)&lt;/PDBx:data_collection&gt;
      &lt;PDBx:data_reduction&gt;CFEO (Solans, 1978)&lt;/PDBx:data_reduction&gt;
      &lt;PDBx:molecular_graphics&gt;ORTEPII (Johnson, 1976)&lt;/PDBx:molecular_graphics&gt;
      &lt;PDBx:publication_material&gt;PARST (Nardelli, 1983)&lt;/PDBx:publication_material&gt;
      &lt;PDBx:structure_refinement&gt;SHELXL93 (Sheldrick, 1993)&lt;/PDBx:structure_refinement&gt;
      &lt;PDBx:structure_solution&gt;SHELXS86 (Sheldrick, 1990)&lt;/PDBx:structure_solution&gt;
   &lt;/PDBx:computing&gt;
&lt;/PDBx:computingCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.cell_refinement"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.cell_refinement"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.data_collection"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.data_collection"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.data_reduction"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.data_reduction"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.molecular_graphics"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.molecular_graphics"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.pdbx_data_reduction_ds"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.pdbx_data_reduction_ds"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.pdbx_data_reduction_ii"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.pdbx_data_reduction_ii"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.pdbx_structure_refinement_method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.pdbx_structure_refinement_method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.publication_material"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.publication_material"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.structure_refinement"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.structure_refinement"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.structure_solution"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.structure_solution"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#computing.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_computingCategory">
    <rdfs:label>computingCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder computingCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#computing"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_computing">
    <rdfs:label>computingCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that computingCategory.
	has a category computing.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#computing"/>
    <rdfs:domain rdf:resource="#computingCategory"/>
    <rdfs:range rdf:resource="#computing"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="computingItem">
    <rdfs:label>computingItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for computing items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#computing"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_computing">
    <rdfs:label>reference_to_computing</rdfs:label>
    <rdfs:comment>cross-reference to computing</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#computing"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_computing">
    <rdfs:label>referenced_by_computing</rdfs:label>
    <rdfs:comment>cross-reference from computing</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#computing"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="computing.cell_refinement">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.cell_refinement</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Software used for cell refinement.

Give the program or package name and a brief reference.
CAD4 (Enraf-Nonius, 1989)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="computing.data_collection">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.data_collection</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Software used for data collection.

Give the program or package name and a brief reference.
CAD4 (Enraf-Nonius, 1989)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="computing.data_reduction">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.data_reduction</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Software used for data reduction.

Give the program or package name and a brief reference.
DIFDAT, SORTRF, ADDREF (Hall &amp; Stewart, 1990)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="computing.molecular_graphics">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.molecular_graphics</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Software used for molecular graphics.

Give the program or package name and a brief reference.
FRODO (Jones, 1986), ORTEP (Johnson, 1965)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="computing.pdbx_data_reduction_ds">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.pdbx_data_reduction_ds</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Program/package name for data reduction/data scaling
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="computing.pdbx_data_reduction_ii">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.pdbx_data_reduction_ii</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Program/package name for data reduction/intensity integration software
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="computing.pdbx_structure_refinement_method">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.pdbx_structure_refinement_method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Program/package name for structure refinement method.

                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="computing.publication_material">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.publication_material</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Software used for generating material for publication.

Give the program or package name and a brief reference.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="computing.structure_refinement">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.structure_refinement</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Software used for refinement of the structure.

Give the program or package name and a brief reference.
SHELX85 (Sheldrick, 1985)
X-PLOR (Brunger, 1992)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="computing.structure_solution">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.structure_solution</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Software used for solution of the structure.

Give the program or package name and a brief reference.
SHELX85 (Sheldrick, 1985)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="computing.entry_id">
    <rdfs:subPropertyOf rdf:resource="#computingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>computing.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="databaseCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database">
    <rdfs:label>database</rdfs:label>
    <rdfs:comment>
Data items in the DATABASE category have been superseded by
data items in the DATABASE_2 category. They are included
here only for compliance with older CIFs.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.CSD_history"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.CSD_history"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_CAS"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_CAS"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_CSD"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_CSD"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_ICSD"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_ICSD"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_MDF"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_MDF"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_NBS"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_NBS"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_PDB"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_PDB"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_PDF"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_PDF"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_depnum_ccdc_archive"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_depnum_ccdc_archive"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_depnum_ccdc_fiz"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_depnum_ccdc_fiz"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_depnum_ccdc_journal"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.code_depnum_ccdc_journal"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.journal_ASTM"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.journal_ASTM"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.journal_CSD"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.journal_CSD"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_databaseCategory">
    <rdfs:label>databaseCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder databaseCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#database"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database">
    <rdfs:label>databaseCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that databaseCategory.
	has a category database.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#database"/>
    <rdfs:domain rdf:resource="#databaseCategory"/>
    <rdfs:range rdf:resource="#database"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="databaseItem">
    <rdfs:label>databaseItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for database items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#database"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_database">
    <rdfs:label>reference_to_database</rdfs:label>
    <rdfs:comment>cross-reference to database</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#database"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_database">
    <rdfs:label>referenced_by_database</rdfs:label>
    <rdfs:comment>cross-reference from database</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#database"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="database.CSD_history">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.CSD_history</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A history of changes made by the Cambridge Crystallographic Data
Centre and incorporated into the Cambridge Structural Database
(CSD).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.code_CAS">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.code_CAS</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code assigned by Chemical Abstracts.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.code_CSD">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.code_CSD</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code assigned by the Cambridge Structural Database.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.code_ICSD">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.code_ICSD</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code assigned by the Inorganic Crystal Structure
Database.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.code_MDF">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.code_MDF</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code assigned by the Metals Data File.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.code_NBS">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.code_NBS</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code assigned by the NBS (NIST) Crystal Data Database.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.code_PDB">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.code_PDB</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code assigned by the Protein Data Bank.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.code_PDF">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.code_PDF</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code assigned by the Powder Diffraction File (JCPDS/ICDD).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.code_depnum_ccdc_archive">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.code_depnum_ccdc_archive</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Deposition numbers assigned by the Cambridge Crystallographic
Data Centre (CCDC) to files containing structural information
archived by the CCDC.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.code_depnum_ccdc_fiz">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.code_depnum_ccdc_fiz</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Deposition numbers assigned by the Fachinformationszentrum
Karlsruhe (FIZ) to files containing structural information
archived by the Cambridge Crystallographic Data Centre (CCDC).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.code_depnum_ccdc_journal">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.code_depnum_ccdc_journal</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Deposition numbers assigned by various journals to files
containing structural information archived by the Cambridge
Crystallographic Data Centre (CCDC).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.journal_ASTM">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.journal_ASTM</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ASTM CODEN designator for a journal as given in the Chemical
Source List maintained by the Chemical Abstracts Service.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.journal_CSD">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.journal_CSD</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The journal code used in the Cambridge Structural Database.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database.entry_id">
    <rdfs:subPropertyOf rdf:resource="#databaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_2Category">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_2">
    <rdfs:label>database_2</rdfs:label>
    <rdfs:comment>
Data items in the DATABASE_2 category record details about the
database identifiers of the data block.

These data items are assigned by database managers and should
only appear in a data block if they originate from that source.

The name of this category, DATABASE_2, arose because the
category name DATABASE was already in use in the core CIF
dictionary, but was used differently from the way it needed
to be used in the mmCIF dictionary. Since CIF data names
cannot be changed once they have been adopted, a new category
had to be created.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:database_2Category&gt;
   &lt;PDBx:database_2 database_code="5HVP" database_id="PDB"&gt;&lt;/PDBx:database_2&gt;
&lt;/PDBx:database_2Category&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_2.database_code"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_2.database_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_2Category">
    <rdfs:label>database_2Category</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder database_2Category.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#database_2"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_2">
    <rdfs:label>database_2Category</rdfs:label>
    <rdfs:comment>
	This property indicates that database_2Category.
	has a category database_2.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#database_2"/>
    <rdfs:domain rdf:resource="#database_2Category"/>
    <rdfs:range rdf:resource="#database_2"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_2Item">
    <rdfs:label>database_2Item</rdfs:label>
    <rdfs:comment>Abstract Datatype property for database_2 items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#database_2"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_database_2">
    <rdfs:label>reference_to_database_2</rdfs:label>
    <rdfs:comment>cross-reference to database_2</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#database_2"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_database_2">
    <rdfs:label>referenced_by_database_2</rdfs:label>
    <rdfs:comment>cross-reference from database_2</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#database_2"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="database_2.database_code">
    <rdfs:subPropertyOf rdf:resource="#database_2Item"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_2.database_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code assigned by the database identified in
attribute database_id in category database_2. 
1ABC
ABCDEF
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_2.database_id">
    <rdfs:subPropertyOf rdf:resource="#database_2Item"/>
    <rdfs:domain rdf:resource="#database_2"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CAS</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CSD</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ICSD</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MDF</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NDB</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NBS</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PDB</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PDF</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RCSB</rdf:first>
                                            <rdf:rest>
                                              <rdf:List>
                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EBI</rdf:first>
                                                <rdf:rest>
                                                  <rdf:List>
                                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PDBE</rdf:first>
                                                    <rdf:rest>
                                                      <rdf:List>
                                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">BMRB</rdf:first>
                                                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                      </rdf:List>
                                                    </rdf:rest>
                                                  </rdf:List>
                                                </rdf:rest>
                                              </rdf:List>
                                            </rdf:rest>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An abbreviation that identifies the database.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_caveatCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_caveat"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_caveat">
    <rdfs:label>database_PDB_caveat</rdfs:label>
    <rdfs:comment>
Data items in the DATABASE_PDB_CAVEAT category record details
about features of the data block flagged as 'caveats' by the
Protein Data Bank (PDB).

These data items are included only for consistency with PDB
format files. They should appear in a data block only if that
data block was created by reformatting a PDB format file.

    Example 1 - hypothetical example.
&lt;PDBx:database_PDB_caveatCategory&gt;
   &lt;PDBx:database_PDB_caveat id="1"&gt;
      &lt;PDBx:text&gt; THE CRYSTAL TRANSFORMATION IS IN ERROR BUT IS&lt;/PDBx:text&gt;
   &lt;/PDBx:database_PDB_caveat&gt;
   &lt;PDBx:database_PDB_caveat id="2"&gt;
      &lt;PDBx:text&gt; UNCORRECTABLE AT THIS TIME&lt;/PDBx:text&gt;
   &lt;/PDBx:database_PDB_caveat&gt;
&lt;/PDBx:database_PDB_caveatCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_caveat.text"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_caveat.text"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_caveat.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_caveatCategory">
    <rdfs:label>database_PDB_caveatCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder database_PDB_caveatCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_caveat"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_caveat">
    <rdfs:label>database_PDB_caveatCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that database_PDB_caveatCategory.
	has a category database_PDB_caveat.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_caveat"/>
    <rdfs:domain rdf:resource="#database_PDB_caveatCategory"/>
    <rdfs:range rdf:resource="#database_PDB_caveat"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_caveatItem">
    <rdfs:label>database_PDB_caveatItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for database_PDB_caveat items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#database_PDB_caveat"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_database_PDB_caveat">
    <rdfs:label>reference_to_database_PDB_caveat</rdfs:label>
    <rdfs:comment>cross-reference to database_PDB_caveat</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#database_PDB_caveat"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_database_PDB_caveat">
    <rdfs:label>referenced_by_database_PDB_caveat</rdfs:label>
    <rdfs:comment>cross-reference from database_PDB_caveat</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#database_PDB_caveat"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_caveat.text">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_caveatItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_PDB_caveat.text</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The full text of the PDB caveat record.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_caveat.id">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_caveatItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>database_PDB_caveat.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A unique identifier for the PDB caveat record.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_matrixCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_matrix"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_matrix">
    <rdfs:label>database_PDB_matrix</rdfs:label>
    <rdfs:comment>
The DATABASE_PDB_MATRIX category provides placeholders for
transformation matrices and vectors used by the Protein Data
Bank (PDB).

These data items are included only for consistency with older
PDB format files. They should appear in a data block only if
that data block was created by reformatting a PDB format file.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx11"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx11"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx12"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx12"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx13"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx13"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx21"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx21"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx22"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx22"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx23"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx23"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx31"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx31"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx32"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx32"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx33"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx33"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx_vector1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx_vector1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx_vector2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx_vector2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx_vector3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.origx_vector3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale11"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale11"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale12"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale12"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale13"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale13"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale21"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale21"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale22"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale22"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale23"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale23"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale31"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale31"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale32"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale32"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale33"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale33"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale_vector1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale_vector1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale_vector2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale_vector2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale_vector3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.scale_vector3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_matrix.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_matrixCategory">
    <rdfs:label>database_PDB_matrixCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder database_PDB_matrixCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_matrix"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_matrix">
    <rdfs:label>database_PDB_matrixCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that database_PDB_matrixCategory.
	has a category database_PDB_matrix.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_matrix"/>
    <rdfs:domain rdf:resource="#database_PDB_matrixCategory"/>
    <rdfs:range rdf:resource="#database_PDB_matrix"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_matrixItem">
    <rdfs:label>database_PDB_matrixItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for database_PDB_matrix items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#database_PDB_matrix"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_database_PDB_matrix">
    <rdfs:label>reference_to_database_PDB_matrix</rdfs:label>
    <rdfs:comment>cross-reference to database_PDB_matrix</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#database_PDB_matrix"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_database_PDB_matrix">
    <rdfs:label>referenced_by_database_PDB_matrix</rdfs:label>
    <rdfs:comment>cross-reference from database_PDB_matrix</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#database_PDB_matrix"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx11">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx11</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][1] element of the PDB ORIGX matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx12">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx12</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][2] element of the PDB ORIGX matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx13">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx13</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][3] element of the PDB ORIGX matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx21">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx21</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][1] element of the PDB ORIGX matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx22">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx22</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][2] element of the PDB ORIGX matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx23">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx23</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][3] element of the PDB ORIGX matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx31">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx31</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][1] element of the PDB ORIGX matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx32">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx32</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][2] element of the PDB ORIGX matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx33">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx33</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][3] element of the PDB ORIGX matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx_vector1">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx_vector1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1] element of the PDB ORIGX vector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx_vector2">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx_vector2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2] element of the PDB ORIGX vector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.origx_vector3">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.origx_vector3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3] element of the PDB ORIGX vector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale11">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale11</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][1] element of the PDB SCALE matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale12">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale12</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][2] element of the PDB SCALE matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale13">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale13</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][3] element of the PDB SCALE matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale21">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale21</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][1] element of the PDB SCALE matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale22">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale22</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][2] element of the PDB SCALE matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale23">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale23</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][3] element of the PDB SCALE matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale31">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale31</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][1] element of the PDB SCALE matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale32">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale32</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][2] element of the PDB SCALE matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale33">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale33</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][3] element of the PDB SCALE matrix.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale_vector1">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale_vector1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1] element of the PDB SCALE vector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale_vector2">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale_vector2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2] element of the PDB SCALE vector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.scale_vector3">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_matrix.scale_vector3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3] element of the PDB SCALE vector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_matrix.entry_id">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_PDB_matrix.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_remarkCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_remark"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_remark">
    <rdfs:label>database_PDB_remark</rdfs:label>
    <rdfs:comment>
Data items in the DATABASE_PDB_REMARK category record details
about the data block as archived by the Protein Data Bank (PDB).

Some data appearing in PDB REMARK records can be
algorithmically extracted into the appropriate data items
in the data block.

These data items are included only for consistency with older
PDB format files. They should appear in a data block only if
that data block was created by reformatting a PDB format file.

NOTE: These remark records in this category are not uniformly 
annotated by the PDB and may not be consistent with 
nomenclature or labeling used in the entry.                       

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:database_PDB_remarkCategory&gt;
   &lt;PDBx:database_PDB_remark id="3"&gt;
      &lt;PDBx:text&gt; REFINEMENT. BY THE RESTRAINED LEAST-SQUARES PROCEDURE OF J.
KONNERT AND W. HENDRICKSON (PROGRAM *PROLSQ*).  THE R
VALUE IS 0.176 FOR 12901 REFLECTIONS IN THE RESOLUTION
RANGE 8.0 TO 2.0 ANGSTROMS WITH I .GT. SIGMA(I).
RMS DEVIATIONS FROM IDEAL VALUES (THE VALUES OF
SIGMA, IN PARENTHESES, ARE THE INPUT ESTIMATED
STANDARD DEVIATIONS THAT DETERMINE THE RELATIVE
WEIGHTS OF THE CORRESPONDING RESTRAINTS)
DISTANCE RESTRAINTS (ANGSTROMS)
BOND DISTANCE                            0.018(0.020)
ANGLE DISTANCE                           0.038(0.030)
PLANAR 1-4 DISTANCE                      0.043(0.040)
PLANE RESTRAINT (ANGSTROMS)                0.015(0.020)
CHIRAL-CENTER RESTRAINT (ANGSTROMS**3)     0.177(0.150)
NON-BONDED CONTACT RESTRAINTS (ANGSTROMS)
SINGLE TORSION CONTACT                   0.216(0.500)
MULTIPLE TORSION CONTACT                 0.207(0.500)
POSSIBLE HYDROGEN BOND                   0.245(0.500)
CONFORMATIONAL TORSION ANGLE RESTRAINT (DEGREES)
PLANAR (OMEGA)                             2.6(3.0)
STAGGERED                                 17.4(15.0)
ORTHONORMAL                               18.1(20.0)&lt;/PDBx:text&gt;
   &lt;/PDBx:database_PDB_remark&gt;
   &lt;PDBx:database_PDB_remark id="4"&gt;
      &lt;PDBx:text&gt; THE TWO CHAINS OF THE DIMERIC ENZYME HAS BEEN ASSIGNED THE
THE CHAIN INDICATORS *A* AND *B*.&lt;/PDBx:text&gt;
   &lt;/PDBx:database_PDB_remark&gt;
&lt;/PDBx:database_PDB_remarkCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_remark.text"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_remark.text"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_remark.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_remarkCategory">
    <rdfs:label>database_PDB_remarkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder database_PDB_remarkCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_remark"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_remark">
    <rdfs:label>database_PDB_remarkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that database_PDB_remarkCategory.
	has a category database_PDB_remark.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_remark"/>
    <rdfs:domain rdf:resource="#database_PDB_remarkCategory"/>
    <rdfs:range rdf:resource="#database_PDB_remark"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_remarkItem">
    <rdfs:label>database_PDB_remarkItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for database_PDB_remark items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#database_PDB_remark"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_database_PDB_remark">
    <rdfs:label>reference_to_database_PDB_remark</rdfs:label>
    <rdfs:comment>cross-reference to database_PDB_remark</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#database_PDB_remark"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_database_PDB_remark">
    <rdfs:label>referenced_by_database_PDB_remark</rdfs:label>
    <rdfs:comment>cross-reference from database_PDB_remark</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#database_PDB_remark"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_remark.text">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_remarkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_PDB_remark.text</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The full text of the PDB remark record.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_remark.id">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_remarkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>database_PDB_remark.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A unique identifier for the PDB remark record.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_revCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_rev"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_rev">
    <rdfs:label>database_PDB_rev</rdfs:label>
    <rdfs:comment>
Data items in the DATABASE_PDB_REV category record details
about the history of the data block as archived by the Protein
Data Bank (PDB).

These data items are assigned by the PDB database managers and
should only appear in a data block if they originate from that
source.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:database_PDB_revCategory&gt;
   &lt;PDBx:database_PDB_rev num="1"&gt;
      &lt;PDBx:author_name&gt;Fitzgerald, Paula M.D&lt;/PDBx:author_name&gt;
      &lt;PDBx:date&gt;1991-10-15&lt;/PDBx:date&gt;
      &lt;PDBx:date_original&gt;1990-04-30&lt;/PDBx:date_original&gt;
      &lt;PDBx:mod_type&gt;0&lt;/PDBx:mod_type&gt;
      &lt;PDBx:status&gt;full release&lt;/PDBx:status&gt;
   &lt;/PDBx:database_PDB_rev&gt;
&lt;/PDBx:database_PDB_revCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.author_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.author_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.date"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.date"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.date_original"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.date_original"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.mod_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.mod_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.replaced_by"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.replaced_by"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.replaces"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.replaces"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.status"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.status"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev.num"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_revCategory">
    <rdfs:label>database_PDB_revCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder database_PDB_revCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_rev"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_rev">
    <rdfs:label>database_PDB_revCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that database_PDB_revCategory.
	has a category database_PDB_rev.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_rev"/>
    <rdfs:domain rdf:resource="#database_PDB_revCategory"/>
    <rdfs:range rdf:resource="#database_PDB_rev"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_revItem">
    <rdfs:label>database_PDB_revItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for database_PDB_rev items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#database_PDB_rev"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_database_PDB_rev">
    <rdfs:label>reference_to_database_PDB_rev</rdfs:label>
    <rdfs:comment>cross-reference to database_PDB_rev</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#database_PDB_rev"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_database_PDB_rev">
    <rdfs:label>referenced_by_database_PDB_rev</rdfs:label>
    <rdfs:comment>cross-reference from database_PDB_rev</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#database_PDB_rev"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev.author_name">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_revItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_PDB_rev.author_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the person responsible for submitting this revision
to the PDB.

The family name(s) followed by a comma precedes the first
name(s) or initial(s).
Bleary, Percival R.
O'Neil, F.K.
Van den Bossche, G.
Yang, D.-L.
Simonov, Yu.A
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev.date">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_revItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
    <rdfs:label>database_PDB_rev.date</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Date the PDB revision took place. Taken from the REVDAT record.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev.date_original">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_revItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
    <rdfs:label>database_PDB_rev.date_original</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Date the entry first entered the PDB database in the form
yyyy-mm-dd. Taken from the PDB HEADER record.
1980-08-21
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev.mod_type">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_revItem"/>
    <rdfs:domain rdf:resource="#database_PDB_rev"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</rdf:first>
                                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Taken from the REVDAT record. Refer to the Protein Data Bank
format description at
http://www.rcsb.org/pdb/docs/format/pdbguide2.2/guide2.2_frame.html
for details.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev.replaced_by">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_revItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_PDB_rev.replaced_by</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The PDB code for a subsequent PDB entry that replaced the
PDB file corresponding to this data block.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev.replaces">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_revItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_PDB_rev.replaces</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The PDB code for a previous PDB entry that was replaced by
the PDB file corresponding to this data block.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev.status">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_revItem"/>
    <rdfs:domain rdf:resource="#database_PDB_rev"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">in preparation</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">prerelease</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">full release</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">obsolete</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The status of this revision.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev.num">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_revItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>database_PDB_rev.num</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute num in category database_PDB_rev must uniquely and
 sequentially identify a record in the DATABASE_PDB_REV list.

Note that this item must be a number and that modification
numbers are assigned in increasing numerical order.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_rev_recordCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_rev_record"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_rev_record">
    <rdfs:label>database_PDB_rev_record</rdfs:label>
    <rdfs:comment>
Data items in the DATABASE_PDB_REV_RECORD category record
details about specific record types that were changed in a
given revision of a PDB entry.

These data items are assigned by the PDB database managers and
should only appear in a data block if they originate from that
source.

    Example 1 - hypothetical example.
&lt;PDBx:database_PDB_rev_recordCategory&gt;
   &lt;PDBx:database_PDB_rev_record rev_num="1" type="CONECT"&gt;
      &lt;PDBx:details&gt; Error fix - incorrect connection between
atoms 2312 and 2317&lt;/PDBx:details&gt;
   &lt;/PDBx:database_PDB_rev_record&gt;
   &lt;PDBx:database_PDB_rev_record rev_num="2" type="MATRIX"&gt;
      &lt;PDBx:details&gt;For consistency with 1995-08-04 style-guide&lt;/PDBx:details&gt;
   &lt;/PDBx:database_PDB_rev_record&gt;
   &lt;PDBx:database_PDB_rev_record rev_num="3" type="ORIGX"&gt;
      &lt;PDBx:details&gt;Based on new data from author&lt;/PDBx:details&gt;
   &lt;/PDBx:database_PDB_rev_record&gt;
&lt;/PDBx:database_PDB_rev_recordCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev_record.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev_record.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev_record.rev_num"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_rev_record.type"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_rev_recordCategory">
    <rdfs:label>database_PDB_rev_recordCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder database_PDB_rev_recordCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_rev_record"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_rev_record">
    <rdfs:label>database_PDB_rev_recordCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that database_PDB_rev_recordCategory.
	has a category database_PDB_rev_record.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_rev_record"/>
    <rdfs:domain rdf:resource="#database_PDB_rev_recordCategory"/>
    <rdfs:range rdf:resource="#database_PDB_rev_record"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_rev_recordItem">
    <rdfs:label>database_PDB_rev_recordItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for database_PDB_rev_record items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#database_PDB_rev_record"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_database_PDB_rev_record">
    <rdfs:label>reference_to_database_PDB_rev_record</rdfs:label>
    <rdfs:comment>cross-reference to database_PDB_rev_record</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#database_PDB_rev_record"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_database_PDB_rev_record">
    <rdfs:label>referenced_by_database_PDB_rev_record</rdfs:label>
    <rdfs:comment>cross-reference from database_PDB_rev_record</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#database_PDB_rev_record"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev_record.details">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_rev_recordItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_PDB_rev_record.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the revision of records in
this PDB entry.
Based on new data from author
For consistency with 1995-08-04 style-guide
For consistency with structural class
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev_record.rev_num">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_rev_recordItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>database_PDB_rev_record.rev_num</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute num in category database_PDB_rev in the
 DATABASE_PDB_REV category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_rev_record.type">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_rev_recordItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_PDB_rev_record.type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The types of records that were changed in this revision to a
PDB entry.
CRYST1
SCALE
MTRIX
ATOM
HETATM
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_tvectCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_database_PDB_tvect"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_tvect">
    <rdfs:label>database_PDB_tvect</rdfs:label>
    <rdfs:comment>
The DATABASE_PDB_TVECT category provides placeholders for
the TVECT matrices and vectors used by the Protein Data
Bank (PDB).

These data items are included only for consistency with older
PDB format files. They should appear in a data block only if
the data block was created by reformatting a PDB format file.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_tvect.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_tvect.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_tvect.vector1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_tvect.vector1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_tvect.vector2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_tvect.vector2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_tvect.vector3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_tvect.vector3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#database_PDB_tvect.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_tvectCategory">
    <rdfs:label>database_PDB_tvectCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder database_PDB_tvectCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_tvect"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_database_PDB_tvect">
    <rdfs:label>database_PDB_tvectCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that database_PDB_tvectCategory.
	has a category database_PDB_tvect.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#database_PDB_tvect"/>
    <rdfs:domain rdf:resource="#database_PDB_tvectCategory"/>
    <rdfs:range rdf:resource="#database_PDB_tvect"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="database_PDB_tvectItem">
    <rdfs:label>database_PDB_tvectItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for database_PDB_tvect items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#database_PDB_tvect"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_database_PDB_tvect">
    <rdfs:label>reference_to_database_PDB_tvect</rdfs:label>
    <rdfs:comment>cross-reference to database_PDB_tvect</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#database_PDB_tvect"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_database_PDB_tvect">
    <rdfs:label>referenced_by_database_PDB_tvect</rdfs:label>
    <rdfs:comment>cross-reference from database_PDB_tvect</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#database_PDB_tvect"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_tvect.details">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_tvectItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_PDB_tvect.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of this TVECT.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_tvect.vector1">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_tvectItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_tvect.vector1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1] element of the PDB TVECT vector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_tvect.vector2">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_tvectItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_tvect.vector2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2] element of the PDB TVECT vector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_tvect.vector3">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_tvectItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>database_PDB_tvect.vector3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3] element of the PDB TVECT vector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="database_PDB_tvect.id">
    <rdfs:subPropertyOf rdf:resource="#database_PDB_tvectItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>database_PDB_tvect.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category database_PDB_tvect must uniquely identify a
 record in the DATABASE_PDB_TVECT list.

Note that this item need not be a number; it can be any unique
identifier.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrnCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn">
    <rdfs:label>diffrn</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN category record details about the
diffraction data and their measurement.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:diffrnCategory&gt;
   &lt;PDBx:diffrn id="Set1"&gt;
      &lt;PDBx:ambient_environment&gt; Mother liquor from the reservoir of the vapor diffusion experiment, mounted in room air&lt;/PDBx:ambient_environment&gt;
      &lt;PDBx:ambient_temp&gt;293.0&lt;/PDBx:ambient_temp&gt;
      &lt;PDBx:crystal_support&gt; 0.7 mm glass capillary, sealed with dental wax&lt;/PDBx:crystal_support&gt;
      &lt;PDBx:crystal_treatment&gt; Equilibrated in rotating anode radiation enclosure for
18 hours prior to beginning of data collection&lt;/PDBx:crystal_treatment&gt;
   &lt;/PDBx:diffrn&gt;
&lt;/PDBx:diffrnCategory&gt;


    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer [(1991).
                Acta Cryst. C47, 2276-2277].
&lt;PDBx:diffrnCategory&gt;
   &lt;PDBx:diffrn id="d1"&gt;
      &lt;PDBx:ambient_temp&gt;293&lt;/PDBx:ambient_temp&gt;
      &lt;PDBx:details&gt; \q scan width (1.0 + 0.14tan\q)\&amp;#37;, \q scan rate 1.2\&amp;#37; per
min. Background counts for 5 sec on each side every scan.&lt;/PDBx:details&gt;
   &lt;/PDBx:diffrn&gt;
&lt;/PDBx:diffrnCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_environment"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_environment"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_pressure"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_pressure"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_pressure_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_pressure_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_pressure_gt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_pressure_gt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_pressure_lt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_pressure_lt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_temp"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_temp"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_temp_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_temp_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_temp_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_temp_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_temp_gt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_temp_gt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_temp_lt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.ambient_temp_lt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.crystal_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.crystal_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.crystal_support"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.crystal_support"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.crystal_treatment"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.crystal_treatment"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrnCategory">
    <rdfs:label>diffrnCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrnCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn">
    <rdfs:label>diffrnCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrnCategory.
	has a category diffrn.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn"/>
    <rdfs:domain rdf:resource="#diffrnCategory"/>
    <rdfs:range rdf:resource="#diffrn"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrnItem">
    <rdfs:label>diffrnItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn">
    <rdfs:label>reference_to_diffrn</rdfs:label>
    <rdfs:comment>cross-reference to diffrn</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn">
    <rdfs:label>referenced_by_diffrn</rdfs:label>
    <rdfs:comment>cross-reference from diffrn</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.ambient_environment">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn.ambient_environment</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The gas or liquid surrounding the sample, if not air.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.ambient_pressure">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn.ambient_pressure</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mean hydrostatic pressure in kilopascals at which the
intensities were measured.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.ambient_pressure_esd">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn.ambient_pressure_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of attribute ambient_pressure in category diffrn. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.ambient_pressure_gt">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn.ambient_pressure_gt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mean hydrostatic pressure in kilopascals above which
the intensities were measured. attribute ambient_pressure_gt in category diffrn and
 attribute ambient_pressure_lt in category diffrn allow a pressure range to be given.
 
attribute ambient_pressure in category diffrn should always be used in
 preference to these two items whenever possible.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.ambient_pressure_lt">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn.ambient_pressure_lt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mean hydrostatic pressure in kilopascals below which
the intensities were measured. attribute ambient_pressure_gt in category diffrn and
 attribute ambient_pressure_lt in category diffrn allow a pressure range to be given.
 
attribute ambient_pressure in category diffrn should always be used in
 preference to these two items whenever possible.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.ambient_temp">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn.ambient_temp</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mean temperature in kelvins at which the intensities were
measured.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.ambient_temp_details">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn.ambient_temp_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of temperature control during
data collection.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.ambient_temp_esd">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn.ambient_temp_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute ambient_temp in category diffrn. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.ambient_temp_gt">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn.ambient_temp_gt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mean temperature in kelvins above which the intensities were
measured.  _diffrn.ambient_temp_gt and _diffrn.ambient_temp_lt
allow a range of temperatures to be given.

attribute ambient_temp in category diffrn should always be used in preference
 to these two items whenever possible.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.ambient_temp_lt">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn.ambient_temp_lt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mean temperature in kelvins below which the intensities were
measured. _diffrn.ambient_temp_gt and _diffrn.ambient_temp_lt
allow a range of temperatures to be given.

attribute ambient_temp in category diffrn should always be used in preference
 to these two items whenever possible.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.crystal_id">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn.crystal_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category exptl_crystal in the
 EXPTL_CRYSTAL category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.crystal_support">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn.crystal_support</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The physical device used to support the crystal during data
collection.
glass capillary
quartz capillary
fiber
metal loop
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.crystal_treatment">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn.crystal_treatment</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Remarks about how the crystal was treated prior to intensity
measurement. Particularly relevant when intensities were
measured at low temperature.
equilibrated in hutch for 24 hours
flash frozen in liquid nitrogen
slow cooled with direct air stream
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.details">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Special details of the diffraction measurement process. Should
include information about source instability, crystal motion,
degradation and so on.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn.id">
    <rdfs:subPropertyOf rdf:resource="#diffrnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item uniquely identifies a set of diffraction
data.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_attenuatorCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_attenuator"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_attenuator">
    <rdfs:label>diffrn_attenuator</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_ATTENUATOR category record details
about the diffraction attenuator scales employed.

    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:diffrn_attenuatorCategory&gt;
   &lt;PDBx:diffrn_attenuator code="1"&gt;
      &lt;PDBx:scale&gt;16.976&lt;/PDBx:scale&gt;
   &lt;/PDBx:diffrn_attenuator&gt;
&lt;/PDBx:diffrn_attenuatorCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_attenuator.material"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_attenuator.material"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_attenuator.scale"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_attenuator.scale"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_attenuator.code"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_attenuatorCategory">
    <rdfs:label>diffrn_attenuatorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_attenuatorCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_attenuator"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_attenuator">
    <rdfs:label>diffrn_attenuatorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_attenuatorCategory.
	has a category diffrn_attenuator.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_attenuator"/>
    <rdfs:domain rdf:resource="#diffrn_attenuatorCategory"/>
    <rdfs:range rdf:resource="#diffrn_attenuator"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_attenuatorItem">
    <rdfs:label>diffrn_attenuatorItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_attenuator items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_attenuator"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_attenuator">
    <rdfs:label>reference_to_diffrn_attenuator</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_attenuator</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_attenuator"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_attenuator">
    <rdfs:label>referenced_by_diffrn_attenuator</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_attenuator</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_attenuator"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_attenuator.material">
    <rdfs:subPropertyOf rdf:resource="#diffrn_attenuatorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_attenuator.material</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Material from which the attenuator is made.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_attenuator.scale">
    <rdfs:subPropertyOf rdf:resource="#diffrn_attenuatorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_attenuator.scale</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The scale factor applied when an intensity measurement is
reduced by an attenuator identified by attribute code.
 in category diffrn_attenuator The measured intensity must be multiplied by this scale to
convert it to the same scale as unattenuated intensities.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_attenuator.code">
    <rdfs:subPropertyOf rdf:resource="#diffrn_attenuatorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_attenuator.code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A code associated with a particular attenuator setting. This
code is referenced by the attribute attenuator_code in category diffrn_refln which is
 stored with the diffraction data. See attribute scale in category diffrn_attenuator. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_detectorCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_detector"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_detector">
    <rdfs:label>diffrn_detector</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_DETECTOR category describe the
detector used to measure the scattered radiation, including
any analyser and post-sample collimation.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:diffrn_detectorCategory&gt;
   &lt;PDBx:diffrn_detector diffrn_id="d1"&gt;
      &lt;PDBx:detector&gt;multiwire&lt;/PDBx:detector&gt;
      &lt;PDBx:type&gt;Siemens&lt;/PDBx:type&gt;
   &lt;/PDBx:diffrn_detector&gt;
&lt;/PDBx:diffrn_detectorCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.area_resol_mean"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.area_resol_mean"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.detector"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.detector"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.dtime"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.dtime"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.pdbx_collection_date"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.pdbx_collection_date"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.pdbx_collection_time_total"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.pdbx_collection_time_total"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.pdbx_frames_total"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.pdbx_frames_total"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_detector.diffrn_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_detectorCategory">
    <rdfs:label>diffrn_detectorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_detectorCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_detector"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_detector">
    <rdfs:label>diffrn_detectorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_detectorCategory.
	has a category diffrn_detector.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_detector"/>
    <rdfs:domain rdf:resource="#diffrn_detectorCategory"/>
    <rdfs:range rdf:resource="#diffrn_detector"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_detectorItem">
    <rdfs:label>diffrn_detectorItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_detector items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_detector"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_detector">
    <rdfs:label>reference_to_diffrn_detector</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_detector</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_detector"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_detector">
    <rdfs:label>referenced_by_diffrn_detector</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_detector</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_detector"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_detector.area_resol_mean">
    <rdfs:subPropertyOf rdf:resource="#diffrn_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_detector.area_resol_mean</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The resolution of an area detector, in pixels/mm.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_detector.details">
    <rdfs:subPropertyOf rdf:resource="#diffrn_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_detector.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the radiation detector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_detector.detector">
    <rdfs:subPropertyOf rdf:resource="#diffrn_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_detector.detector</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The general class of the radiation detector.
photographic film
scintillation counter
CCD plate
BF~3~ counter
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_detector.dtime">
    <rdfs:subPropertyOf rdf:resource="#diffrn_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_detector.dtime</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The deadtime in microseconds of the detector used to measure
the diffraction intensities.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_detector.pdbx_collection_date">
    <rdfs:subPropertyOf rdf:resource="#diffrn_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_detector.pdbx_collection_date</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The date of data collection.
1996-12-25
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_detector.pdbx_collection_time_total">
    <rdfs:subPropertyOf rdf:resource="#diffrn_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_detector.pdbx_collection_time_total</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of seconds required to measure this
data set.
120.0
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_detector.pdbx_frames_total">
    <rdfs:subPropertyOf rdf:resource="#diffrn_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_detector.pdbx_frames_total</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of data frames collected for this 
data set.
20
100
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_detector.type">
    <rdfs:subPropertyOf rdf:resource="#diffrn_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_detector.type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The make, model or name of the detector device used.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_detector.diffrn_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_detector.diffrn_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category diffrn in the DIFFRN
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_measurementCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_measurement"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_measurement">
    <rdfs:label>diffrn_measurement</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_MEASUREMENT category record details
about the device used to orient and/or position the crystal
during data measurement and the manner in which the diffraction
data were measured.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:diffrn_measurementCategory&gt;
   &lt;PDBx:diffrn_measurement diffrn_id="d1"&gt;
      &lt;PDBx:details&gt; 440 frames, 0.20 degrees, 150 sec, detector distance 12 cm,
detector angle 22.5 degrees&lt;/PDBx:details&gt;
      &lt;PDBx:device&gt;3-circle camera&lt;/PDBx:device&gt;
      &lt;PDBx:device_details&gt;none&lt;/PDBx:device_details&gt;
      &lt;PDBx:device_type&gt;Supper model x&lt;/PDBx:device_type&gt;
      &lt;PDBx:method&gt;omega scan&lt;/PDBx:method&gt;
   &lt;/PDBx:diffrn_measurement&gt;
&lt;/PDBx:diffrn_measurementCategory&gt;


    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:diffrn_measurementCategory&gt;
   &lt;PDBx:diffrn_measurement diffrn_id="s1"&gt;
      &lt;PDBx:device_type&gt;Philips PW1100/20 diffractometer&lt;/PDBx:device_type&gt;
      &lt;PDBx:method&gt;\q/2\q&lt;/PDBx:method&gt;
   &lt;/PDBx:diffrn_measurement&gt;
&lt;/PDBx:diffrn_measurementCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.device"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.device"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.device_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.device_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.device_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.device_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.specimen_support"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.specimen_support"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_measurement.diffrn_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_measurementCategory">
    <rdfs:label>diffrn_measurementCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_measurementCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_measurement"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_measurement">
    <rdfs:label>diffrn_measurementCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_measurementCategory.
	has a category diffrn_measurement.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_measurement"/>
    <rdfs:domain rdf:resource="#diffrn_measurementCategory"/>
    <rdfs:range rdf:resource="#diffrn_measurement"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_measurementItem">
    <rdfs:label>diffrn_measurementItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_measurement items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_measurement"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_measurement">
    <rdfs:label>reference_to_diffrn_measurement</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_measurement</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_measurement"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_measurement">
    <rdfs:label>referenced_by_diffrn_measurement</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_measurement</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_measurement"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_measurement.details">
    <rdfs:subPropertyOf rdf:resource="#diffrn_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_measurement.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the intensity measurement.
                                 440 frames, 0.20 degrees, 150 sec, detector
                                  distance 12 cm, detector angle 22.5 degrees
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_measurement.device">
    <rdfs:subPropertyOf rdf:resource="#diffrn_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_measurement.device</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The general class of  goniometer or device used to support and
orient the specimen.
3-circle camera
4-circle camera
kappa-geometry camera
oscillation camera
precession camera
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_measurement.device_details">
    <rdfs:subPropertyOf rdf:resource="#diffrn_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_measurement.device_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the device used to measure
the diffraction intensities.
                                 commercial goniometer modified locally to
                                 allow for 90\% \t arc
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_measurement.device_type">
    <rdfs:subPropertyOf rdf:resource="#diffrn_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_measurement.device_type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The make, model or name of the measurement device
(goniometer) used.
Supper model q
Huber model r
Enraf-Nonius model s
homemade
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_measurement.method">
    <rdfs:subPropertyOf rdf:resource="#diffrn_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_measurement.method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Method used to measure intensities.
profile data from theta/2theta scans
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_measurement.specimen_support">
    <rdfs:subPropertyOf rdf:resource="#diffrn_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_measurement.specimen_support</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The physical device used to support the crystal during data
collection.
glass capillary
quartz capillary
fiber
metal loop
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_measurement.diffrn_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_measurementItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_measurement.diffrn_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category diffrn in the DIFFRN
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_orient_matrixCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_orient_matrix"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_orient_matrix">
    <rdfs:label>diffrn_orient_matrix</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_ORIENT_MATRIX category record details
about the orientation matrix used in the measurement of the
diffraction data.

    Example 1 - based on CAD-4 diffractometer data obtained for
                Yb(S-C5H4N)2(THF)4.
&lt;PDBx:diffrn_orient_matrixCategory&gt;
   &lt;PDBx:diffrn_orient_matrix diffrn_id="set1"&gt;
      &lt;PDBx:UB11&gt;-0.071479&lt;/PDBx:UB11&gt;
      &lt;PDBx:UB12&gt;0.020208&lt;/PDBx:UB12&gt;
      &lt;PDBx:UB13&gt;0.039076&lt;/PDBx:UB13&gt;
      &lt;PDBx:UB21&gt;0.035372&lt;/PDBx:UB21&gt;
      &lt;PDBx:UB22&gt;0.056209&lt;/PDBx:UB22&gt;
      &lt;PDBx:UB23&gt;0.078324&lt;/PDBx:UB23&gt;
      &lt;PDBx:UB31&gt;-0.007470&lt;/PDBx:UB31&gt;
      &lt;PDBx:UB32&gt;0.067854&lt;/PDBx:UB32&gt;
      &lt;PDBx:UB33&gt;-0.017832&lt;/PDBx:UB33&gt;
      &lt;PDBx:type&gt; reciprocal axis matrix, multiplies hkl vector to generate
diffractometer xyz vector and diffractometer angles&lt;/PDBx:type&gt;
   &lt;/PDBx:diffrn_orient_matrix&gt;
&lt;/PDBx:diffrn_orient_matrixCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB11"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB11"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB12"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB12"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB13"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB13"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB21"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB21"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB22"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB22"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB23"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB23"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB31"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB31"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB32"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB32"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB33"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.UB33"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_matrix.diffrn_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_orient_matrixCategory">
    <rdfs:label>diffrn_orient_matrixCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_orient_matrixCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_orient_matrix"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_orient_matrix">
    <rdfs:label>diffrn_orient_matrixCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_orient_matrixCategory.
	has a category diffrn_orient_matrix.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_orient_matrix"/>
    <rdfs:domain rdf:resource="#diffrn_orient_matrixCategory"/>
    <rdfs:range rdf:resource="#diffrn_orient_matrix"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_orient_matrixItem">
    <rdfs:label>diffrn_orient_matrixItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_orient_matrix items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_orient_matrix"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_orient_matrix">
    <rdfs:label>reference_to_diffrn_orient_matrix</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_orient_matrix</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_orient_matrix"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_orient_matrix">
    <rdfs:label>referenced_by_diffrn_orient_matrix</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_orient_matrix</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_orient_matrix"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.UB11">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_matrix.UB11</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][1] element of the 3x3 matrix that defines the dimensions
of the reciprocal cell and its orientation with respect to the
local diffractometer axes. See also attribute type in category diffrn_orient_matrix. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.UB12">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_matrix.UB12</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][2] element of the 3x3 matrix that defines the dimensions
of the reciprocal cell and its orientation with respect to the
local diffractometer axes. See also attribute type in category diffrn_orient_matrix. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.UB13">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_matrix.UB13</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][3] element of the 3x3 matrix that defines the dimensions
of the reciprocal cell and its orientation with respect to the
local diffractometer axes. See also attribute type in category diffrn_orient_matrix. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.UB21">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_matrix.UB21</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][1] element of the 3x3 matrix that defines the dimensions
of the reciprocal cell and its orientation with respect to the
local diffractometer axes. See also attribute type in category diffrn_orient_matrix. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.UB22">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_matrix.UB22</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][2] element of the 3x3 matrix that defines the dimensions
of the reciprocal cell and its orientation with respect to the
local diffractometer axes. See also attribute type in category diffrn_orient_matrix. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.UB23">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_matrix.UB23</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][3] element of the 3x3 matrix that defines the dimensions
of the reciprocal cell and its orientation with respect to the
local diffractometer axes. See also attribute type in category diffrn_orient_matrix. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.UB31">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_matrix.UB31</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][1] element of the 3x3 matrix that defines the dimensions
of the reciprocal cell and its orientation with respect to the
local diffractometer axes. See also attribute type in category diffrn_orient_matrix. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.UB32">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_matrix.UB32</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][2] element of the 3x3 matrix that defines the dimensions
of the reciprocal cell and its orientation with respect to the
local diffractometer axes. See also attribute type in category diffrn_orient_matrix. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.UB33">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_matrix.UB33</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][3] element of the 3x3 matrix that defines the dimensions
of the reciprocal cell and its orientation with respect to the
local diffractometer axes. See also attribute type in category diffrn_orient_matrix. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.type">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_orient_matrix.type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the orientation matrix type and how it should
be applied to define the orientation of the crystal precisely
with respect to the diffractometer axes.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_matrix.diffrn_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_matrixItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_orient_matrix.diffrn_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category diffrn in the DIFFRN
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_orient_reflnCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_orient_refln"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_orient_refln">
    <rdfs:label>diffrn_orient_refln</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_ORIENT_REFLN category record details
about the reflections that define the orientation matrix used in
the measurement of the diffraction intensities.

    Example 1 - based on CAD-4 diffractometer data obtained for
                Yb(S-C5H4N)2(THF)4.
&lt;PDBx:diffrn_orient_reflnCategory&gt;
   &lt;PDBx:diffrn_orient_refln diffrn_id="myset1" index_h="2" index_k="0" index_l="2"&gt;
      &lt;PDBx:angle_chi&gt;-28.45&lt;/PDBx:angle_chi&gt;
      &lt;PDBx:angle_kappa&gt;-11.32&lt;/PDBx:angle_kappa&gt;
      &lt;PDBx:angle_omega&gt;5.33&lt;/PDBx:angle_omega&gt;
      &lt;PDBx:angle_phi&gt;101.78&lt;/PDBx:angle_phi&gt;
      &lt;PDBx:angle_psi&gt;0.00&lt;/PDBx:angle_psi&gt;
      &lt;PDBx:angle_theta&gt;10.66&lt;/PDBx:angle_theta&gt;
   &lt;/PDBx:diffrn_orient_refln&gt;
&lt;/PDBx:diffrn_orient_reflnCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_chi"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_chi"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_kappa"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_kappa"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_omega"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_omega"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_phi"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_phi"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_psi"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_psi"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_theta"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.angle_theta"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.diffrn_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.index_h"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.index_k"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_orient_refln.index_l"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_orient_reflnCategory">
    <rdfs:label>diffrn_orient_reflnCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_orient_reflnCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_orient_refln"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_orient_refln">
    <rdfs:label>diffrn_orient_reflnCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_orient_reflnCategory.
	has a category diffrn_orient_refln.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_orient_refln"/>
    <rdfs:domain rdf:resource="#diffrn_orient_reflnCategory"/>
    <rdfs:range rdf:resource="#diffrn_orient_refln"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_orient_reflnItem">
    <rdfs:label>diffrn_orient_reflnItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_orient_refln items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_orient_refln"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_orient_refln">
    <rdfs:label>reference_to_diffrn_orient_refln</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_orient_refln</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_orient_refln"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_orient_refln">
    <rdfs:label>referenced_by_diffrn_orient_refln</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_orient_refln</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_orient_refln"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_refln.angle_chi">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_refln.angle_chi</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Diffractometer angle chi of a reflection used to
define the orientation matrix in degrees. See
attribute UB[][] in category diffrn_orient_matrix and the Miller indices
 in the DIFFRN_ORIENT_REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_refln.angle_kappa">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_refln.angle_kappa</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Diffractometer angle kappa of a reflection used to
define the orientation matrix in degrees. See
attribute UB[][] in category diffrn_orient_matrix and the Miller indices
 in the DIFFRN_ORIENT_REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_refln.angle_omega">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_refln.angle_omega</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Diffractometer angle omega of a reflection used to
define the orientation matrix in degrees. See
attribute UB[][] in category diffrn_orient_matrix and the Miller indices in
 the DIFFRN_ORIENT_REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_refln.angle_phi">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_refln.angle_phi</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Diffractometer angle phi of a reflection used to
define the orientation matrix in degrees. See
attribute UB[][] in category diffrn_orient_matrix and the Miller indices
 in the DIFFRN_ORIENT_REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_refln.angle_psi">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_refln.angle_psi</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Diffractometer angle psi of a reflection used to
define the orientation matrix in degrees. See
attribute UB[][] in category diffrn_orient_matrix and the Miller indices
 in the DIFFRN_ORIENT_REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_refln.angle_theta">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_orient_refln.angle_theta</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Diffractometer angle theta of a reflection used to
define the orientation matrix in degrees. See
attribute UB[][] in category diffrn_orient_matrix and the Miller indices
 in the DIFFRN_ORIENT_REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_refln.diffrn_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_orient_refln.diffrn_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category diffrn in the DIFFRN
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_refln.index_h">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_orient_refln.index_h</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index h of a reflection used to define the orientation
matrix.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_refln.index_k">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_orient_refln.index_k</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index k of a reflection used to define the orientation
matrix.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_orient_refln.index_l">
    <rdfs:subPropertyOf rdf:resource="#diffrn_orient_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_orient_refln.index_l</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index l of a reflection used to define the orientation
matrix.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_radiationCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_radiation"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_radiation">
    <rdfs:label>diffrn_radiation</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_RADIATION category describe
the radiation used in measuring the diffraction intensities,
its collimation and monochromatization before the sample.

Post-sample treatment of the beam is described by data
items in the DIFFRN_DETECTOR category.


    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:diffrn_radiationCategory&gt;
   &lt;PDBx:diffrn_radiation diffrn_id="set1"&gt;
      &lt;PDBx:collimation&gt;0.3 mm double pinhole&lt;/PDBx:collimation&gt;
      &lt;PDBx:monochromator&gt;graphite&lt;/PDBx:monochromator&gt;
      &lt;PDBx:type&gt;Cu K\a&lt;/PDBx:type&gt;
      &lt;PDBx:wavelength_id&gt;1&lt;/PDBx:wavelength_id&gt;
   &lt;/PDBx:diffrn_radiation&gt;
&lt;/PDBx:diffrn_radiationCategory&gt;


    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:diffrn_radiationCategory&gt;
   &lt;PDBx:diffrn_radiation diffrn_id="set1"&gt;
      &lt;PDBx:monochromator&gt;graphite&lt;/PDBx:monochromator&gt;
      &lt;PDBx:type&gt;Cu K\a&lt;/PDBx:type&gt;
      &lt;PDBx:wavelength_id&gt;1&lt;/PDBx:wavelength_id&gt;
   &lt;/PDBx:diffrn_radiation&gt;
&lt;/PDBx:diffrn_radiationCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.collimation"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.collimation"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.filter_edge"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.filter_edge"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.inhomogeneity"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.inhomogeneity"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.monochromator"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.monochromator"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_analyzer"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_analyzer"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_diffrn_protocol"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_diffrn_protocol"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_monochromatic_or_laue_m_l"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_monochromatic_or_laue_m_l"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_scattering_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_scattering_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_wavelength"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_wavelength"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_wavelength_list"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.pdbx_wavelength_list"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.polarisn_norm"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.polarisn_norm"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.polarisn_ratio"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.polarisn_ratio"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.probe"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.probe"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.wavelength_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.wavelength_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.xray_symbol"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.xray_symbol"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation.diffrn_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_radiationCategory">
    <rdfs:label>diffrn_radiationCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_radiationCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_radiation"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_radiation">
    <rdfs:label>diffrn_radiationCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_radiationCategory.
	has a category diffrn_radiation.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_radiation"/>
    <rdfs:domain rdf:resource="#diffrn_radiationCategory"/>
    <rdfs:range rdf:resource="#diffrn_radiation"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_radiationItem">
    <rdfs:label>diffrn_radiationItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_radiation items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_radiation"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_radiation">
    <rdfs:label>reference_to_diffrn_radiation</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_radiation</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_radiation"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_radiation">
    <rdfs:label>referenced_by_diffrn_radiation</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_radiation</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_radiation"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.collimation">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_radiation.collimation</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The collimation or focusing applied to the radiation.
0.3 mm double-pinhole
0.5 mm
focusing mirrors
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.filter_edge">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_radiation.filter_edge</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Absorption edge in angstroms of the radiation filter used.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.inhomogeneity">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_radiation.inhomogeneity</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Half-width in millimetres of the incident beam in the
direction perpendicular to the diffraction plane.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.monochromator">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_radiation.monochromator</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The method used to obtain monochromatic radiation. If a mono-
chromator crystal is used, the material and the indices of the
Bragg reflection are specified.
Zr filter
Ge 220
none
equatorial mounted graphite
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.pdbx_analyzer">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_radiation.pdbx_analyzer</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Indicates the method used to obtain monochromatic radiation.
attribute monochromator in category diffrn_radiation describes the primary beam
 monochromator (pre-specimen monochromation). 
attribute pdbx_analyzer in category diffrn_radiation specifies the
 post-diffraction analyser (post-specimen) monochromation.
Note that monochromators may have either 'parallel' or
'antiparallel' orientation. It is assumed that the
geometry is parallel unless specified otherwise.
In a parallel geometry, the position of the monochromator
allows the incident beam and the final post-specimen
and post-monochromator beam to be as close to parallel
as possible. In a parallel geometry, the diffracting
planes in the specimen and monochromator will be parallel
when 2*theta(monochromator) is equal to 2*theta (specimen).
For further discussion see R. Jenkins and R. Snyder,
Introduction to X-ray Powder Diffraction, Wiley (1996),
pp. 164-5.
GE(111)
Zr filter
Ge 220
none
equatorial mounted graphite (0001)
Si (111), antiparallel
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.pdbx_diffrn_protocol">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_radiation.pdbx_diffrn_protocol</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
SINGLE WAVELENGTH, LAUE, or MAD.
SINGLE WAVELENGTH
MONOCHROMATIC
LAUE
MAD
OTHER
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.pdbx_monochromatic_or_laue_m_l">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:domain rdf:resource="#diffrn_radiation"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">M</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Monochromatic or Laue.
M
L
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.pdbx_scattering_type">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:domain rdf:resource="#diffrn_radiation"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">x-ray</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">neutron</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">electron</rdf:first>
                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The radiation scattering type for this diffraction data set.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.pdbx_wavelength">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_radiation.pdbx_wavelength</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Wavelength of radiation.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.pdbx_wavelength_list">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_radiation.pdbx_wavelength_list</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Comma separated list of wavelengths or wavelength range.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.polarisn_norm">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_radiation.polarisn_norm</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The angle in degrees, as viewed from the specimen, between the
perpendicular component of the polarization and the diffraction
plane. See attribute polarisn_ratio in category diffrn_radiation. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.polarisn_ratio">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_radiation.polarisn_ratio</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Polarization ratio of the diffraction beam incident on the
crystal. This is the ratio of the perpendicularly polarized
to the parallel-polarized component of the radiation. The
perpendicular component forms an angle of
attribute polarisn_norm in category diffrn_radiation to the normal to the
 diffraction plane of the sample (i.e. the plane containing
the incident and reflected beams).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.probe">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:domain rdf:resource="#diffrn_radiation"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">x-ray</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">neutron</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">electron</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gamma</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The nature of the radiation used (i.e. the name of the
subatomic particle or the region of the electromagnetic
spectrum). It is strongly recommended that this information
is given, so that the probe radiation can be simply determined.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.type">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_radiation.type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The nature of the radiation. This is typically a description
of the X-ray wavelength in Siegbahn notation.
CuK\a
Cu K\a~1~
Cu K-L~2,3~
white-beam
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.wavelength_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_radiation.wavelength_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id
 in category diffrn_radiation_wavelength in the DIFFRN_RADIATION_WAVELENGTH category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.xray_symbol">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:domain rdf:resource="#diffrn_radiation"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K-L~3~</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K-L~2~</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K-M~3~</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K-L~2,3~</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The IUPAC symbol for the X-ray wavelength for the probe
radiation.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation.diffrn_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_radiation.diffrn_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category diffrn in the DIFFRN
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_radiation_wavelengthCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_radiation_wavelength"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_radiation_wavelength">
    <rdfs:label>diffrn_radiation_wavelength</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_RADIATION_WAVELENGTH category
describe the wavelength of the radiation used to measure the
diffraction intensities. Items may be looped to identify
and assign weights to distinct components of a
polychromatic beam.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:diffrn_radiation_wavelengthCategory&gt;
   &lt;PDBx:diffrn_radiation_wavelength id="1"&gt;
      &lt;PDBx:wavelength&gt;1.54&lt;/PDBx:wavelength&gt;
      &lt;PDBx:wt&gt;1.0&lt;/PDBx:wt&gt;
   &lt;/PDBx:diffrn_radiation_wavelength&gt;
&lt;/PDBx:diffrn_radiation_wavelengthCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation_wavelength.wavelength"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation_wavelength.wavelength"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation_wavelength.wt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation_wavelength.wt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_radiation_wavelength.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_radiation_wavelengthCategory">
    <rdfs:label>diffrn_radiation_wavelengthCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_radiation_wavelengthCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_radiation_wavelength"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_radiation_wavelength">
    <rdfs:label>diffrn_radiation_wavelengthCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_radiation_wavelengthCategory.
	has a category diffrn_radiation_wavelength.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_radiation_wavelength"/>
    <rdfs:domain rdf:resource="#diffrn_radiation_wavelengthCategory"/>
    <rdfs:range rdf:resource="#diffrn_radiation_wavelength"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_radiation_wavelengthItem">
    <rdfs:label>diffrn_radiation_wavelengthItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_radiation_wavelength items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_radiation_wavelength"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_radiation_wavelength">
    <rdfs:label>reference_to_diffrn_radiation_wavelength</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_radiation_wavelength</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_radiation_wavelength"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_radiation_wavelength">
    <rdfs:label>referenced_by_diffrn_radiation_wavelength</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_radiation_wavelength</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_radiation_wavelength"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation_wavelength.wavelength">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiation_wavelengthItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_radiation_wavelength.wavelength</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The radiation wavelength in angstroms.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation_wavelength.wt">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiation_wavelengthItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_radiation_wavelength.wt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The relative weight of a wavelength identified by the code
attribute id in category diffrn_radiation_wavelength in the list of wavelengths. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_radiation_wavelength.id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_radiation_wavelengthItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_radiation_wavelength.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code identifying each value of
attribute wavelength.
 in category diffrn_radiation_wavelength Items in the DIFFRN_RADIATION_WAVELENGTH category are looped
when multiple wavelengths are used.

This code is used to link with the DIFFRN_REFLN category.
The attribute wavelength_id in category diffrn_refln codes must match one of
 the codes defined in this category.
x1
x2
neut
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_reflnCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_refln"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_refln">
    <rdfs:label>diffrn_refln</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_REFLN category record details about
the intensities in the diffraction data set
identified by attribute diffrn_id.
 in category diffrn_refln 
The DIFFRN_REFLN data items refer to individual intensity
measurements and must be included in looped lists.

The DIFFRN_REFLNS data items specify the parameters that apply
to all intensity  measurements in the particular diffraction
data set identified by attribute diffrn_id in category diffrn_reflns. 

    Example 1 - based on CAD-4 diffractometer data obtained for
                Yb(S-C5H4N)2(THF)4  for data set 'set1' reflection 1102.
&lt;PDBx:diffrn_reflnCategory&gt;
   &lt;PDBx:diffrn_refln diffrn_id="set1" id="1102"&gt;
      &lt;PDBx:angle_chi&gt;32.21&lt;/PDBx:angle_chi&gt;
      &lt;PDBx:angle_kappa&gt;20.12&lt;/PDBx:angle_kappa&gt;
      &lt;PDBx:angle_omega&gt;11.54&lt;/PDBx:angle_omega&gt;
      &lt;PDBx:angle_phi&gt;176.02&lt;/PDBx:angle_phi&gt;
      &lt;PDBx:angle_psi&gt;0.00&lt;/PDBx:angle_psi&gt;
      &lt;PDBx:angle_theta&gt;23.08&lt;/PDBx:angle_theta&gt;
      &lt;PDBx:attenuator_code&gt;Ni.005&lt;/PDBx:attenuator_code&gt;
      &lt;PDBx:counts_bg_1&gt;22&lt;/PDBx:counts_bg_1&gt;
      &lt;PDBx:counts_bg_2&gt;25&lt;/PDBx:counts_bg_2&gt;
      &lt;PDBx:counts_net&gt;3450&lt;/PDBx:counts_net&gt;
      &lt;PDBx:counts_peak&gt;321&lt;/PDBx:counts_peak&gt;
      &lt;PDBx:counts_total&gt;3499&lt;/PDBx:counts_total&gt;
      &lt;PDBx:detect_slit_horiz&gt;0.04&lt;/PDBx:detect_slit_horiz&gt;
      &lt;PDBx:detect_slit_vert&gt;0.02&lt;/PDBx:detect_slit_vert&gt;
      &lt;PDBx:elapsed_time&gt;1.00&lt;/PDBx:elapsed_time&gt;
      &lt;PDBx:index_h&gt;4&lt;/PDBx:index_h&gt;
      &lt;PDBx:index_k&gt;0&lt;/PDBx:index_k&gt;
      &lt;PDBx:index_l&gt;2&lt;/PDBx:index_l&gt;
      &lt;PDBx:intensity_net&gt;202.56&lt;/PDBx:intensity_net&gt;
      &lt;PDBx:intensity_sigma&gt;2.18&lt;/PDBx:intensity_sigma&gt;
      &lt;PDBx:scale_group_code&gt;A24&lt;/PDBx:scale_group_code&gt;
      &lt;PDBx:scan_mode&gt;om&lt;/PDBx:scan_mode&gt;
      &lt;PDBx:scan_mode_backgd&gt;mo&lt;/PDBx:scan_mode_backgd&gt;
      &lt;PDBx:scan_rate&gt;1.2&lt;/PDBx:scan_rate&gt;
      &lt;PDBx:scan_time_backgd&gt;900.00&lt;/PDBx:scan_time_backgd&gt;
      &lt;PDBx:scan_width&gt;1.0&lt;/PDBx:scan_width&gt;
      &lt;PDBx:sint_over_lambda&gt;0.25426&lt;/PDBx:sint_over_lambda&gt;
      &lt;PDBx:standard_code&gt;1&lt;/PDBx:standard_code&gt;
      &lt;PDBx:wavelength&gt;1.54184&lt;/PDBx:wavelength&gt;
      &lt;PDBx:wavelength_id&gt;Cu1fixed&lt;/PDBx:wavelength_id&gt;
   &lt;/PDBx:diffrn_refln&gt;
&lt;/PDBx:diffrn_reflnCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_chi"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_chi"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_kappa"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_kappa"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_omega"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_omega"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_phi"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_phi"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_psi"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_psi"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_theta"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.angle_theta"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.attenuator_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.attenuator_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.class_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.class_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.counts_bg_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.counts_bg_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.counts_bg_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.counts_bg_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.counts_net"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.counts_net"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.counts_peak"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.counts_peak"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.counts_total"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.counts_total"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.detect_slit_horiz"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.detect_slit_horiz"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.detect_slit_vert"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.detect_slit_vert"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.elapsed_time"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.elapsed_time"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.index_h"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.index_h"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.index_k"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.index_k"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.index_l"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.index_l"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.intensity_net"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.intensity_net"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.intensity_sigma"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.intensity_sigma"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.intensity_u"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.intensity_u"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scale_group_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scale_group_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scan_mode"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scan_mode"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scan_mode_backgd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scan_mode_backgd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scan_rate"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scan_rate"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scan_time_backgd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scan_time_backgd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scan_width"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.scan_width"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.sint_over_lambda"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.sint_over_lambda"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.standard_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.standard_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.wavelength"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.wavelength"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.wavelength_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.wavelength_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.diffrn_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_refln.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_reflnCategory">
    <rdfs:label>diffrn_reflnCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_reflnCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_refln"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_refln">
    <rdfs:label>diffrn_reflnCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_reflnCategory.
	has a category diffrn_refln.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_refln"/>
    <rdfs:domain rdf:resource="#diffrn_reflnCategory"/>
    <rdfs:range rdf:resource="#diffrn_refln"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_reflnItem">
    <rdfs:label>diffrn_reflnItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_refln items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_refln"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_refln">
    <rdfs:label>reference_to_diffrn_refln</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_refln</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_refln"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_refln">
    <rdfs:label>referenced_by_diffrn_refln</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_refln</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_refln"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.angle_chi">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.angle_chi</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer angle chi of a reflection in degrees. This
angle corresponds to the specified orientation matrix
and the original measured cell before any subsequent cell
transformations.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.angle_kappa">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.angle_kappa</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer angle kappa of a reflection in degrees. This
angle corresponds to the specified orientation matrix
and the original measured cell before any subsequent cell
transformations.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.angle_omega">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.angle_omega</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer angle omega of a reflection in degrees. This
angle corresponds to the specified orientation matrix
and the original measured cell before any subsequent cell
transformations.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.angle_phi">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.angle_phi</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer angle phi of a reflection in degrees. This
angle corresponds to the specified orientation matrix
and the original measured cell before any subsequent cell
transformations.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.angle_psi">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.angle_psi</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer angle psi of a reflection in degrees. This
angle corresponds  to the specified orientation matrix
and the original measured cell before any subsequent cell
transformations.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.angle_theta">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.angle_theta</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer angle theta of a reflection in degrees. This
angle corresponds  to the specified orientation matrix
and the original measured cell before any subsequent cell
transformations.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.attenuator_code">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_refln.attenuator_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code identifying the attenuator setting for this reflection.
This code must match one of the attribute code in category diffrn_attenuator values. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.class_code">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_refln.class_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code identifying the class to which this reflection has
been assigned. This code must match a value of
attribute code in category diffrn_reflns_class. Reflections may be grouped into
 classes for a variety of purposes. For example, for modulated
structures each reflection class may be defined by the
number m=sum|m~i~|, where the m~i~ are the integer coefficients
that, in addition to h,k,l, index the corresponding diffraction
vector in the basis defined for the reciprocal lattice.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.counts_bg_1">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_refln.counts_bg_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer counts for the measurement of the background
before the peak.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.counts_bg_2">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_refln.counts_bg_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer counts for the measurement of the background
after the peak.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.counts_net">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_refln.counts_net</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer counts for the measurement of net counts after
background removal.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.counts_peak">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_refln.counts_peak</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer counts for the measurement of counts for the
peak scan or position.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.counts_total">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_refln.counts_total</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The diffractometer counts for the measurement of total counts
(background plus peak).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.detect_slit_horiz">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.detect_slit_horiz</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Total slit aperture in degrees in the diffraction plane.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.detect_slit_vert">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.detect_slit_vert</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Total slit aperture in degrees perpendicular to the
diffraction plane.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.elapsed_time">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.elapsed_time</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Elapsed time in minutes from the start of the diffraction
experiment to the measurement of this intensity.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.index_h">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_refln.index_h</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index h of a reflection. The values of
the Miller indices in the DIFFRN_REFLN category need not match
the values of the Miller indices in the REFLN category if a
transformation of the original measured cell has taken place.
Details of the cell transformation are given in
attribute reduction_process in category diffrn_reflns. See also
 attribute transf_matrix[][] in category diffrn_reflns. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.index_k">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_refln.index_k</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index k of a reflection. The values of
the Miller indices in the DIFFRN_REFLN category need not match
the values of the Miller indices in the REFLN category if a
transformation of the original measured cell has taken place.
Details of the cell transformation are given in
attribute reduction_process in category diffrn_reflns. See also
 attribute transf_matrix[][] in category diffrn_reflns. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.index_l">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_refln.index_l</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index l of a reflection. The values of
the Miller indices in the DIFFRN_REFLN category need not match
the values of the Miller indices in the REFLN category if a
transformation of the original measured cell has taken place.
Details of the cell transformation are given in
attribute reduction_process in category diffrn_reflns. See also
 attribute transf_matrix[][] in category diffrn_reflns. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.intensity_net">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.intensity_net</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Net intensity calculated from the diffraction counts after the
attenuator and standard scales have been applied.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.intensity_sigma">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.intensity_sigma</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Standard uncertainty (estimated standard deviation) of the
intensity calculated from the diffraction counts after the
attenuator and standard scales have been applied.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.intensity_u">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.intensity_u</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Standard uncertainty of the net intensity calculated from
the diffraction counts after the attenuator and standard
scales have been applied.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.scale_group_code">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_refln.scale_group_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code identifying the scale applying to this reflection.

This data item is a pointer to attribute code in category diffrn_scale_group in the
 DIFFRN_SCALE_GROUP category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.scan_mode">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:domain rdf:resource="#diffrn_refln"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">om</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ot</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">q</rdf:first>
                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code identifying the mode of scanning for measurements
using a diffractometer.
See _diffrn_refln.scan_width and _diffrn_refln.scan_mode_backgd.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.scan_mode_backgd">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:domain rdf:resource="#diffrn_refln"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">st</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">mo</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code identifying the mode of scanning a reflection to
measure the background intensity.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.scan_rate">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.scan_rate</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The rate of scanning a reflection in degrees per minute
to measure the intensity.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.scan_time_backgd">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.scan_time_backgd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The time spent measuring each background in seconds.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.scan_width">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.scan_width</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The scan width in degrees of the scan mode defined by the code
attribute scan_mode in category diffrn_refln. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.sint_over_lambda">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.sint_over_lambda</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The (sin theta)/lambda value in reciprocal angstroms for this
reflection.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.standard_code">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_refln.standard_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code identifying that this reflection was measured as a
standard intensity.

This data item is a pointer to attribute code in category diffrn_standard_refln in the
 DIFFRN_STANDARD_REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.wavelength">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_refln.wavelength</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mean wavelength in angstroms of the radiation used to measure
the intensity of this reflection. This is an important parameter
for data collected using energy-dispersive detectors or the
Laue method.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.wavelength_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_refln.wavelength_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute wavelength_id in category diffrn_radiation in
 the DIFFRN_RADIATION category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.diffrn_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_refln.diffrn_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category diffrn in the DIFFRN
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_refln.id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_refln.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category diffrn_refln must uniquely identify the
 reflection in the data set identified by the item
attribute diffrn_id.
 in category diffrn_refln 
Note that this item need not be a number; it can be any unique
identifier.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_reflnsCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_reflns"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_reflns">
    <rdfs:label>diffrn_reflns</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_REFLNS category record details about
the set of intensities measured in the diffraction experiment.

The DIFFRN_REFLN data items refer to individual intensity
measurements and must be included in looped lists.

The DIFFRN_REFLNS data items specify the parameters that apply
to all intensity measurements in a diffraction data set.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.av_R_equivalents"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.av_R_equivalents"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.av_sigmaI_over_netI"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.av_sigmaI_over_netI"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.av_unetI_over_netI"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.av_unetI_over_netI"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_h_max"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_h_max"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_h_min"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_h_min"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_k_max"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_k_max"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_k_min"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_k_min"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_l_max"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_l_max"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_l_min"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.limit_l_min"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.number"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.number"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_Rmerge_I_obs"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_Rmerge_I_obs"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_Rsym_value"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_Rsym_value"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_chi_squared"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_chi_squared"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_d_res_high"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_d_res_high"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_d_res_low"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_d_res_low"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_number_obs"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_number_obs"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_observed_criterion"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_observed_criterion"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_percent_possible_obs"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_percent_possible_obs"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_redundancy"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_redundancy"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_rejects"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.pdbx_rejects"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.reduction_process"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.reduction_process"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.theta_max"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.theta_max"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.theta_min"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.theta_min"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix11"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix11"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix12"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix12"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix13"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix13"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix21"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix21"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix22"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix22"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix23"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix23"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix31"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix31"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix32"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix32"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix33"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.transf_matrix33"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns.diffrn_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_reflnsCategory">
    <rdfs:label>diffrn_reflnsCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_reflnsCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_reflns"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_reflns">
    <rdfs:label>diffrn_reflnsCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_reflnsCategory.
	has a category diffrn_reflns.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_reflns"/>
    <rdfs:domain rdf:resource="#diffrn_reflnsCategory"/>
    <rdfs:range rdf:resource="#diffrn_reflns"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_reflnsItem">
    <rdfs:label>diffrn_reflnsItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_reflns items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_reflns"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_reflns">
    <rdfs:label>reference_to_diffrn_reflns</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_reflns</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_reflns"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_reflns">
    <rdfs:label>referenced_by_diffrn_reflns</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_reflns</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_reflns"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.av_R_equivalents">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.av_R_equivalents</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The residual [sum|avdel(I)| / sum|av(I)|] for symmetry-equivalent
reflections used to calculate the average intensity av(I). The
avdel(I) term is the average absolute difference between av(I)
and the individual symmetry-equivalent intensities.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.av_sigmaI_over_netI">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.av_sigmaI_over_netI</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Measure [sum|sigma(I)|/sum|net(I)|] for all measured reflections.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.av_unetI_over_netI">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.av_unetI_over_netI</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Measure [sum u(net I)|/sum|net I|] for all measured reflections.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.limit_h_max">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_reflns.limit_h_max</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The maximum value of the Miller index h for the
reflection data specified by attribute index_h in category diffrn_refln. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.limit_h_min">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_reflns.limit_h_min</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The minimum value of the Miller index h for the
reflection data specified by attribute index_h in category diffrn_refln. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.limit_k_max">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_reflns.limit_k_max</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The maximum value of the Miller index k for the
reflection data specified by attribute index_k in category diffrn_refln. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.limit_k_min">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_reflns.limit_k_min</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The minimum value of the Miller index k for the
reflection data specified by attribute index_k in category diffrn_refln. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.limit_l_max">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_reflns.limit_l_max</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The maximum value of the Miller index l for the
reflection data specified by attribute index_l in category diffrn_refln. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.limit_l_min">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_reflns.limit_l_min</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The minimum value of the Miller index l for the
reflection data specified by attribute index_l in category diffrn_refln. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.number">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_reflns.number</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of measured intensities, excluding reflections
that are classified as systematically absent.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.pdbx_Rmerge_I_obs">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.pdbx_Rmerge_I_obs</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The R factor for merging the reflections that satisfy the
resolution limits established by attribute d_resolution_high
 in category diffrn_reflns and attribute d_resolution_low in category diffrn_reflns and the observation limit
 established by attribute observed_criterion.
 in category diffrn_reflns 

Rmerge(I) = [sum~i~(sum~j~|I~j~ - |)] / [sum~i~(sum~j~)]


I~j~ = the intensity of the jth observation of reflection i
= the mean of the amplitudes of all observations of
reflection i

sum~i~ is taken over all reflections
sum~j~ is taken over all observations of each reflection


                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.pdbx_Rsym_value">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.pdbx_Rsym_value</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The R factor for averaging the symmetry related reflections to a 
unique data set.        
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.pdbx_chi_squared">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.pdbx_chi_squared</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Overall  Chi-squared statistic for the data set.        
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.pdbx_d_res_high">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.pdbx_d_res_high</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The highest resolution for the interplanar spacings in the
reflection data set. This is the smallest d value.         


                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.pdbx_d_res_low">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.pdbx_d_res_low</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The lowest resolution for the interplanar spacings in the
reflection data set. This is the largest d value.         
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.pdbx_number_obs">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_reflns.pdbx_number_obs</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The  number of reflections satisfying the observation criterion
as in attribute pdbx_observed_criterion
 in category diffrn_reflns 

                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.pdbx_observed_criterion">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.pdbx_observed_criterion</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The criterion used to classify a reflection as 'observed'. This
criterion is usually expressed in terms of a sigma(I) or 
sigma(F) threshold.


                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.pdbx_percent_possible_obs">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.pdbx_percent_possible_obs</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The percentage of geometrically possible reflections represented
by reflections that satisfy the resolution limits established
by _diffrn_reflns.d_resolution_high and _diffrn_reflns.d_resolution_low and
the observation limit established by attribute observed_criterion.
 in category diffrn_reflns 

                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.pdbx_redundancy">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.pdbx_redundancy</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The overall redundancy for the data set. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.pdbx_rejects">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_reflns.pdbx_rejects</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of rejected reflections in the data set.
The reflections may be rejected by setting the 
observation criterion, attribute observed_criterion in category diffrn_reflns. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.reduction_process">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_reflns.reduction_process</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the process used to reduce the intensity data
into structure-factor magnitudes.
data averaged using Fisher test
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.theta_max">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.theta_max</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Maximum theta angle in degrees for the measured diffraction
intensities.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.theta_min">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.theta_min</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Minimum theta angle in degrees for the measured diffraction
intensities.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.transf_matrix11">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.transf_matrix11</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][1] element of the 3x3 matrix used to transform Miller
indices in the DIFFRN_REFLN category into the Miller indices in
the REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.transf_matrix12">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.transf_matrix12</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][2] element of the 3x3 matrix used to transform Miller
indices in the DIFFRN_REFLN category into the Miller indices in
the REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.transf_matrix13">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.transf_matrix13</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [1][3] element of the 3x3 matrix used to transform Miller
indices in the DIFFRN_REFLN category into the Miller indices in
the REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.transf_matrix21">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.transf_matrix21</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][1] element of the 3x3 matrix used to transform Miller
indices in the DIFFRN_REFLN category into the Miller indices in
the REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.transf_matrix22">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.transf_matrix22</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][2] element of the 3x3 matrix used to transform Miller
indices in the DIFFRN_REFLN category into the Miller indices in
the REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.transf_matrix23">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.transf_matrix23</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [2][3] element of the 3x3 matrix used to transform Miller
indices in the DIFFRN_REFLN category into the Miller indices in
the REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.transf_matrix31">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.transf_matrix31</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][1] element of the 3x3 matrix used to transform Miller
indices in the DIFFRN_REFLN category into the Miller indices in
the REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.transf_matrix32">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.transf_matrix32</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][2] element of the 3x3 matrix used to transform Miller
indices in the DIFFRN_REFLN category into the Miller indices in
the REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.transf_matrix33">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns.transf_matrix33</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The [3][3] element of the 3x3 matrix used to transform Miller
indices in the DIFFRN_REFLN category into the Miller indices in
the REFLN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns.diffrn_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflnsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_reflns.diffrn_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category diffrn in the DIFFRN
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_reflns_classCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_reflns_class"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_reflns_class">
    <rdfs:label>diffrn_reflns_class</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_REFLNS_CLASS category record details
about the classes of reflections measured in the diffraction
experiment.

    Example 1 - example corresponding to the one-dimensional incommensurately
                modulated structure of K~2~SeO~4~. Each reflection class is
                defined by the number m=sum|m~i~|, where the m~i~ are the
                integer coefficients that, in addition to h,k,l, index the
                corresponding diffraction vector in the basis defined for
                the reciprocal lattice.
&lt;PDBx:diffrn_reflns_classCategory&gt;
   &lt;PDBx:diffrn_reflns_class code="Main"&gt;
      &lt;PDBx:av_R_eq&gt;0.015&lt;/PDBx:av_R_eq&gt;
      &lt;PDBx:d_res_high&gt;0.551&lt;/PDBx:d_res_high&gt;
      &lt;PDBx:d_res_low&gt;6.136&lt;/PDBx:d_res_low&gt;
      &lt;PDBx:description&gt;m=0; main reflections&lt;/PDBx:description&gt;
      &lt;PDBx:number&gt;1580&lt;/PDBx:number&gt;
   &lt;/PDBx:diffrn_reflns_class&gt;
   &lt;PDBx:diffrn_reflns_class code="Sat1"&gt;
      &lt;PDBx:av_R_eq&gt;0.010&lt;/PDBx:av_R_eq&gt;
      &lt;PDBx:d_res_high&gt;0.551&lt;/PDBx:d_res_high&gt;
      &lt;PDBx:d_res_low&gt;6.136&lt;/PDBx:d_res_low&gt;
      &lt;PDBx:description&gt;m=1; first-order satellites&lt;/PDBx:description&gt;
      &lt;PDBx:number&gt;1045&lt;/PDBx:number&gt;
   &lt;/PDBx:diffrn_reflns_class&gt;
&lt;/PDBx:diffrn_reflns_classCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.av_R_eq"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.av_R_eq"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.av_sgI_over_I"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.av_sgI_over_I"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.av_uI_over_I"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.av_uI_over_I"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.d_res_high"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.d_res_high"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.d_res_low"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.d_res_low"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.description"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.description"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.number"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.number"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_reflns_class.code"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_reflns_classCategory">
    <rdfs:label>diffrn_reflns_classCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_reflns_classCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_reflns_class"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_reflns_class">
    <rdfs:label>diffrn_reflns_classCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_reflns_classCategory.
	has a category diffrn_reflns_class.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_reflns_class"/>
    <rdfs:domain rdf:resource="#diffrn_reflns_classCategory"/>
    <rdfs:range rdf:resource="#diffrn_reflns_class"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_reflns_classItem">
    <rdfs:label>diffrn_reflns_classItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_reflns_class items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_reflns_class"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_reflns_class">
    <rdfs:label>reference_to_diffrn_reflns_class</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_reflns_class</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_reflns_class"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_reflns_class">
    <rdfs:label>referenced_by_diffrn_reflns_class</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_reflns_class</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_reflns_class"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns_class.av_R_eq">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflns_classItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns_class.av_R_eq</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
For each reflection class, the residual
[sum av|del(I)|/sum|av(I)|] for symmetry-equivalent reflections
used to calculate the average intensity av(I). The av|del(I)|
term is the average absolute difference between av(I) and the
individual intensities.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns_class.av_sgI_over_I">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflns_classItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns_class.av_sgI_over_I</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Measure [sum|sigma(net I)|/sum|net I|] for all measured intensities
in a reflection class.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns_class.av_uI_over_I">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflns_classItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns_class.av_uI_over_I</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Measure [sum|u(net I)|/sum|net I|] for all measured intensities
in a reflection class.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns_class.d_res_high">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflns_classItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns_class.d_res_high</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The smallest value in angstroms for the interplanar
spacings for the reflections in each measured reflection class.
This is called the highest resolution for this reflection class.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns_class.d_res_low">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflns_classItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_reflns_class.d_res_low</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The largest value in angstroms of the interplanar
spacings for the reflections for each measured reflection class.
This is called the lowest resolution for this reflection class.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns_class.description">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflns_classItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_reflns_class.description</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Description of each reflection class.
m=1 first order satellites
H0L0 common projection reflections
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns_class.number">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflns_classItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_reflns_class.number</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of measured intensities for each reflection
class, excluding the systematic absences arising from
centring translations.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_reflns_class.code">
    <rdfs:subPropertyOf rdf:resource="#diffrn_reflns_classItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_reflns_class.code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code identifying a certain reflection class.
1
m1
s2
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_scale_groupCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_scale_group"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_scale_group">
    <rdfs:label>diffrn_scale_group</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_SCALE_GROUP category record details
of the scaling factors applied to place all intensities in the
reflection lists on a common scale.
Scaling groups might, for example, correspond to each film in a
multi-film data set or each crystal in a multi-crystal data set.

    Example 1 - based on CAD-4 diffractometer data obtained for
                Yb(S-C5H4N)2(THF)4.
&lt;PDBx:diffrn_scale_groupCategory&gt;
   &lt;PDBx:diffrn_scale_group code="A24"&gt;
      &lt;PDBx:I_net&gt;1.021&lt;/PDBx:I_net&gt;
   &lt;/PDBx:diffrn_scale_group&gt;
&lt;/PDBx:diffrn_scale_groupCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_scale_group.I_net"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_scale_group.I_net"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_scale_group.code"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_scale_groupCategory">
    <rdfs:label>diffrn_scale_groupCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_scale_groupCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_scale_group"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_scale_group">
    <rdfs:label>diffrn_scale_groupCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_scale_groupCategory.
	has a category diffrn_scale_group.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_scale_group"/>
    <rdfs:domain rdf:resource="#diffrn_scale_groupCategory"/>
    <rdfs:range rdf:resource="#diffrn_scale_group"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_scale_groupItem">
    <rdfs:label>diffrn_scale_groupItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_scale_group items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_scale_group"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_scale_group">
    <rdfs:label>reference_to_diffrn_scale_group</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_scale_group</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_scale_group"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_scale_group">
    <rdfs:label>referenced_by_diffrn_scale_group</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_scale_group</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_scale_group"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_scale_group.I_net">
    <rdfs:subPropertyOf rdf:resource="#diffrn_scale_groupItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_scale_group.I_net</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The scale for a specific measurement group which is to be
multiplied with the net intensity to place all intensities
in the DIFFRN_REFLN or REFLN list on a common scale.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_scale_group.code">
    <rdfs:subPropertyOf rdf:resource="#diffrn_scale_groupItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_scale_group.code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute code in category diffrn_scale_group must uniquely identify a
 record in the DIFFRN_SCALE_GROUP list.

Note that this item need not be a number; it can be any unique
identifier.
1
2
c1
c2
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_sourceCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_source"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_source">
    <rdfs:label>diffrn_source</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_SOURCE category record details of
the source of radiation used in the diffraction experiment.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:diffrn_sourceCategory&gt;
   &lt;PDBx:diffrn_source diffrn_id="s1"&gt;
      &lt;PDBx:current&gt;180&lt;/PDBx:current&gt;
      &lt;PDBx:power&gt;50&lt;/PDBx:power&gt;
      &lt;PDBx:size&gt;8mm x 0.4 mm broad-focus&lt;/PDBx:size&gt;
      &lt;PDBx:source&gt;rotating anode&lt;/PDBx:source&gt;
      &lt;PDBx:type&gt;Rigaku RU-200&lt;/PDBx:type&gt;
   &lt;/PDBx:diffrn_source&gt;
&lt;/PDBx:diffrn_sourceCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.current"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.current"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.pdbx_synchrotron_beamline"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.pdbx_synchrotron_beamline"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.pdbx_synchrotron_site"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.pdbx_synchrotron_site"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.pdbx_wavelength"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.pdbx_wavelength"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.pdbx_wavelength_list"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.pdbx_wavelength_list"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.power"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.power"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.size"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.size"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.source"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.source"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.take-off_angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.take-off_angle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.target"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.target"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.voltage"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.voltage"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_source.diffrn_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_sourceCategory">
    <rdfs:label>diffrn_sourceCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_sourceCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_source"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_source">
    <rdfs:label>diffrn_sourceCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_sourceCategory.
	has a category diffrn_source.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_source"/>
    <rdfs:domain rdf:resource="#diffrn_sourceCategory"/>
    <rdfs:range rdf:resource="#diffrn_source"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_sourceItem">
    <rdfs:label>diffrn_sourceItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_source items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_source"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_source">
    <rdfs:label>reference_to_diffrn_source</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_source</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_source"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_source">
    <rdfs:label>referenced_by_diffrn_source</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_source</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_source"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.current">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_source.current</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The current in milliamperes at which the radiation source
was operated.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.details">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_source.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the radiation source used.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.pdbx_synchrotron_beamline">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_source.pdbx_synchrotron_beamline</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Synchrotron beamline.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.pdbx_synchrotron_site">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_source.pdbx_synchrotron_site</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Synchrotron site.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.pdbx_wavelength">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_source.pdbx_wavelength</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Wavelength of radiation.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.pdbx_wavelength_list">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_source.pdbx_wavelength_list</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Comma separated list of wavelengths or wavelength range.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.power">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_source.power</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The power in kilowatts at which the radiation source
was operated.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.size">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_source.size</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The dimensions of the source as viewed from the sample.
8mm x 0.4 mm fine-focus
broad focus
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.source">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_source.source</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The general class of the radiation source.
sealed X-ray tube
nuclear reactor
spallation source
electron microscope
rotating-anode X-ray tube
synchrotron
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.take-off_angle">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_source.take-off_angle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The complement of the angle in degrees between the normal
to the surface of the X-ray tube target and the primary
X-ray beam for beams generated by traditional X-ray tubes.
1.5
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.target">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:domain rdf:resource="#diffrn_source"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">H</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">He</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Li</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Be</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">B</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">C</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">N</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">O</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">F</rdf:first>
                                            <rdf:rest>
                                              <rdf:List>
                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ne</rdf:first>
                                                <rdf:rest>
                                                  <rdf:List>
                                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Na</rdf:first>
                                                    <rdf:rest>
                                                      <rdf:List>
                                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mg</rdf:first>
                                                        <rdf:rest>
                                                          <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Al</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Si</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">S</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cl</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ar</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ca</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sc</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ti</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">V</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cr</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mn</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Fe</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Co</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ni</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cu</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Zn</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ga</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ge</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">As</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Se</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Br</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Kr</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rb</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sr</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Y</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Zr</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Nb</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mo</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Tc</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ru</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rh</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pd</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ag</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cd</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">In</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sn</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sb</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Te</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">I</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Xe</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cs</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ba</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">La</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ce</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pr</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Nd</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pm</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sm</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Eu</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Gd</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Tb</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Dy</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ho</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Er</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Tm</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Yb</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Lu</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Hf</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ta</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">W</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Re</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Os</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ir</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pt</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Au</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Hg</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Tl</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pb</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bi</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Po</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">At</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rn</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Fr</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ra</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ac</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Th</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pa</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">U</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Np</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pu</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Am</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cm</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bk</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cf</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Es</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Fm</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Md</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Lr</rdf:first>
                                                            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                          </rdf:List>
                                                        </rdf:rest>
                                                      </rdf:List>
                                                    </rdf:rest>
                                                  </rdf:List>
                                                </rdf:rest>
                                              </rdf:List>
                                            </rdf:rest>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The chemical element symbol for the X-ray target
(usually the anode) used to generate X-rays.
This can also be used for spallation sources.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.type">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_source.type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The make, model or name of the source of radiation.
NSLS beamline X8C
Rigaku RU200
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.voltage">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_source.voltage</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The voltage in kilovolts at which the radiation source was
operated.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_source.diffrn_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_sourceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_source.diffrn_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category diffrn in the DIFFRN
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_standard_reflnCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_standard_refln"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_standard_refln">
    <rdfs:label>diffrn_standard_refln</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_STANDARD_REFLN category record details
about the reflections treated as standards during the measurement
of a set of diffraction intensities.

Note that these are the individual standard reflections, not the
results of the analysis of the standard reflections.

    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:diffrn_standard_reflnCategory&gt;
   &lt;PDBx:diffrn_standard_refln code="1" diffrn_id="s1"&gt;
      &lt;PDBx:index_h&gt;3&lt;/PDBx:index_h&gt;
      &lt;PDBx:index_k&gt;2&lt;/PDBx:index_k&gt;
      &lt;PDBx:index_l&gt;4&lt;/PDBx:index_l&gt;
   &lt;/PDBx:diffrn_standard_refln&gt;
   &lt;PDBx:diffrn_standard_refln code="1" diffrn_id="s1"&gt;
      &lt;PDBx:index_h&gt;1&lt;/PDBx:index_h&gt;
      &lt;PDBx:index_k&gt;9&lt;/PDBx:index_k&gt;
      &lt;PDBx:index_l&gt;1&lt;/PDBx:index_l&gt;
   &lt;/PDBx:diffrn_standard_refln&gt;
   &lt;PDBx:diffrn_standard_refln code="1" diffrn_id="s1"&gt;
      &lt;PDBx:index_h&gt;3&lt;/PDBx:index_h&gt;
      &lt;PDBx:index_k&gt;0&lt;/PDBx:index_k&gt;
      &lt;PDBx:index_l&gt;10&lt;/PDBx:index_l&gt;
   &lt;/PDBx:diffrn_standard_refln&gt;
&lt;/PDBx:diffrn_standard_reflnCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standard_refln.index_h"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standard_refln.index_h"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standard_refln.index_k"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standard_refln.index_k"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standard_refln.index_l"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standard_refln.index_l"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standard_refln.code"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standard_refln.diffrn_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_standard_reflnCategory">
    <rdfs:label>diffrn_standard_reflnCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_standard_reflnCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_standard_refln"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_standard_refln">
    <rdfs:label>diffrn_standard_reflnCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_standard_reflnCategory.
	has a category diffrn_standard_refln.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_standard_refln"/>
    <rdfs:domain rdf:resource="#diffrn_standard_reflnCategory"/>
    <rdfs:range rdf:resource="#diffrn_standard_refln"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_standard_reflnItem">
    <rdfs:label>diffrn_standard_reflnItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_standard_refln items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_standard_refln"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_standard_refln">
    <rdfs:label>reference_to_diffrn_standard_refln</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_standard_refln</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_standard_refln"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_standard_refln">
    <rdfs:label>referenced_by_diffrn_standard_refln</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_standard_refln</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_standard_refln"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standard_refln.index_h">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standard_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_standard_refln.index_h</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index h of a standard reflection used in the diffraction
measurement process.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standard_refln.index_k">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standard_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_standard_refln.index_k</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index k of a standard reflection used in the diffraction
measurement process.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standard_refln.index_l">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standard_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_standard_refln.index_l</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index l of a standard reflection used in the diffraction
measurement process.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standard_refln.code">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standard_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_standard_refln.code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The code identifying a reflection measured as a standard
reflection with the indices attribute index_h,
 in category diffrn_standard_refln attribute index_k in category diffrn_standard_refln and
 attribute index_l in category diffrn_standard_refln. This is the same code as the
 attribute standard_code in category diffrn_refln in the DIFFRN_REFLN list. 
1
2
c1
c2
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standard_refln.diffrn_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standard_reflnItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_standard_refln.diffrn_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category diffrn in the DIFFRN
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_standardsCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_diffrn_standards"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_standards">
    <rdfs:label>diffrn_standards</rdfs:label>
    <rdfs:comment>
Data items in the DIFFRN_STANDARDS category record details
about the set of standard reflections used to monitor intensity
stability during the measurement of diffraction intensities.

Note that these records describe properties common to the set of
standard reflections, not the standard reflections themselves.

    Example 1 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:diffrn_standardsCategory&gt;
   &lt;PDBx:diffrn_standards diffrn_id="s1"&gt;
      &lt;PDBx:decay_&gt;0&lt;/PDBx:decay_&gt;
      &lt;PDBx:interval_time&gt;120&lt;/PDBx:interval_time&gt;
      &lt;PDBx:number&gt;3&lt;/PDBx:number&gt;
   &lt;/PDBx:diffrn_standards&gt;
&lt;/PDBx:diffrn_standardsCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.decay_"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.decay_"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.interval_count"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.interval_count"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.interval_time"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.interval_time"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.number"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.number"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.scale_sigma"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.scale_sigma"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.scale_u"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.scale_u"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#diffrn_standards.diffrn_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_standardsCategory">
    <rdfs:label>diffrn_standardsCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder diffrn_standardsCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#diffrn_standards"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_diffrn_standards">
    <rdfs:label>diffrn_standardsCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that diffrn_standardsCategory.
	has a category diffrn_standards.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#diffrn_standards"/>
    <rdfs:domain rdf:resource="#diffrn_standardsCategory"/>
    <rdfs:range rdf:resource="#diffrn_standards"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="diffrn_standardsItem">
    <rdfs:label>diffrn_standardsItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for diffrn_standards items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#diffrn_standards"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_diffrn_standards">
    <rdfs:label>reference_to_diffrn_standards</rdfs:label>
    <rdfs:comment>cross-reference to diffrn_standards</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#diffrn_standards"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_diffrn_standards">
    <rdfs:label>referenced_by_diffrn_standards</rdfs:label>
    <rdfs:comment>cross-reference from diffrn_standards</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#diffrn_standards"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standards.decay_">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standardsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_standards.decay_</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The percentage decrease in the mean of the intensities
for the set of standard reflections from the start of the
measurement process to the end. This value usually
affords a measure of the overall decay in crystal quality
during the diffraction measurement process. Negative values
are used in exceptional instances where the final intensities
are greater than the initial ones.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standards.interval_count">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standardsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_standards.interval_count</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of reflection intensities between the measurement of
standard reflection intensities.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standards.interval_time">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standardsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_standards.interval_time</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The time in minutes between the measurement of standard
reflection intensities.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standards.number">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standardsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>diffrn_standards.number</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of unique standard reflections used during the
measurement of  the diffraction intensities.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standards.scale_sigma">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standardsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_standards.scale_sigma</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation) of
the individual mean standard scales applied to the intensity
data.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standards.scale_u">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standardsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>diffrn_standards.scale_u</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty of the individual mean
standard scales applied to the intensity data.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="diffrn_standards.diffrn_id">
    <rdfs:subPropertyOf rdf:resource="#diffrn_standardsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>diffrn_standards.diffrn_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category diffrn in the DIFFRN
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_2d_crystal_entityCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_2d_crystal_entity"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_2d_crystal_entity">
    <rdfs:label>em_2d_crystal_entity</rdfs:label>
    <rdfs:comment>
Data items in the EM_2D_CRYSTAL_ENTITY category record
the symmetry details of a 2D crystal assembly component.


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.angle_alpha"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.angle_alpha"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.angle_beta"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.angle_beta"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.angle_gamma"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.angle_gamma"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.length_a"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.length_a"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.length_b"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.length_b"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.length_c"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.length_c"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.space_group_name_H-M"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.space_group_name_H-M"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.entity_assembly_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_entity.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_2d_crystal_entityCategory">
    <rdfs:label>em_2d_crystal_entityCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_2d_crystal_entityCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_2d_crystal_entity"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_2d_crystal_entity">
    <rdfs:label>em_2d_crystal_entityCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_2d_crystal_entityCategory.
	has a category em_2d_crystal_entity.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_2d_crystal_entity"/>
    <rdfs:domain rdf:resource="#em_2d_crystal_entityCategory"/>
    <rdfs:range rdf:resource="#em_2d_crystal_entity"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_2d_crystal_entityItem">
    <rdfs:label>em_2d_crystal_entityItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_2d_crystal_entity items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_2d_crystal_entity"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_2d_crystal_entity">
    <rdfs:label>reference_to_em_2d_crystal_entity</rdfs:label>
    <rdfs:comment>cross-reference to em_2d_crystal_entity</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_2d_crystal_entity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_2d_crystal_entity">
    <rdfs:label>referenced_by_em_2d_crystal_entity</rdfs:label>
    <rdfs:comment>cross-reference from em_2d_crystal_entity</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_2d_crystal_entity"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_entity.angle_alpha">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_2d_crystal_entity.angle_alpha</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell angle alpha of the reported structure, in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_entity.angle_beta">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_2d_crystal_entity.angle_beta</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell angle beta of the reported structure, in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_entity.angle_gamma">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_2d_crystal_entity.angle_gamma</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell angle gamma of the reported structure, in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_entity.details">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_entity.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any other details
This is a 2-D crystal.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_entity.length_a">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_2d_crystal_entity.length_a</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell length a corresponding to the structure reported, in Angstroms.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_entity.length_b">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_2d_crystal_entity.length_b</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell length b corresponding to the structure reported, in Angstroms.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_entity.length_c">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_2d_crystal_entity.length_c</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Unit-cell length a corresponding to the structure reported, in Angstroms.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_entity.space_group_name_H-M">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_entityItem"/>
    <rdfs:domain rdf:resource="#em_2d_crystal_entity"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 1</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 2 1</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 1 2</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 1 21</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">C 1 2</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 2 2 2</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 2 2 21</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 2 21 21</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">C 2 2 2</rdf:first>
                                            <rdf:rest>
                                              <rdf:List>
                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 4</rdf:first>
                                                <rdf:rest>
                                                  <rdf:List>
                                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 4 2 2</rdf:first>
                                                    <rdf:rest>
                                                      <rdf:List>
                                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 4 21 2</rdf:first>
                                                        <rdf:rest>
                                                          <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 3</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 3 1 2</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 3 2 1</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 6</rdf:first>
                                                            <rdf:rest>
                                                            <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">P 6 2 2</rdf:first>
                                                            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                            </rdf:List>
                                                            </rdf:rest>
                                                          </rdf:List>
                                                        </rdf:rest>
                                                      </rdf:List>
                                                    </rdf:rest>
                                                  </rdf:List>
                                                </rdf:rest>
                                              </rdf:List>
                                            </rdf:rest>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The 17 plane groups are classified as oblique, rectangular, square, and hexagonal.
To describe the symmetry of 2D crystals of biological molecules,
the plane groups are expanded to their equivalent noncentrosymmetric space groups.
The 2D crystal plane corresponds to the 'ab' plane of the space group.
.
Enumerated space group descriptions include the plane group number in parentheses,
the H-M plane group symbol, and the plane group class.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_entity.entity_assembly_id">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_entity.entity_assembly_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute entity_assembly_id in category em_2d_crystal_entity identifies
 an assembly component with 2d crystal symmetry.

This data item is a pointer to attribute id in category em_entity_assembly in the
 EM_ENTITY_ASSEMBLY category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_entity.id">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_entity.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_2d_crystal_entity must uniquely identify
 a set of the crystal parameters for this assembly component.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_2d_crystal_growCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_2d_crystal_grow"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_2d_crystal_grow">
    <rdfs:label>em_2d_crystal_grow</rdfs:label>
    <rdfs:comment>
Data items in the EM_2D_CRYSTAL_GROW category
record details of growth conditions for 2d crystal samples.
  Example 1 - based on PDB entry 1AT9 and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_2d_crystal_growCategory&gt;
   &lt;PDBx:em_2d_crystal_grow id="1"&gt;
      &lt;PDBx:apparatus xsi:nil="true" /&gt;
      &lt;PDBx:atmosphere&gt;room air&lt;/PDBx:atmosphere&gt;
      &lt;PDBx:buffer_id&gt;2&lt;/PDBx:buffer_id&gt;
      &lt;PDBx:citation_id&gt;2&lt;/PDBx:citation_id&gt;
      &lt;PDBx:details&gt;on grid&lt;/PDBx:details&gt;
      &lt;PDBx:mean_2d_crystal_size xsi:nil="true" /&gt;
      &lt;PDBx:method xsi:nil="true" /&gt;
      &lt;PDBx:number_2d_crystals&gt;129&lt;/PDBx:number_2d_crystals&gt;
      &lt;PDBx:pH&gt;5.2&lt;/PDBx:pH&gt;
      &lt;PDBx:temp&gt;18&lt;/PDBx:temp&gt;
      &lt;PDBx:time xsi:nil="true" /&gt;
   &lt;/PDBx:em_2d_crystal_grow&gt;
&lt;/PDBx:em_2d_crystal_growCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.apparatus"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.apparatus"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.atmosphere"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.atmosphere"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.buffer_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.buffer_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.citation_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.citation_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.mean_2d_crystal_size"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.mean_2d_crystal_size"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.number_2d_crystals"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.number_2d_crystals"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.pH"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.pH"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.temp"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.temp"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.time"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.time"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_crystal_grow.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_2d_crystal_growCategory">
    <rdfs:label>em_2d_crystal_growCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_2d_crystal_growCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_2d_crystal_grow"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_2d_crystal_grow">
    <rdfs:label>em_2d_crystal_growCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_2d_crystal_growCategory.
	has a category em_2d_crystal_grow.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_2d_crystal_grow"/>
    <rdfs:domain rdf:resource="#em_2d_crystal_growCategory"/>
    <rdfs:range rdf:resource="#em_2d_crystal_grow"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_2d_crystal_growItem">
    <rdfs:label>em_2d_crystal_growItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_2d_crystal_grow items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_2d_crystal_grow"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_2d_crystal_grow">
    <rdfs:label>reference_to_em_2d_crystal_grow</rdfs:label>
    <rdfs:comment>cross-reference to em_2d_crystal_grow</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_2d_crystal_grow"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_2d_crystal_grow">
    <rdfs:label>referenced_by_em_2d_crystal_grow</rdfs:label>
    <rdfs:comment>cross-reference from em_2d_crystal_grow</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_2d_crystal_grow"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.apparatus">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_grow.apparatus</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The type of the apparatus used for growing the crystals. 
Langmuir trough
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.atmosphere">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_grow.atmosphere</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The type of atmosphere in which crystals were grown. 
room air
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.buffer_id">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_grow.buffer_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category em_buffer in the
 BUFFER category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.citation_id">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_grow.citation_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id
 in category citation in the CITATION category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.details">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_grow.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any additional items concerning 2d crystal growth. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.mean_2d_crystal_size">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_2d_crystal_grow.mean_2d_crystal_size</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The approximate size (microns squared) of 2d crystals imaged. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.method">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_grow.method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The method used for growing the crystals. 
lipid monolayer
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.number_2d_crystals">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_2d_crystal_grow.number_2d_crystals</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of 2d crystals imaged. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.pH">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_2d_crystal_grow.pH</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the pH value used for growing the crystals. 
4.7
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.temp">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_2d_crystal_grow.temp</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of the temperature in degrees Kelvin used for
growing the crystals. 
293
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.time">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_grow.time</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The length of time required to grow the crystals. 
approximately 2 days
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_crystal_grow.id">
    <rdfs:subPropertyOf rdf:resource="#em_2d_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_crystal_grow.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute crystal_id
 in category em_2d_crystal_grow must uniquely identify the sample 2d crystal.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_2d_projection_selectionCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_2d_projection_selection"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_2d_projection_selection">
    <rdfs:label>em_2d_projection_selection</rdfs:label>
    <rdfs:comment>
Data items in the EM_2D_PROJECTION_SELECTION category
record details of images from scanned micrographs and the 
number of particles selected from a scanned set of micrographs.
  Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_2d_projection_selectionCategory&gt;
   &lt;PDBx:em_2d_projection_selection entry_id="1"&gt;
      &lt;PDBx:citation_id&gt;1&lt;/PDBx:citation_id&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:method&gt;INTERACTIVE&lt;/PDBx:method&gt;
      &lt;PDBx:num_particles&gt;5267&lt;/PDBx:num_particles&gt;
      &lt;PDBx:software_name&gt;1&lt;/PDBx:software_name&gt;
   &lt;/PDBx:em_2d_projection_selection&gt;
&lt;/PDBx:em_2d_projection_selectionCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.citation_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.citation_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.num_particles"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.num_particles"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.software_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.software_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_2d_projection_selection.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_2d_projection_selectionCategory">
    <rdfs:label>em_2d_projection_selectionCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_2d_projection_selectionCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_2d_projection_selection"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_2d_projection_selection">
    <rdfs:label>em_2d_projection_selectionCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_2d_projection_selectionCategory.
	has a category em_2d_projection_selection.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_2d_projection_selection"/>
    <rdfs:domain rdf:resource="#em_2d_projection_selectionCategory"/>
    <rdfs:range rdf:resource="#em_2d_projection_selection"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_2d_projection_selectionItem">
    <rdfs:label>em_2d_projection_selectionItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_2d_projection_selection items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_2d_projection_selection"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_2d_projection_selection">
    <rdfs:label>reference_to_em_2d_projection_selection</rdfs:label>
    <rdfs:comment>cross-reference to em_2d_projection_selection</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_2d_projection_selection"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_2d_projection_selection">
    <rdfs:label>referenced_by_em_2d_projection_selection</rdfs:label>
    <rdfs:comment>cross-reference from em_2d_projection_selection</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_2d_projection_selection"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_projection_selection.citation_id">
    <rdfs:subPropertyOf rdf:resource="#em_2d_projection_selectionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_projection_selection.citation_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category citation in the
 CITATION category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_projection_selection.details">
    <rdfs:subPropertyOf rdf:resource="#em_2d_projection_selectionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_projection_selection.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any additional details used for selecting observed assemblies.
negative monitor contrast facilitated particle picking
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_projection_selection.method">
    <rdfs:subPropertyOf rdf:resource="#em_2d_projection_selectionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_projection_selection.method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The method used for selecting observed assemblies.
particles picked interactively from monitor
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_projection_selection.num_particles">
    <rdfs:subPropertyOf rdf:resource="#em_2d_projection_selectionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_2d_projection_selection.num_particles</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of particles selected from the projection set of images.
840
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_projection_selection.software_name">
    <rdfs:subPropertyOf rdf:resource="#em_2d_projection_selectionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_projection_selection.software_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute name in category software in the
 SOFTWARE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_2d_projection_selection.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_2d_projection_selectionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_2d_projection_selection.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute entry_id in category em_2d_projection_selection points to
 the ENTRY category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_3d_fittingCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_3d_fitting"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_3d_fitting">
    <rdfs:label>em_3d_fitting</rdfs:label>
    <rdfs:comment>
Data items in the 3D_FITTING category
record details of the method of fitting atomic
coordinates from a PDB file into a 3d-em
volume map file 
  Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_3d_fittingCategory&gt;
   &lt;PDBx:em_3d_fitting entry_id="1DYL" id="1"&gt;
      &lt;PDBx:details&gt;   THE CRYSTAL STRUCTURE OF THE CAPSID              
PROTEIN FROM CHOI ET AL (1997) PROTEINS 3 27:345-359                
(SUBUNIT A OF PDB FILE 1VCQ) WAS PLACED INTO THE CRYO-EM            
DENSITY MAP. THE CAPSID PROTEIN WAS FIRST MANUALLY POSITIONED       
INTO THE CRYO-EM DENSITY CORRESPONDING TO POSITIONS OF THE          
FOUR INDEPENDENT MONOMER DENSITIES BETWEEN THE INNER LEAFLET        
OF THE BILAYER AND THE RNA. THESE POSITIONS WERE THEN REFINED       
BY RIGID BODY REFINEMENT IN REAL SPACE WITH THE PROGRAM EMFIT       
(CHENG ET AL. 1995, CELL 80, 621-630).  THE QUALITY OF THE FIT      
CAN BE SEEN FROM THE MAP DENSITY WITHIN THE PROTEIN. ALL 4563       
ATOMS ARE IN DENSITY OF AT LEAST 4 SIGMA (96.73) ABOVE THE          
AVERAGE (512.04), 1167 ATOMS ARE IN DENSITY BETWEEN 4 AND 5         
SIGMA, 3174 ATOMS ARE IN DENSITY BETWEEN 5 AND 6 SIGMA, AND 222     
ATOMS ARE IN DENSTY OF 6 SIGMA OR ABOVE. THE VARIATION IN           
DENSITY OVER THE FITTED PROTEIN CAN BE VISUALIZED WITH THE          
PSEUDO TEMPERATURE FACTOR. THE DENSITY VALUE AT EACH ATOM IS        
GIVEN IN THE 8TH COLUM (USUALLY THE OCCUPANCY) AS THE NUMBER        
OF STANDARD DEVIATION ABOVE BACKGROUND. COLUMN NINE (USUALLY        
THE TEMPERATURE FACTOR) CONTAINS THE VALUE OF THE RELATIVE          
DENSITY WITHIN THE FITTED PROTEIN SCALED LINEARLY SO THAT THE       
MINIMUM DENSITY IS 100.0 AND THE MAXIMUM DENSITY IS 1.0.  THE       
ATOMS THAT LIE IN THE LOWER DENSITY REGIONS WILL HAVE THE           
HIGHEST PSEUDO TEMPERATURE FACTORS.                                 &lt;/PDBx:details&gt;
      &lt;PDBx:method&gt;AUTOMATIC&lt;/PDBx:method&gt;
      &lt;PDBx:overall_b_value xsi:nil="true" /&gt;
      &lt;PDBx:ref_protocol&gt;RIGID BODY REFINEMENT&lt;/PDBx:ref_protocol&gt;
      &lt;PDBx:ref_space&gt;REAL&lt;/PDBx:ref_space&gt;
      &lt;PDBx:software_name&gt;1&lt;/PDBx:software_name&gt;
      &lt;PDBx:target_criteria&gt;R-FACTOR&lt;/PDBx:target_criteria&gt;
   &lt;/PDBx:em_3d_fitting&gt;
&lt;/PDBx:em_3d_fittingCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.overall_b_value"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.overall_b_value"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.ref_protocol"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.ref_protocol"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.ref_space"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.ref_space"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.software_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.software_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.target_criteria"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.target_criteria"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_3d_fittingCategory">
    <rdfs:label>em_3d_fittingCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_3d_fittingCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_3d_fitting"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_3d_fitting">
    <rdfs:label>em_3d_fittingCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_3d_fittingCategory.
	has a category em_3d_fitting.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_3d_fitting"/>
    <rdfs:domain rdf:resource="#em_3d_fittingCategory"/>
    <rdfs:range rdf:resource="#em_3d_fitting"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_3d_fittingItem">
    <rdfs:label>em_3d_fittingItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_3d_fitting items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_3d_fitting"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_3d_fitting">
    <rdfs:label>reference_to_em_3d_fitting</rdfs:label>
    <rdfs:comment>cross-reference to em_3d_fitting</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_3d_fitting"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_3d_fitting">
    <rdfs:label>referenced_by_em_3d_fitting</rdfs:label>
    <rdfs:comment>cross-reference from em_3d_fitting</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_3d_fitting"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting.details">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fittingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any additional details regarding fitting of atomic
coordinates into the 3d-em volume. 
   Initial local fitting was done using Chimera and then NMFF was used for flexible fitting.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting.method">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fittingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting.method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The method used to fit atomic coordinates
into the 3dem reconstructed map.
Local refinement, Flexible fitting
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting.overall_b_value">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fittingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_3d_fitting.overall_b_value</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The overall B (temperature factor) value for the 3d-em volume. 
200
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting.ref_protocol">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fittingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting.ref_protocol</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The type of protocol used in the refinement. 
rigid body
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting.ref_space">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fittingItem"/>
    <rdfs:domain rdf:resource="#em_3d_fitting"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">REAL</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RECIPROCAL</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag to indicate whether fitting was carried out in real
or reciprocal refinement space.
Real
Reciprocal
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting.software_name">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fittingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting.software_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The software used for fitting atomic coordinates to the map.
Situs, NMFF, YUP.scx, etc.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting.target_criteria">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fittingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting.target_criteria</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The quality of fit of the atomic coordinates into the 
3dem volume map.
Cross-correlation coefficient
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fittingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to _entry_id in
the ENTRY category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting.id">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fittingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_3d_fitting must uniquely identify
 a fitting procedure of atomic coordinates
into 3dem reconstructed volume map.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_3d_fitting_listCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_3d_fitting_list"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_3d_fitting_list">
    <rdfs:label>em_3d_fitting_list</rdfs:label>
    <rdfs:comment>
Data items in the 3D_FITTING_LIST category
lists the methods of fitting atomic coordinates from a PDB file
into a 3d-em volume map file 
  Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_3d_fitting_listCategory&gt;
   &lt;PDBx:em_3d_fitting_list _3d_fitting_id="l" id="1"&gt;
      &lt;PDBx:pdb_chain_id xsi:nil="true" /&gt;
      &lt;PDBx:pdb_entry_id&gt;1VCQ&lt;/PDBx:pdb_entry_id&gt;
   &lt;/PDBx:em_3d_fitting_list&gt;
&lt;/PDBx:em_3d_fitting_listCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting_list.pdb_chain_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting_list.pdb_chain_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting_list.pdb_entry_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting_list.pdb_entry_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting_list._3d_fitting_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_fitting_list.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_3d_fitting_listCategory">
    <rdfs:label>em_3d_fitting_listCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_3d_fitting_listCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_3d_fitting_list"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_3d_fitting_list">
    <rdfs:label>em_3d_fitting_listCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_3d_fitting_listCategory.
	has a category em_3d_fitting_list.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_3d_fitting_list"/>
    <rdfs:domain rdf:resource="#em_3d_fitting_listCategory"/>
    <rdfs:range rdf:resource="#em_3d_fitting_list"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_3d_fitting_listItem">
    <rdfs:label>em_3d_fitting_listItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_3d_fitting_list items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_3d_fitting_list"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_3d_fitting_list">
    <rdfs:label>reference_to_em_3d_fitting_list</rdfs:label>
    <rdfs:comment>cross-reference to em_3d_fitting_list</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_3d_fitting_list"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_3d_fitting_list">
    <rdfs:label>referenced_by_em_3d_fitting_list</rdfs:label>
    <rdfs:comment>cross-reference from em_3d_fitting_list</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_3d_fitting_list"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting_list.pdb_chain_id">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fitting_listItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting_list.pdb_chain_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The chain id for the entry used in fitting. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting_list.pdb_entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fitting_listItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting_list.pdb_entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The PDB code for the entry used in fitting. 
PDB entry 1EHZ
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting_list._3d_fitting_id">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fitting_listItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting_list._3d_fitting_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute 3d_fitting_id in category em_3d_fitting_list is a pointer
 to attribute id in category em_3d_fitting in the 3d_fitting category 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_fitting_list.id">
    <rdfs:subPropertyOf rdf:resource="#em_3d_fitting_listItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_fitting_list.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a unique identifier.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_3d_reconstructionCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_3d_reconstruction"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_3d_reconstruction">
    <rdfs:label>em_3d_reconstruction</rdfs:label>
    <rdfs:comment>
Data items in the EM_3D_RECONSTRUCTION category
record details of the 3D reconstruction procedure from 2D projections.
 Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_3d_reconstructionCategory&gt;
   &lt;PDBx:em_3d_reconstruction entry_id="1DYL" id="1"&gt;
      &lt;PDBx:actual_pixel_size&gt;2.52&lt;/PDBx:actual_pixel_size&gt;
      &lt;PDBx:citation_id&gt;1&lt;/PDBx:citation_id&gt;
      &lt;PDBx:ctf_correction_method xsi:nil="true" /&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:method&gt;CROSS-COMMON LINES&lt;/PDBx:method&gt;
      &lt;PDBx:nominal_pixel_size&gt;2.64&lt;/PDBx:nominal_pixel_size&gt;
      &lt;PDBx:resolution&gt;9&lt;/PDBx:resolution&gt;
      &lt;PDBx:resolution_method xsi:nil="true" /&gt;
   &lt;/PDBx:em_3d_reconstruction&gt;
&lt;/PDBx:em_3d_reconstructionCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.actual_pixel_size"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.actual_pixel_size"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.citation_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.citation_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.ctf_correction_method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.ctf_correction_method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.euler_angles_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.euler_angles_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.magnification_calibration"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.magnification_calibration"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.nominal_pixel_size"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.nominal_pixel_size"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.num_class_averages"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.num_class_averages"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.num_particles"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.num_particles"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.resolution"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.resolution"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.resolution_method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.resolution_method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.software"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.software"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_3d_reconstruction.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_3d_reconstructionCategory">
    <rdfs:label>em_3d_reconstructionCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_3d_reconstructionCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_3d_reconstruction"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_3d_reconstruction">
    <rdfs:label>em_3d_reconstructionCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_3d_reconstructionCategory.
	has a category em_3d_reconstruction.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_3d_reconstruction"/>
    <rdfs:domain rdf:resource="#em_3d_reconstructionCategory"/>
    <rdfs:range rdf:resource="#em_3d_reconstruction"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_3d_reconstructionItem">
    <rdfs:label>em_3d_reconstructionItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_3d_reconstruction items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_3d_reconstruction"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_3d_reconstruction">
    <rdfs:label>reference_to_em_3d_reconstruction</rdfs:label>
    <rdfs:comment>cross-reference to em_3d_reconstruction</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_3d_reconstruction"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_3d_reconstruction">
    <rdfs:label>referenced_by_em_3d_reconstruction</rdfs:label>
    <rdfs:comment>cross-reference from em_3d_reconstruction</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_3d_reconstruction"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.actual_pixel_size">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_3d_reconstruction.actual_pixel_size</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The actual pixel size of projection set of images.
2.8
5.76
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.citation_id">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_reconstruction.citation_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category citation in the
 CITATION category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.ctf_correction_method">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_reconstruction.ctf_correction_method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The  CTF-correction method. 
The Contrast Transfer Function CTF compensation for low contrast
specimens (e.g. frozen-hydrated), for which phase contrast is the only
significant mechanism, then higher defocus levels must be used to
achieve any significant transfer, and several images at different
focus levels must be combined to complete the information lost from
the transfer gaps of any one image.  The CTF correction can be applied
to each extracted particle separately or to the whole micrograph after
digitisation. The simplest level of compensation is to reverse phases
at the negative lobes of the CTF.
    The volumes were CTF-corrected in defocus groups, with an average of approximately 999 individual images per group
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.details">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_reconstruction.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any additional details used in the 3d reconstruction.
    a modified version of SPIDER program was used for the reconstruction
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.euler_angles_details">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_reconstruction.euler_angles_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
euler angles details
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.magnification_calibration">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_reconstruction.magnification_calibration</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The magnification calibration method for the 3d reconstruction.
TMV images
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.method">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_reconstruction.method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The algorithm method used for the 3d-reconstruction.
cross-common lines
polar Fourier transform (PFT)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.nominal_pixel_size">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_3d_reconstruction.nominal_pixel_size</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The nominal pixel size of the projection set of images.
3.11
6.78
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.num_class_averages">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_3d_reconstruction.num_class_averages</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This item was correspondence to two type of em dataset
processing_emDataSet_singleParticle.numClassAverages
processing_emDataSet_icosahedral.numClassAverages
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.num_particles">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_3d_reconstruction.num_particles</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of particles used in the 3d reconstruction
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.resolution">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_3d_reconstruction.resolution</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The final resolution (in angstroms)of the 3d reconstruction.
8.9
10.0
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.resolution_method">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_reconstruction.resolution_method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The  method used to determine the final resolution 
of the 3d reconstruction.
The Fourier Shell Correlation criterion as a measure of
resolution is based on the concept of splitting the (2D)
data set into two halves; averaging each and comparing them
using the Fourier Ring Correlation (FRC) technique.
FSC at 0.5 cut-off
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.software">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_reconstruction.software</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
software name
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_reconstruction.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_3d_reconstruction.id">
    <rdfs:subPropertyOf rdf:resource="#em_3d_reconstructionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_3d_reconstruction.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_3d_reconstruction must
 uniquely identify the 3d reconstruction.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_assemblyCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_assembly"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_assembly">
    <rdfs:label>em_assembly</rdfs:label>
    <rdfs:comment>
Data items in the EM_ASSEMBLY category record details
about the type of complex assembly that describes the 
nature of the sample studied.
 Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_assemblyCategory&gt;
   &lt;PDBx:em_assembly entry_id="1DYL" id="1"&gt;
      &lt;PDBx:aggregation_state&gt;PARTICLE&lt;/PDBx:aggregation_state&gt;
      &lt;PDBx:composition&gt;virus&lt;/PDBx:composition&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:mol_wt_exp xsi:nil="true" /&gt;
      &lt;PDBx:mol_wt_method xsi:nil="true" /&gt;
      &lt;PDBx:mol_wt_theo xsi:nil="true" /&gt;
      &lt;PDBx:name&gt;virus&lt;/PDBx:name&gt;
      &lt;PDBx:num_components&gt;1&lt;/PDBx:num_components&gt;
   &lt;/PDBx:em_assembly&gt;
&lt;/PDBx:em_assemblyCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.aggregation_state"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.aggregation_state"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.composition"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.composition"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.mol_wt_exp"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.mol_wt_exp"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.mol_wt_method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.mol_wt_method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.mol_wt_theo"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.mol_wt_theo"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.num_components"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.num_components"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_assembly.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_assemblyCategory">
    <rdfs:label>em_assemblyCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_assemblyCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_assembly"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_assembly">
    <rdfs:label>em_assemblyCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_assemblyCategory.
	has a category em_assembly.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_assembly"/>
    <rdfs:domain rdf:resource="#em_assemblyCategory"/>
    <rdfs:range rdf:resource="#em_assembly"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_assemblyItem">
    <rdfs:label>em_assemblyItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_assembly items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_assembly"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_assembly">
    <rdfs:label>reference_to_em_assembly</rdfs:label>
    <rdfs:comment>cross-reference to em_assembly</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_assembly"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_assembly">
    <rdfs:label>referenced_by_em_assembly</rdfs:label>
    <rdfs:comment>cross-reference from em_assembly</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_assembly"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_assembly.aggregation_state">
    <rdfs:subPropertyOf rdf:resource="#em_assemblyItem"/>
    <rdfs:domain rdf:resource="#em_assembly"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2D CRYSTAL</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">3D CRYSTAL</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">INDIVIDUAL STRUCTURE</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FILAMENT</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ICOSAHEDRAL</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PARTICLE</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TISSUE</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CELL</rdf:first>
                                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the aggregation state of the assembly.
2D CRYSTAL
3D CRYSTAL
FILAMENT
PARTICLE
TISSUE
CELL
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_assembly.composition">
    <rdfs:subPropertyOf rdf:resource="#em_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_assembly.composition</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The known composition of the assembly.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_assembly.details">
    <rdfs:subPropertyOf rdf:resource="#em_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_assembly.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of any additional details 
describing the observed sample.
 This sample was monodisperse.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_assembly.mol_wt_exp">
    <rdfs:subPropertyOf rdf:resource="#em_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_assembly.mol_wt_exp</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value (in megadaltons) of the experimentally
determined molecular weight of the assembly.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_assembly.mol_wt_method">
    <rdfs:subPropertyOf rdf:resource="#em_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_assembly.mol_wt_method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The method used in determining
the molecular weight.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_assembly.mol_wt_theo">
    <rdfs:subPropertyOf rdf:resource="#em_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_assembly.mol_wt_theo</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value (in megadaltons) of the theoretically
determined molecular weight of the assembly.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_assembly.name">
    <rdfs:subPropertyOf rdf:resource="#em_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_assembly.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the assembly of observed complexes.
Fab Fragment of Mab1-Ia monoclonal antibody bound to Human Rhinovirus1h Nim-Ia Site
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_assembly.num_components">
    <rdfs:subPropertyOf rdf:resource="#em_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_assembly.num_components</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of components of the biological assembly.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_assembly.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_assembly.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_assembly.id">
    <rdfs:subPropertyOf rdf:resource="#em_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_assembly.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_assembly must uniquely identify
 a collection of observed complexes.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_bufferCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_buffer"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_buffer">
    <rdfs:label>em_buffer</rdfs:label>
    <rdfs:comment>
Data items in the BUFFER category
record details of the sample buffer. 

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer.name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer.name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_bufferCategory">
    <rdfs:label>em_bufferCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_bufferCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_buffer"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_buffer">
    <rdfs:label>em_bufferCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_bufferCategory.
	has a category em_buffer.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_buffer"/>
    <rdfs:domain rdf:resource="#em_bufferCategory"/>
    <rdfs:range rdf:resource="#em_buffer"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_bufferItem">
    <rdfs:label>em_bufferItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_buffer items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_buffer"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_buffer">
    <rdfs:label>reference_to_em_buffer</rdfs:label>
    <rdfs:comment>cross-reference to em_buffer</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_buffer"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_buffer">
    <rdfs:label>referenced_by_em_buffer</rdfs:label>
    <rdfs:comment>cross-reference from em_buffer</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_buffer"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_buffer.details">
    <rdfs:subPropertyOf rdf:resource="#em_bufferItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_buffer.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Additional details about the buffer. 
20mM NaCl, 10mM Tris-HCL,1mM MgCl2,1mM
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_buffer.name">
    <rdfs:subPropertyOf rdf:resource="#em_bufferItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_buffer.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the buffer. 
Polymix buffer
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_buffer.id">
    <rdfs:subPropertyOf rdf:resource="#em_bufferItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_buffer.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_buffer must
 uniquely identify the sample buffer.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_buffer_componentsCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_buffer_components"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_buffer_components">
    <rdfs:label>em_buffer_components</rdfs:label>
    <rdfs:comment>
Constituents of buffer in sample 
   Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_buffer_componentsCategory&gt;
   &lt;PDBx:em_buffer_components buffer_id="1" id="1"&gt;
      &lt;PDBx:conc&gt;4 &lt;/PDBx:conc&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:name&gt;NaCl&lt;/PDBx:name&gt;
      &lt;PDBx:volume&gt;0.200 &lt;/PDBx:volume&gt;
   &lt;/PDBx:em_buffer_components&gt;
   &lt;PDBx:em_buffer_components buffer_id="1" id="2"&gt;
      &lt;PDBx:conc&gt;100&lt;/PDBx:conc&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:name&gt;Acetic Acid&lt;/PDBx:name&gt;
      &lt;PDBx:volume&gt;0.047 &lt;/PDBx:volume&gt;
   &lt;/PDBx:em_buffer_components&gt;
   &lt;PDBx:em_buffer_components buffer_id="1" id="3"&gt;
      &lt;PDBx:conc&gt;neat&lt;/PDBx:conc&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:name&gt;water&lt;/PDBx:name&gt;
      &lt;PDBx:volume&gt;0.700 &lt;/PDBx:volume&gt;
   &lt;/PDBx:em_buffer_components&gt;
&lt;/PDBx:em_buffer_componentsCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer_components.conc"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer_components.conc"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer_components.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer_components.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer_components.name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer_components.name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer_components.volume"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer_components.volume"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer_components.buffer_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_buffer_components.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_buffer_componentsCategory">
    <rdfs:label>em_buffer_componentsCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_buffer_componentsCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_buffer_components"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_buffer_components">
    <rdfs:label>em_buffer_componentsCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_buffer_componentsCategory.
	has a category em_buffer_components.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_buffer_components"/>
    <rdfs:domain rdf:resource="#em_buffer_componentsCategory"/>
    <rdfs:range rdf:resource="#em_buffer_components"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_buffer_componentsItem">
    <rdfs:label>em_buffer_componentsItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_buffer_components items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_buffer_components"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_buffer_components">
    <rdfs:label>reference_to_em_buffer_components</rdfs:label>
    <rdfs:comment>cross-reference to em_buffer_components</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_buffer_components"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_buffer_components">
    <rdfs:label>referenced_by_em_buffer_components</rdfs:label>
    <rdfs:comment>cross-reference from em_buffer_components</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_buffer_components"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_buffer_components.conc">
    <rdfs:subPropertyOf rdf:resource="#em_buffer_componentsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_buffer_components.conc</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The millimolar concentration of buffer component. 
200
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_buffer_components.details">
    <rdfs:subPropertyOf rdf:resource="#em_buffer_componentsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_buffer_components.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any additional details to do with buffer composition. 
pH adjusted with NaOH
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_buffer_components.name">
    <rdfs:subPropertyOf rdf:resource="#em_buffer_componentsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_buffer_components.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of each buffer component. 
Acetic acid
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_buffer_components.volume">
    <rdfs:subPropertyOf rdf:resource="#em_buffer_componentsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_buffer_components.volume</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The volume of buffer component. 
0.200
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_buffer_components.buffer_id">
    <rdfs:subPropertyOf rdf:resource="#em_buffer_componentsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_buffer_components.buffer_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category em_buffer in the BUFFER category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_buffer_components.id">
    <rdfs:subPropertyOf rdf:resource="#em_buffer_componentsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_buffer_components.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_buffer_components must 
 uniquely identify a component of the buffer.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_detectorCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_detector"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_detector">
    <rdfs:label>em_detector</rdfs:label>
    <rdfs:comment>
Data items in the EM_DETECTOR category record details
of the image detector type.
  Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_detectorCategory&gt;
   &lt;PDBx:em_detector entry_id="1DYL" id="1"&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:detective_quantum_efficiency xsi:nil="true" /&gt;
      &lt;PDBx:type&gt;KODAK SO163 FILM&lt;/PDBx:type&gt;
   &lt;/PDBx:em_detector&gt;
&lt;/PDBx:em_detectorCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_detector.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_detector.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_detector.detective_quantum_efficiency"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_detector.detective_quantum_efficiency"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_detector.type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_detector.type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_detector.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_detector.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_detectorCategory">
    <rdfs:label>em_detectorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_detectorCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_detector"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_detector">
    <rdfs:label>em_detectorCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_detectorCategory.
	has a category em_detector.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_detector"/>
    <rdfs:domain rdf:resource="#em_detectorCategory"/>
    <rdfs:range rdf:resource="#em_detector"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_detectorItem">
    <rdfs:label>em_detectorItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_detector items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_detector"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_detector">
    <rdfs:label>reference_to_em_detector</rdfs:label>
    <rdfs:comment>cross-reference to em_detector</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_detector"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_detector">
    <rdfs:label>referenced_by_em_detector</rdfs:label>
    <rdfs:comment>cross-reference from em_detector</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_detector"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_detector.details">
    <rdfs:subPropertyOf rdf:resource="#em_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_detector.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any additional information about the detection system. 
Any other details regarding the detector.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_detector.detective_quantum_efficiency">
    <rdfs:subPropertyOf rdf:resource="#em_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_detector.detective_quantum_efficiency</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The detective_quantum_efficiency (DQE)is defined as the 
square of the signal-to-noise ratio in the recording device
divided by the square of the signal-to-ratio in the electron beam:
(SIGNAL/NOISE)2 recording device
DQE =    -------------------------------
(SIGNAL/NOISE)2 electron beam
A DQE value of 1 indicates a perfect recorder. "DQE = 0.25" menas
that the signal-to-noise ratio is reduced by half in the 
recording step. 
(0.5)**2  
DQE = --------- = 0.25.
(1.0)**2
0.25
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_detector.type">
    <rdfs:subPropertyOf rdf:resource="#em_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_detector.type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The detector type used for recording images. 
Usually film or CCD camera.  
KODAK SO163 FILM
GATAN 673
GATAN 676
GATAN 692
GATAN 794
GATAN 1000
GATAN 4000
TVIPS BIOCAM
TVIPS TEMCAM F214
TVIPS TEMCAM F224
TVIPS FASTSCAN F114
PROSCAN
AMT
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_detector.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_detector.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_detector.id">
    <rdfs:subPropertyOf rdf:resource="#em_detectorItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_detector.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_detector must uniquely identify
 the detector used for imaging.     
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_electron_diffractionCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_electron_diffraction"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_electron_diffraction">
    <rdfs:label>em_electron_diffraction</rdfs:label>
    <rdfs:comment>
Data items in the EM_ELECTRON_DIFFRACTION category
record details about the electron diffraction data
from the electron crystallography experiment.
  Example 1 - based on PDB entry 1TUB and laboratory records for the
                structure corresponding to PDB entry 1TUB
&lt;PDBx:em_electron_diffractionCategory&gt;
   &lt;PDBx:em_electron_diffraction entry_id="1TUB" id="1"&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:num_diff_patterns xsi:nil="true" /&gt;
      &lt;PDBx:num_structure_factors&gt;12000&lt;/PDBx:num_structure_factors&gt;
   &lt;/PDBx:em_electron_diffraction&gt;
&lt;/PDBx:em_electron_diffractionCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction.num_diff_patterns"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction.num_diff_patterns"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction.num_structure_factors"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction.num_structure_factors"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_electron_diffractionCategory">
    <rdfs:label>em_electron_diffractionCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_electron_diffractionCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_electron_diffraction"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_electron_diffraction">
    <rdfs:label>em_electron_diffractionCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_electron_diffractionCategory.
	has a category em_electron_diffraction.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_electron_diffraction"/>
    <rdfs:domain rdf:resource="#em_electron_diffractionCategory"/>
    <rdfs:range rdf:resource="#em_electron_diffraction"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_electron_diffractionItem">
    <rdfs:label>em_electron_diffractionItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_electron_diffraction items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_electron_diffraction"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_electron_diffraction">
    <rdfs:label>reference_to_em_electron_diffraction</rdfs:label>
    <rdfs:comment>cross-reference to em_electron_diffraction</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_electron_diffraction"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_electron_diffraction">
    <rdfs:label>referenced_by_em_electron_diffraction</rdfs:label>
    <rdfs:comment>cross-reference from em_electron_diffraction</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_electron_diffraction"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction.details">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffractionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_electron_diffraction.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Details of the electron diffraction experiment
 THE MODEL WAS DERIVED USING ELECTRON DIFFRACTION
  AND IMAGE DATA FROM TWO DIMENSIONAL CRYSTALS OF TUBULIN
  INDUCED BY THE PRESENCE OF ZN++ IONS.
  WHAT FOLLOWS ARE THE COORDINATES FOR THE AB-TUBULIN DIMER
  BOUND TO TAXOL AS OBTAINED BY ELECTRON CRYSTALLOGRAPHY OF
  ZINC-INDUCED SHEETS.  THIS IS THE UNREFINED MODEL, BUILT
  INTO A RAW DENSITY MAP WHERE THE RESOLUTION IN THE PLANE
  OF THE SHEET WAS 3.7 ANGSTROMS AND THAT PERPENDICULAR TO
  THE SHEET ABOUT 4.8 ANGSTROMS.  THE MODEL DOES NOT CONTAIN
  MOST OF THE C-TERMINAL RESIDUES OF EITHER MONOMER WHICH
  WERE DISORDERED IN THE MAP.  THE LOOP BETWEEN HELIX H1 AND
  STRAND S2, AND THAT BETWEEN H2 AND S3 ARE PRESENT FOR
  COMPLETENESS BUT WERE BUILT INTO VERY WEAK DENSITY.
  GIVEN THE LIMITED RESOLUTION OF THE MAP, THE CONFORMATION
  OF THE SIDE CHAINS, ESPECIALLY THOSE CORRESPONDING TO
  RESIDUES ON THE SURFACE OF THE DIMER, MUST BE TAKEN
  CAUTIOUSLY.  IN ADDITION, BECAUSE THIS IS AN UNREFINED
  MODEL, CERTAIN GEOMETRY ERRORS MAY STILL BE PRESENT IN THE
  STRUCTURE.  PLEASE TAKE THIS INTO ACCOUNT WHEN
  INTERPRETING YOUR OWN DATA BASED ON THE PRESENT TUBULIN
  STRUCTURE.  ALTHOUGH THE POSITION OF RESIDUES (WITH THE
  EXCEPTION OF THOSE IN THE LOOPS MENTIONED ABOVE) SHOULD
  NOT CHANGE SIGNIFICANTLY UPON REFINEMENT, DRAWING
  INFORMATION AT THE LEVEL OF SIDE CHAIN CONFORMATION IS
  CLEARLY NOT ADVISED.  FINALLY, PLEASE NOTICE THAT THE
  TAXOID IN THE MODEL IS THE TAXOL DERIVATIVE TAXOTERE.
1
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction.num_diff_patterns">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffractionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_electron_diffraction.num_diff_patterns</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of diffraction patterns used from the electron 
diffraction experiment.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction.num_structure_factors">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffractionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_electron_diffraction.num_structure_factors</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of structure factors from the electron diffraction experiment.
12000
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffractionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_electron_diffraction.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction.id">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffractionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_electron_diffraction.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category electron_diffraction must
 uniquely identify the electron diffraction experiment.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_electron_diffraction_patternCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_electron_diffraction_pattern"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_electron_diffraction_pattern">
    <rdfs:label>em_electron_diffraction_pattern</rdfs:label>
    <rdfs:comment>
data items in the em_electron_diffraction_pattern category
record details about the pattern information
from the electron diffraction experiment.
  example 1 - based on pdb entry 1tub and laboratory records for the
                structure corresponding to pdb entry 1tub
&lt;PDBx:em_electron_diffraction_patternCategory&gt;
   &lt;PDBx:em_electron_diffraction_pattern entry_id="1TUB" id="1"&gt;
      &lt;PDBx:num_images_by_tilt_angle&gt;4&lt;/PDBx:num_images_by_tilt_angle&gt;
      &lt;PDBx:num_patterns_by_tilt_angle&gt;1&lt;/PDBx:num_patterns_by_tilt_angle&gt;
      &lt;PDBx:tilt_angle xsi:nil="true" /&gt;
   &lt;/PDBx:em_electron_diffraction_pattern&gt;
&lt;/PDBx:em_electron_diffraction_patternCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_pattern.num_images_by_tilt_angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_pattern.num_images_by_tilt_angle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_pattern.num_patterns_by_tilt_angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_pattern.num_patterns_by_tilt_angle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_pattern.tilt_angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_pattern.tilt_angle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_pattern.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_pattern.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_electron_diffraction_patternCategory">
    <rdfs:label>em_electron_diffraction_patternCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_electron_diffraction_patternCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_electron_diffraction_pattern"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_electron_diffraction_pattern">
    <rdfs:label>em_electron_diffraction_patternCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_electron_diffraction_patternCategory.
	has a category em_electron_diffraction_pattern.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_electron_diffraction_pattern"/>
    <rdfs:domain rdf:resource="#em_electron_diffraction_patternCategory"/>
    <rdfs:range rdf:resource="#em_electron_diffraction_pattern"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_electron_diffraction_patternItem">
    <rdfs:label>em_electron_diffraction_patternItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_electron_diffraction_pattern items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_electron_diffraction_pattern"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_electron_diffraction_pattern">
    <rdfs:label>reference_to_em_electron_diffraction_pattern</rdfs:label>
    <rdfs:comment>cross-reference to em_electron_diffraction_pattern</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_electron_diffraction_pattern"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_electron_diffraction_pattern">
    <rdfs:label>referenced_by_em_electron_diffraction_pattern</rdfs:label>
    <rdfs:comment>cross-reference from em_electron_diffraction_pattern</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_electron_diffraction_pattern"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_pattern.num_images_by_tilt_angle">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_patternItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_electron_diffraction_pattern.num_images_by_tilt_angle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the number of images by tilt angle.
4
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_pattern.num_patterns_by_tilt_angle">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_patternItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_electron_diffraction_pattern.num_patterns_by_tilt_angle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the number of diffraction patterns by tilt angle.
1
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_pattern.tilt_angle">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_patternItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_electron_diffraction_pattern.tilt_angle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the tilt angle at which the diffraction pattern was obtained.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_pattern.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_patternItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_electron_diffraction_pattern.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
this data item is a pointer to attribute id in category entry in the entry category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_pattern.id">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_patternItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_electron_diffraction_pattern.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the value of attribute id in category electron_diffraction_pattern must
 uniquely identify the electron diffraction pattern experiment.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_electron_diffraction_phaseCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_electron_diffraction_phase"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_electron_diffraction_phase">
    <rdfs:label>em_electron_diffraction_phase</rdfs:label>
    <rdfs:comment>
data items in the em_electron_diffraction_phase category
record details about the phase information
from the electron diffraction experiment.
  example 1 - based on pdb entry 1tub and laboratory records for the
                structure corresponding to pdb entry 1tub
&lt;PDBx:em_electron_diffraction_phaseCategory&gt;
   &lt;PDBx:em_electron_diffraction_phase entry_id="1TUB" id="1"&gt;
      &lt;PDBx:d_res_high&gt;4&lt;/PDBx:d_res_high&gt;
      &lt;PDBx:highest_resolution_shell_error xsi:nil="true" /&gt;
      &lt;PDBx:overall_error xsi:nil="true" /&gt;
      &lt;PDBx:rejection_criteria_error xsi:nil="true" /&gt;
      &lt;PDBx:residual xsi:nil="true" /&gt;
   &lt;/PDBx:em_electron_diffraction_phase&gt;
&lt;/PDBx:em_electron_diffraction_phaseCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.d_res_high"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.d_res_high"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.highest_resolution_shell_error"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.highest_resolution_shell_error"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.overall_error"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.overall_error"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.rejection_criteria_error"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.rejection_criteria_error"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.residual"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.residual"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_electron_diffraction_phase.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_electron_diffraction_phaseCategory">
    <rdfs:label>em_electron_diffraction_phaseCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_electron_diffraction_phaseCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_electron_diffraction_phase"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_electron_diffraction_phase">
    <rdfs:label>em_electron_diffraction_phaseCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_electron_diffraction_phaseCategory.
	has a category em_electron_diffraction_phase.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_electron_diffraction_phase"/>
    <rdfs:domain rdf:resource="#em_electron_diffraction_phaseCategory"/>
    <rdfs:range rdf:resource="#em_electron_diffraction_phase"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_electron_diffraction_phaseItem">
    <rdfs:label>em_electron_diffraction_phaseItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_electron_diffraction_phase items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_electron_diffraction_phase"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_electron_diffraction_phase">
    <rdfs:label>reference_to_em_electron_diffraction_phase</rdfs:label>
    <rdfs:comment>cross-reference to em_electron_diffraction_phase</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_electron_diffraction_phase"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_electron_diffraction_phase">
    <rdfs:label>referenced_by_em_electron_diffraction_phase</rdfs:label>
    <rdfs:comment>cross-reference from em_electron_diffraction_phase</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_electron_diffraction_phase"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_phase.d_res_high">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_phaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_electron_diffraction_phase.d_res_high</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the highest resolution d-value for the electron diffraction experiment.
5
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_phase.highest_resolution_shell_error">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_phaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_electron_diffraction_phase.highest_resolution_shell_error</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the highest resolution shell error in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_phase.overall_error">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_phaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_electron_diffraction_phase.overall_error</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the overall phase error in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_phase.rejection_criteria_error">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_phaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_electron_diffraction_phase.rejection_criteria_error</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the rejection criteria (phase error) in degrees.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_phase.residual">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_phaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_electron_diffraction_phase.residual</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the phase residual value for the electron diffraction experiment.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_phase.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_phaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_electron_diffraction_phase.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
this data item is a pointer to attribute id in category entry in the entry category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_electron_diffraction_phase.id">
    <rdfs:subPropertyOf rdf:resource="#em_electron_diffraction_phaseItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_electron_diffraction_phase.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
the value of attribute id in category electron_diffraction_phase must
 uniquely identify the electron diffraction phase experiment.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_entity_assemblyCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_entity_assembly"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_entity_assembly">
    <rdfs:label>em_entity_assembly</rdfs:label>
    <rdfs:comment>
Data items in the EM_ENTITY_ASSEMBLY category
record details about each component of
the complex.
 Example 1 - based on PDB entry 1DYL and laboratory records for the
              structure corresponding to PDB entry 1DYL
&lt;PDBx:em_entity_assemblyCategory&gt;
   &lt;PDBx:em_entity_assembly assembly_id="1" id="1"&gt;
      &lt;PDBx:type&gt;VIRUS&lt;/PDBx:type&gt;
   &lt;/PDBx:em_entity_assembly&gt;
&lt;/PDBx:em_entity_assemblyCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_cell"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_cell"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_cellular_location"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_cellular_location"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_engineered"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_engineered"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_expression_system"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_expression_system"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_expression_system_plasmid"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_expression_system_plasmid"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_organelle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_organelle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_organism_common"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_organism_common"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_organism_scientific"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_organism_scientific"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_strain"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_strain"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_tissue"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ebi_tissue"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.go_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.go_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ipr_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.ipr_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.mutant_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.mutant_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.number_of_copies"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.number_of_copies"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.oligomeric_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.oligomeric_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.synonym"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.synonym"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.assembly_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_entity_assemblyCategory">
    <rdfs:label>em_entity_assemblyCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_entity_assemblyCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_entity_assembly"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_entity_assembly">
    <rdfs:label>em_entity_assemblyCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_entity_assemblyCategory.
	has a category em_entity_assembly.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_entity_assembly"/>
    <rdfs:domain rdf:resource="#em_entity_assemblyCategory"/>
    <rdfs:range rdf:resource="#em_entity_assembly"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_entity_assemblyItem">
    <rdfs:label>em_entity_assemblyItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_entity_assembly items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_entity_assembly"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_entity_assembly">
    <rdfs:label>reference_to_em_entity_assembly</rdfs:label>
    <rdfs:comment>cross-reference to em_entity_assembly</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_entity_assembly"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_entity_assembly">
    <rdfs:label>referenced_by_em_entity_assembly</rdfs:label>
    <rdfs:comment>cross-reference from em_entity_assembly</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_entity_assembly"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.details">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Additional details about the component.
Fab fragment generated by proteolytic cleavage of LA2 IgG antibody.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ebi_cell">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.ebi_cell</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The cell from which the component was
obtained.
CHO
HELA
3T3
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ebi_cellular_location">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.ebi_cellular_location</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The cellular location of the component.
cytoplasm
endoplasmic reticulum
plasma membrane
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ebi_engineered">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:domain rdf:resource="#em_entity_assembly"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">YES</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NO</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag to indicate whether the component is engineered.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ebi_expression_system">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.ebi_expression_system</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The expression system used to produce the component.
eschericia coli
saccharomyces cerevisiae
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ebi_expression_system_plasmid">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.ebi_expression_system_plasmid</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The plasmid used in the expression system used to produce the component.
pBR322
pMB9
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ebi_organelle">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.ebi_organelle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The organelle from which the component was
obtained.
golgi
mitochondrion
cytoskeleton
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ebi_organism_common">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.ebi_organism_common</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The common name of the species of the natural organism from which 
the component was obtained.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ebi_organism_scientific">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.ebi_organism_scientific</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The species of the natural organism from which the component
was obtained.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ebi_strain">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.ebi_strain</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The strain of the natural organism from which the component was
obtained, if relevant.
DH5a
BMH 71-18
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ebi_tissue">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.ebi_tissue</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The tissue of the natural organism from which the component was
obtained.
heart
liver
eye lens
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.go_id">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.go_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The Gene Ontology (GO) identifier for the component.
The GO id is the appropriate identifier used by the Gene Ontology
Consortium. Reference: Nature Genetics vol 25:25-29 (2000).
GO:0005876
GO:0015630
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.ipr_id">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.ipr_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The InterPro (IPR) identifier for the component.
The IPR id is the appropriate identifier used by the Interpro Resource.
Reference: Nucleic Acid Research vol 29(1):37-40(2001).
001304
002353
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.mutant_flag">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:domain rdf:resource="#em_entity_assembly"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">YES</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NO</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
mutant flag
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.name">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the component of the observed assembly.
messenger RNA
initiation factor 2
GroEL
antibody Fab fragment
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.number_of_copies">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_entity_assembly.number_of_copies</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
number of copies
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.oligomeric_details">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.oligomeric_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
oligomeric details
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.synonym">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.synonym</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Alternative name of the component.
FADV-1
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.type">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:domain rdf:resource="#em_entity_assembly"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">VIRUS</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PROTEIN</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NUCLEIC ACID</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">LIGAND</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">LABEL</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CELLULAR COMPONENT</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RIBOSOME</rdf:first>
                                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of types of components of the
assembly of the biological structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.assembly_id">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.assembly_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category em_assembly in the
 ASSEMBLY category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly.id">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assemblyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_entity_assembly must uniquely identify
 each of the components of the complex.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_entity_assembly_listCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_entity_assembly_list"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_entity_assembly_list">
    <rdfs:label>em_entity_assembly_list</rdfs:label>
    <rdfs:comment>
Data items in the  EM_ENTITY_ASSEMBLY_LIST category record details
of the structural elements in each component.
  Example 1 - microtubule
&lt;PDBx:em_entity_assembly_listCategory&gt;
   &lt;PDBx:em_entity_assembly_list entity_assembly_id="1" entity_id="1" id="1"&gt;
      &lt;PDBx:number_of_copies&gt;2&lt;/PDBx:number_of_copies&gt;
      &lt;PDBx:oligomeric_details&gt;DIMER&lt;/PDBx:oligomeric_details&gt;
   &lt;/PDBx:em_entity_assembly_list&gt;
&lt;/PDBx:em_entity_assembly_listCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly_list.number_of_copies"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly_list.number_of_copies"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly_list.oligomeric_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly_list.oligomeric_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly_list.entity_assembly_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly_list.entity_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_entity_assembly_list.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_entity_assembly_listCategory">
    <rdfs:label>em_entity_assembly_listCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_entity_assembly_listCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_entity_assembly_list"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_entity_assembly_list">
    <rdfs:label>em_entity_assembly_listCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_entity_assembly_listCategory.
	has a category em_entity_assembly_list.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_entity_assembly_list"/>
    <rdfs:domain rdf:resource="#em_entity_assembly_listCategory"/>
    <rdfs:range rdf:resource="#em_entity_assembly_list"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_entity_assembly_listItem">
    <rdfs:label>em_entity_assembly_listItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_entity_assembly_list items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_entity_assembly_list"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_entity_assembly_list">
    <rdfs:label>reference_to_em_entity_assembly_list</rdfs:label>
    <rdfs:comment>cross-reference to em_entity_assembly_list</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_entity_assembly_list"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_entity_assembly_list">
    <rdfs:label>referenced_by_em_entity_assembly_list</rdfs:label>
    <rdfs:comment>cross-reference from em_entity_assembly_list</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_entity_assembly_list"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly_list.number_of_copies">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assembly_listItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_entity_assembly_list.number_of_copies</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of copies of the entity.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly_list.oligomeric_details">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assembly_listItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly_list.oligomeric_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The oligomeric state of the entity.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly_list.entity_assembly_id">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assembly_listItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly_list.entity_assembly_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category em_entity_assembly in
 the ENTITY_ASSEMBLY category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly_list.entity_id">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assembly_listItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly_list.entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A pointer to entity id.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_entity_assembly_list.id">
    <rdfs:subPropertyOf rdf:resource="#em_entity_assembly_listItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_entity_assembly_list.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_entity_assembly_list must uniquely identify
 the component.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_euler_angle_distributionCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_euler_angle_distribution"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_euler_angle_distribution">
    <rdfs:label>em_euler_angle_distribution</rdfs:label>
    <rdfs:comment>
Data items in the EM_EULER_ANGLE_DISTRIBUTION category
record details of assignment of Euler angles for projection
sets of particles.
 Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_euler_angle_distributionCategory&gt;
   &lt;PDBx:em_euler_angle_distribution entry_id="1DYL" id="1"&gt;
      &lt;PDBx:alpha xsi:nil="true" /&gt;
      &lt;PDBx:beta xsi:nil="true" /&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:gamma xsi:nil="true" /&gt;
   &lt;/PDBx:em_euler_angle_distribution&gt;
&lt;/PDBx:em_euler_angle_distributionCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_euler_angle_distribution.alpha"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_euler_angle_distribution.alpha"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_euler_angle_distribution.beta"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_euler_angle_distribution.beta"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_euler_angle_distribution.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_euler_angle_distribution.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_euler_angle_distribution.gamma"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_euler_angle_distribution.gamma"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_euler_angle_distribution.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_euler_angle_distribution.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_euler_angle_distributionCategory">
    <rdfs:label>em_euler_angle_distributionCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_euler_angle_distributionCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_euler_angle_distribution"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_euler_angle_distribution">
    <rdfs:label>em_euler_angle_distributionCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_euler_angle_distributionCategory.
	has a category em_euler_angle_distribution.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_euler_angle_distribution"/>
    <rdfs:domain rdf:resource="#em_euler_angle_distributionCategory"/>
    <rdfs:range rdf:resource="#em_euler_angle_distribution"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_euler_angle_distributionItem">
    <rdfs:label>em_euler_angle_distributionItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_euler_angle_distribution items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_euler_angle_distribution"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_euler_angle_distribution">
    <rdfs:label>reference_to_em_euler_angle_distribution</rdfs:label>
    <rdfs:comment>cross-reference to em_euler_angle_distribution</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_euler_angle_distribution"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_euler_angle_distribution">
    <rdfs:label>referenced_by_em_euler_angle_distribution</rdfs:label>
    <rdfs:comment>cross-reference from em_euler_angle_distribution</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_euler_angle_distribution"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_euler_angle_distribution.alpha">
    <rdfs:subPropertyOf rdf:resource="#em_euler_angle_distributionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_euler_angle_distribution.alpha</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The euler-alpha angle assignment.
90
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_euler_angle_distribution.beta">
    <rdfs:subPropertyOf rdf:resource="#em_euler_angle_distributionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_euler_angle_distribution.beta</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The euler-beta angle assignment.
90
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_euler_angle_distribution.details">
    <rdfs:subPropertyOf rdf:resource="#em_euler_angle_distributionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_euler_angle_distribution.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any additional details of the euler angles distribution and assignment.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_euler_angle_distribution.gamma">
    <rdfs:subPropertyOf rdf:resource="#em_euler_angle_distributionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_euler_angle_distribution.gamma</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The euler-gamma angle assignment.
0
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_euler_angle_distribution.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_euler_angle_distributionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_euler_angle_distribution.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute entry_id in category em_euler_angle_distribution is a pointer
 to the ENTRY category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_euler_angle_distribution.id">
    <rdfs:subPropertyOf rdf:resource="#em_euler_angle_distributionItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_euler_angle_distribution.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_euler_angle_distribution must
 uniquely identify the  euler angle assignments of
the projection set used in the final reconstruction.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_experimentCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_experiment"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_experiment">
    <rdfs:label>em_experiment</rdfs:label>
    <rdfs:comment>
Data items in the EM_EXPERIMENT category provide
high-level classification of the EM experiment.
  Example 1 - based on PDB entry 1EG0 
&lt;PDBx:em_experimentCategory&gt;
   &lt;PDBx:em_experiment entry_id="1EG0"&gt;
      &lt;PDBx:reconstruction_method&gt;SINGLE PARTICLE&lt;/PDBx:reconstruction_method&gt;
      &lt;PDBx:specimen_type&gt;VITREOUS ICE (CRYO EM)&lt;/PDBx:specimen_type&gt;
   &lt;/PDBx:em_experiment&gt;
&lt;/PDBx:em_experimentCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_experiment.reconstruction_method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_experiment.reconstruction_method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_experiment.specimen_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_experiment.specimen_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_experiment.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_experimentCategory">
    <rdfs:label>em_experimentCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_experimentCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_experiment"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_experiment">
    <rdfs:label>em_experimentCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_experimentCategory.
	has a category em_experiment.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_experiment"/>
    <rdfs:domain rdf:resource="#em_experimentCategory"/>
    <rdfs:range rdf:resource="#em_experiment"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_experimentItem">
    <rdfs:label>em_experimentItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_experiment items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_experiment"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_experiment">
    <rdfs:label>reference_to_em_experiment</rdfs:label>
    <rdfs:comment>cross-reference to em_experiment</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_experiment"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_experiment">
    <rdfs:label>referenced_by_em_experiment</rdfs:label>
    <rdfs:comment>cross-reference from em_experiment</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_experiment"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_experiment.reconstruction_method">
    <rdfs:subPropertyOf rdf:resource="#em_experimentItem"/>
    <rdfs:domain rdf:resource="#em_experiment"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SINGLE PARTICLE</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">HELICAL</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CRYSTALLOGRAPHY</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TOMOGRAPHY</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The reconstruction method used in the EM experiment.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_experiment.specimen_type">
    <rdfs:subPropertyOf rdf:resource="#em_experimentItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_experiment.specimen_type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The specimen type used in the EM experiment.
VITREOUS ICE (CRYO EM)
NEGATIVE STAIN
FREEZE SUBSTITUTION
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_experiment.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_experimentItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_experiment.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_helical_entityCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_helical_entity"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_helical_entity">
    <rdfs:label>em_helical_entity</rdfs:label>
    <rdfs:comment/>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.angular_rotation_per_subunit"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.angular_rotation_per_subunit"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.axial_rise_per_subunit"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.axial_rise_per_subunit"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.axial_symmetry"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.axial_symmetry"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.dyad"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.dyad"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.hand"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.hand"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.entity_assembly_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_helical_entity.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_helical_entityCategory">
    <rdfs:label>em_helical_entityCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_helical_entityCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_helical_entity"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_helical_entity">
    <rdfs:label>em_helical_entityCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_helical_entityCategory.
	has a category em_helical_entity.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_helical_entity"/>
    <rdfs:domain rdf:resource="#em_helical_entityCategory"/>
    <rdfs:range rdf:resource="#em_helical_entity"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_helical_entityItem">
    <rdfs:label>em_helical_entityItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_helical_entity items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_helical_entity"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_helical_entity">
    <rdfs:label>reference_to_em_helical_entity</rdfs:label>
    <rdfs:comment>cross-reference to em_helical_entity</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_helical_entity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_helical_entity">
    <rdfs:label>referenced_by_em_helical_entity</rdfs:label>
    <rdfs:comment>cross-reference from em_helical_entity</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_helical_entity"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_helical_entity.angular_rotation_per_subunit">
    <rdfs:subPropertyOf rdf:resource="#em_helical_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_helical_entity.angular_rotation_per_subunit</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The angular rotation per helical subunit in degrees.
-34.616000
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_helical_entity.axial_rise_per_subunit">
    <rdfs:subPropertyOf rdf:resource="#em_helical_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_helical_entity.axial_rise_per_subunit</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The axial rise per subunit in the helical assembly.
17.400000
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_helical_entity.axial_symmetry">
    <rdfs:subPropertyOf rdf:resource="#em_helical_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_helical_entity.axial_symmetry</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
n-fold symmetry along the filament helix axis.
1
5
7
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_helical_entity.details">
    <rdfs:subPropertyOf rdf:resource="#em_helical_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_helical_entity.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any other details regarding the helical assembly
Dihedral symmetry
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_helical_entity.dyad">
    <rdfs:subPropertyOf rdf:resource="#em_helical_entityItem"/>
    <rdfs:domain rdf:resource="#em_helical_entity"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">YES</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NO</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Value should be YES if a the filament has two-fold symmetry perpendicular to the helical axis.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_helical_entity.hand">
    <rdfs:subPropertyOf rdf:resource="#em_helical_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_helical_entity.hand</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Handedness of the helix: right handed or left handed
Right
Left
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_helical_entity.entity_assembly_id">
    <rdfs:subPropertyOf rdf:resource="#em_helical_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_helical_entity.entity_assembly_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute entity_assembly_id
 in category em_helical_entity identifies a particular assembly component.

This data item is a pointer to attribute id
 in category entity_assembly in the EM_ENTITY_ASSEMBLY category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_helical_entity.id">
    <rdfs:subPropertyOf rdf:resource="#em_helical_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_helical_entity.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_helical_entity must uniquely identify
 a set of the filament parameters for this assembly component.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_icos_virus_shellsCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_icos_virus_shells"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_icos_virus_shells">
    <rdfs:label>em_icos_virus_shells</rdfs:label>
    <rdfs:comment>
Data items in the EM_ICOS_VIRUS_SHELLS category record details
of the viral shell number, diameter of each shell and triangulation number.
 Example 1 - based on PDB entry 1DYL and laboratory records for the
             structure corresponding to PDB entry 1DYL
&lt;PDBx:em_icos_virus_shellsCategory&gt;
   &lt;PDBx:em_icos_virus_shells id="1" virus_entity_id="1"&gt;
      &lt;PDBx:shell_diameter&gt;400&lt;/PDBx:shell_diameter&gt;
      &lt;PDBx:triangulation_num&gt;4&lt;/PDBx:triangulation_num&gt;
   &lt;/PDBx:em_icos_virus_shells&gt;
&lt;/PDBx:em_icos_virus_shellsCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_icos_virus_shells.shell_diameter"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_icos_virus_shells.shell_diameter"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_icos_virus_shells.triangulation_num"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_icos_virus_shells.triangulation_num"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_icos_virus_shells.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_icos_virus_shells.virus_entity_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_icos_virus_shellsCategory">
    <rdfs:label>em_icos_virus_shellsCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_icos_virus_shellsCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_icos_virus_shells"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_icos_virus_shells">
    <rdfs:label>em_icos_virus_shellsCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_icos_virus_shellsCategory.
	has a category em_icos_virus_shells.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_icos_virus_shells"/>
    <rdfs:domain rdf:resource="#em_icos_virus_shellsCategory"/>
    <rdfs:range rdf:resource="#em_icos_virus_shells"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_icos_virus_shellsItem">
    <rdfs:label>em_icos_virus_shellsItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_icos_virus_shells items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_icos_virus_shells"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_icos_virus_shells">
    <rdfs:label>reference_to_em_icos_virus_shells</rdfs:label>
    <rdfs:comment>cross-reference to em_icos_virus_shells</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_icos_virus_shells"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_icos_virus_shells">
    <rdfs:label>referenced_by_em_icos_virus_shells</rdfs:label>
    <rdfs:comment>cross-reference from em_icos_virus_shells</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_icos_virus_shells"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_icos_virus_shells.shell_diameter">
    <rdfs:subPropertyOf rdf:resource="#em_icos_virus_shellsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_icos_virus_shells.shell_diameter</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of the diameter (in angstroms) for each
protein shell of the virus.     
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_icos_virus_shells.triangulation_num">
    <rdfs:subPropertyOf rdf:resource="#em_icos_virus_shellsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_icos_virus_shells.triangulation_num</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The triangulation number (T number) is a geometric and abstract
concept that does not correspond to the structural components of
an individul virus.
It refers to the organisation of the geometric figure.
The triangulation number, T is given by the following relationship:
T= h*2 + hk +k*2,  where h and k are positive integers which define the 
position of the five-fold vertex on the original hexagonal net.
4
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_icos_virus_shells.id">
    <rdfs:subPropertyOf rdf:resource="#em_icos_virus_shellsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_icos_virus_shells.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_em_icos_virus_shells must uniquely identify
 the number and diameter of each virus protein shell and its
triangulation number.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_icos_virus_shells.virus_entity_id">
    <rdfs:subPropertyOf rdf:resource="#em_icos_virus_shellsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_icos_virus_shells.virus_entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute virus_entity_id in category em_icos_virus_shells is
 a pointer to attribute id in category em_virus_entity in the VIRUS_ENTITY
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_image_scansCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_image_scans"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_image_scans">
    <rdfs:label>em_image_scans</rdfs:label>
    <rdfs:comment>
Data items in the EM_IMAGE_SCANS category record details
of the image scanning device (microdensitometer)
and parameters for digitization of the image.
  Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_image_scansCategory&gt;
   &lt;PDBx:em_image_scans entry_id="1DYL" id="2"&gt;
      &lt;PDBx:citation_id&gt;1&lt;/PDBx:citation_id&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:number_digital_images&gt;48&lt;/PDBx:number_digital_images&gt;
      &lt;PDBx:od_range xsi:nil="true" /&gt;
      &lt;PDBx:quant_bit_size xsi:nil="true" /&gt;
      &lt;PDBx:sampling_size xsi:nil="true" /&gt;
      &lt;PDBx:scanner_model xsi:nil="true" /&gt;
   &lt;/PDBx:em_image_scans&gt;
&lt;/PDBx:em_image_scansCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.citation_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.citation_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.number_digital_images"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.number_digital_images"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.od_range"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.od_range"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.quant_bit_size"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.quant_bit_size"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.sampling_size"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.sampling_size"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.scanner_model"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.scanner_model"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_image_scans.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_image_scansCategory">
    <rdfs:label>em_image_scansCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_image_scansCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_image_scans"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_image_scans">
    <rdfs:label>em_image_scansCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_image_scansCategory.
	has a category em_image_scans.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_image_scans"/>
    <rdfs:domain rdf:resource="#em_image_scansCategory"/>
    <rdfs:range rdf:resource="#em_image_scans"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_image_scansItem">
    <rdfs:label>em_image_scansItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_image_scans items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_image_scans"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_image_scans">
    <rdfs:label>reference_to_em_image_scans</rdfs:label>
    <rdfs:comment>cross-reference to em_image_scans</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_image_scans"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_image_scans">
    <rdfs:label>referenced_by_em_image_scans</rdfs:label>
    <rdfs:comment>cross-reference from em_image_scans</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_image_scans"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_image_scans.citation_id">
    <rdfs:subPropertyOf rdf:resource="#em_image_scansItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_image_scans.citation_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id
 in category citation in the CITATION category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_image_scans.details">
    <rdfs:subPropertyOf rdf:resource="#em_image_scansItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_image_scans.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any additional details about scanning images.     
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_image_scans.number_digital_images">
    <rdfs:subPropertyOf rdf:resource="#em_image_scansItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_image_scans.number_digital_images</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of images scanned and digitised.     
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_image_scans.od_range">
    <rdfs:subPropertyOf rdf:resource="#em_image_scansItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_image_scans.od_range</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The optical density range (OD=-log 10 transmission).     
To the eye OD=1 appears light grey and OD=3 is opaque.
1.4
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_image_scans.quant_bit_size">
    <rdfs:subPropertyOf rdf:resource="#em_image_scansItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_image_scans.quant_bit_size</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of bits per pixel.
8
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_image_scans.sampling_size">
    <rdfs:subPropertyOf rdf:resource="#em_image_scansItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_image_scans.sampling_size</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The sampling step size (microns) set on the scanner.     
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_image_scans.scanner_model">
    <rdfs:subPropertyOf rdf:resource="#em_image_scansItem"/>
    <rdfs:domain rdf:resource="#em_image_scans"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ZEISS SCAI</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EMIL 10</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OPTRONICS</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERKIN ELMER</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TEMSCAN</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EIKONIX IEEE 488</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NIKON COOLSCAN</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NIKON SUPER COOLSCAN 9000</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">IMAGE SCIENCE PATCHWORK DENSITOMETER</rdf:first>
                                            <rdf:rest>
                                              <rdf:List>
                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PRIMESCAN</rdf:first>
                                                <rdf:rest>
                                                  <rdf:List>
                                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OTHER</rdf:first>
                                                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                  </rdf:List>
                                                </rdf:rest>
                                              </rdf:List>
                                            </rdf:rest>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The scanner model.     
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_image_scans.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_image_scansItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_image_scans.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the
 ENTRY category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_image_scans.id">
    <rdfs:subPropertyOf rdf:resource="#em_image_scansItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_image_scans.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_image_scans must uniquely identify
 the images scanned.     
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_imagingCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_imaging"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_imaging">
    <rdfs:label>em_imaging</rdfs:label>
    <rdfs:comment>
Data items in the EM_IMAGING category record details about 
the parameters used in imaging the sample in the electron microscope.
  Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_imagingCategory&gt;
   &lt;PDBx:em_imaging entry_id="1DYL" id="1"&gt;
      &lt;PDBx:accelerating_voltage&gt;200&lt;/PDBx:accelerating_voltage&gt;
      &lt;PDBx:calibrated_magnification xsi:nil="true" /&gt;
      &lt;PDBx:citation_id&gt;1&lt;/PDBx:citation_id&gt;
      &lt;PDBx:date&gt;1998-15-06&lt;/PDBx:date&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:detector_distance xsi:nil="true" /&gt;
      &lt;PDBx:electron_dose xsi:nil="true" /&gt;
      &lt;PDBx:electron_source&gt;FEG&lt;/PDBx:electron_source&gt;
      &lt;PDBx:energy_filter xsi:nil="true" /&gt;
      &lt;PDBx:energy_window xsi:nil="true" /&gt;
      &lt;PDBx:illumination_mode&gt;bright field&lt;/PDBx:illumination_mode&gt;
      &lt;PDBx:microscope_model&gt;FEI/PHILIPS CM200 FEG&lt;/PDBx:microscope_model&gt;
      &lt;PDBx:mode&gt;low dose&lt;/PDBx:mode&gt;
      &lt;PDBx:nominal_cs&gt;2.0&lt;/PDBx:nominal_cs&gt;
      &lt;PDBx:nominal_defocus_max&gt;7600&lt;/PDBx:nominal_defocus_max&gt;
      &lt;PDBx:nominal_defocus_min&gt;975&lt;/PDBx:nominal_defocus_min&gt;
      &lt;PDBx:nominal_magnification&gt;50000&lt;/PDBx:nominal_magnification&gt;
      &lt;PDBx:recording_temperature_maximum xsi:nil="true" /&gt;
      &lt;PDBx:recording_temperature_minimum xsi:nil="true" /&gt;
      &lt;PDBx:sample_support_id&gt;1&lt;/PDBx:sample_support_id&gt;
      &lt;PDBx:specimen_holder_model&gt;gatan 626-0300&lt;/PDBx:specimen_holder_model&gt;
      &lt;PDBx:specimen_holder_type&gt;cryotransfer&lt;/PDBx:specimen_holder_type&gt;
      &lt;PDBx:temperature&gt;95&lt;/PDBx:temperature&gt;
      &lt;PDBx:tilt_angle_max&gt;0&lt;/PDBx:tilt_angle_max&gt;
      &lt;PDBx:tilt_angle_min&gt;0&lt;/PDBx:tilt_angle_min&gt;
   &lt;/PDBx:em_imaging&gt;
&lt;/PDBx:em_imagingCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.accelerating_voltage"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.accelerating_voltage"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.astigmatism"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.astigmatism"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.calibrated_magnification"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.calibrated_magnification"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.citation_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.citation_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.date"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.date"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.detector_distance"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.detector_distance"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.detector_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.detector_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.electron_beam_tilt_params"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.electron_beam_tilt_params"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.electron_dose"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.electron_dose"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.electron_source"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.electron_source"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.energy_filter"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.energy_filter"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.energy_window"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.energy_window"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.illumination_mode"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.illumination_mode"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.microscope_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.microscope_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.microscope_model"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.microscope_model"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.mode"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.mode"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.nominal_cs"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.nominal_cs"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.nominal_defocus_max"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.nominal_defocus_max"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.nominal_defocus_min"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.nominal_defocus_min"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.nominal_magnification"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.nominal_magnification"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.recording_temperature_maximum"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.recording_temperature_maximum"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.recording_temperature_minimum"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.recording_temperature_minimum"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.sample_support_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.sample_support_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.scans_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.scans_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.specimen_holder_model"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.specimen_holder_model"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.specimen_holder_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.specimen_holder_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.temperature"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.temperature"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.tilt_angle_max"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.tilt_angle_max"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.tilt_angle_min"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.tilt_angle_min"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_imaging.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_imagingCategory">
    <rdfs:label>em_imagingCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_imagingCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_imaging"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_imaging">
    <rdfs:label>em_imagingCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_imagingCategory.
	has a category em_imaging.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_imaging"/>
    <rdfs:domain rdf:resource="#em_imagingCategory"/>
    <rdfs:range rdf:resource="#em_imaging"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_imagingItem">
    <rdfs:label>em_imagingItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_imaging items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_imaging"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_imaging">
    <rdfs:label>reference_to_em_imaging</rdfs:label>
    <rdfs:comment>cross-reference to em_imaging</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_imaging"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_imaging">
    <rdfs:label>referenced_by_em_imaging</rdfs:label>
    <rdfs:comment>cross-reference from em_imaging</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_imaging"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.accelerating_voltage">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_imaging.accelerating_voltage</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A value of accelerating voltage (in kV) used for imaging. 
300
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.astigmatism">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.astigmatism</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
astigmatism
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.calibrated_magnification">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_imaging.calibrated_magnification</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The magnification value obtained for a known standard just
prior to, during or just after the imaging experiment. 
61200
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.citation_id">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.citation_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category citation in
 the CITATION category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.date">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.date</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Date (YYYY-MM-DD) of imaging experiment or the date at which
a series of experiments began. 
2001-05-08
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.details">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any additional imaging details. 
weak beam illumination
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.detector_distance">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_imaging.detector_distance</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The camera length (in millimetres). The camera length is the 
product of the objective focal length and the combined magnification
of the intermediate and projector lenses when the microscope is
operated in the diffraction mode. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.detector_id">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.detector_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute detector_id in category em_imaging must uniquely identify
 the type of detector used in the experiment. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.electron_beam_tilt_params">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.electron_beam_tilt_params</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
electron beam tilt params
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.electron_dose">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_imaging.electron_dose</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The electron dose received by the specimen (electrons per square angstrom). 
0.9
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.electron_source">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.electron_source</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The source of electrons. The electron gun.
FIELD EMISSION GUN
LAB6
TUNGSTEN HAIRPIN
SCHOTTKY FIELD EMISSION GUN
OTHER
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.energy_filter">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.energy_filter</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The type of energy filter spectrometer apparatus. 
FEI
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.energy_window">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.energy_window</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The energy filter range in electron volts (eV)set by spectrometer. 
0 - 15
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.illumination_mode">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.illumination_mode</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mode of illumination. 
FLOOD BEAM
FLOOD BEAM LOW DOSE
SPOT SCAN
OTHER
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.microscope_id">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.microscope_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category em_microscope in
 the EM_MICROSCOPE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.microscope_model">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.microscope_model</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the model of microscope. 
HITACHI H8100
HITACHI HF2000
HITACHI HF2000-UHR
HITACHI H9000-UHR
HITACHI H9000-NAR
HITACHI 300KEV FEG
HITACHI HU1250
HITACHI H-1500
JEOL 2000EX
JEOL 2010HT
JEOL 2010UHR
JEOL 2010F
JEOL 3010HT
JEOL 3010UHR
JEOL KYOTO-3000SFF
JEOL 4000EX
JEOL HAREM
JEOL ARM-1000
JEOL KYOTO-1000
JEOL ARM-1250
FEI/PHILIPS CM120T
FEI/PHILIPS CM200T
FEI/PHILIPS CM20/ST
FEI/PHILIPS CM20/SOPHIE
FEI/PHILIPS CM200FEG/ST
FEI/PHILIPS CM20/UT
FEI/PHILIPS CM200FEG/UT
FEI/PHILIPS CM30/T
FEI/PHILIPS CM300FEG/T
FEI/PHILIPS CM300FEG/HE
FEI/PHILIPS CM30/ST
FEI/PHILIPS CM300FEG/ST
FEI/PHILIPS CM300FEG/UT
FEI TECNAI 12
FEI TECNAI 20
FEI TECNAI F20
FEI TECNAI F30
FEI MORGAGNI
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.mode">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.mode</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mode of imaging. 
BRIGHT FIELD
DARK FIELD
DIFFRACTION
OTHER
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.nominal_cs">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_imaging.nominal_cs</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The spherical aberration coefficient (Cs) in millimetres,
of the objective lens. 
1.4
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.nominal_defocus_max">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_imaging.nominal_defocus_max</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The maximum defocus value of the objective lens (in nanometres) used
to obtain the recorded images. 
5000
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.nominal_defocus_min">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_imaging.nominal_defocus_min</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The minimum defocus value of the objective lens (in nanometres) used
to obtain the recorded images. 
1200
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.nominal_magnification">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_imaging.nominal_magnification</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The magnification indicated by the microscope readout. 
60000
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.recording_temperature_maximum">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_imaging.recording_temperature_maximum</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The specimen temperature maximum (degrees Kelvin) for the duration
of imaging. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.recording_temperature_minimum">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_imaging.recording_temperature_minimum</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The specimen temperature minimum (degrees Kelvin) for the duration
of imaging. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.sample_support_id">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.sample_support_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category em_sample_support in
 the EM_SAMPLE_SUPPORT category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.scans_id">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.scans_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute scans_id in category em_imaging must uniquely identify
 the image_scans used in the experiment. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.specimen_holder_model">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:domain rdf:resource="#em_imaging"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GATAN HELIUM</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GATAN LIQUID NITROGEN</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">JEM3200FSC CRYOHOLDER</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PHILIPS ROTATION HOLDER</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">HOME BUILD</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">JEOL</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SIDE ENTRY, EUCENTRIC</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OTHER</rdf:first>
                                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the model of specimen holder used during imaging. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.specimen_holder_type">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.specimen_holder_type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The type of specimen holder used during imaging. 
cryo
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.temperature">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_imaging.temperature</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The mean specimen stage temperature (degrees Kelvin) during imaging
in the microscope. 
70
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.tilt_angle_max">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_imaging.tilt_angle_max</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The maximum angle at which the specimen was tilted to obtain
recorded images.
70
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.tilt_angle_min">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_imaging.tilt_angle_min</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The minimum angle at which the specimen was tilted to obtain
recorded images.
-70
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_imaging.id">
    <rdfs:subPropertyOf rdf:resource="#em_imagingItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_imaging.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_imaging must uniquely identify
 each imaging experiment. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_sample_preparationCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_sample_preparation"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_sample_preparation">
    <rdfs:label>em_sample_preparation</rdfs:label>
    <rdfs:comment>
Data items in the EM_SAMPLE_PREPARATION category
record details of sample conditions prior to loading
onto grid support.
  Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_sample_preparationCategory&gt;
   &lt;PDBx:em_sample_preparation entry_id="1DYL" id="1"&gt;
      &lt;PDBx:_2d_crystal_grow_id xsi:nil="true" /&gt;
      &lt;PDBx:buffer_id&gt;1&lt;/PDBx:buffer_id&gt;
      &lt;PDBx:ph&gt;7.6&lt;/PDBx:ph&gt;
      &lt;PDBx:sample_concentration&gt;5&lt;/PDBx:sample_concentration&gt;
      &lt;PDBx:support_id&gt;1&lt;/PDBx:support_id&gt;
   &lt;/PDBx:em_sample_preparation&gt;
&lt;/PDBx:em_sample_preparationCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation._2d_crystal_grow_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation._2d_crystal_grow_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.buffer_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.buffer_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.entity_assembly_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.entity_assembly_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.ph"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.ph"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.sample_concentration"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.sample_concentration"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.support_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.support_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_preparation.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_sample_preparationCategory">
    <rdfs:label>em_sample_preparationCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_sample_preparationCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_sample_preparation"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_sample_preparation">
    <rdfs:label>em_sample_preparationCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_sample_preparationCategory.
	has a category em_sample_preparation.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_sample_preparation"/>
    <rdfs:domain rdf:resource="#em_sample_preparationCategory"/>
    <rdfs:range rdf:resource="#em_sample_preparation"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_sample_preparationItem">
    <rdfs:label>em_sample_preparationItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_sample_preparation items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_sample_preparation"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_sample_preparation">
    <rdfs:label>reference_to_em_sample_preparation</rdfs:label>
    <rdfs:comment>cross-reference to em_sample_preparation</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_sample_preparation"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_sample_preparation">
    <rdfs:label>referenced_by_em_sample_preparation</rdfs:label>
    <rdfs:comment>cross-reference from em_sample_preparation</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_sample_preparation"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_preparation._2d_crystal_grow_id">
    <rdfs:subPropertyOf rdf:resource="#em_sample_preparationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_preparation._2d_crystal_grow_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id
 in category em_2d_crystal_grow in the 2D_CRYSTAL_GROW category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_preparation.buffer_id">
    <rdfs:subPropertyOf rdf:resource="#em_sample_preparationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_preparation.buffer_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category em_buffer in the
 BUFFER category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_preparation.details">
    <rdfs:subPropertyOf rdf:resource="#em_sample_preparationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_preparation.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Details on the sample preparation
 Selectively stained by injection of horseradish peroxidase,
  embedded in Spurr's resin and cut into 2-3 um thick sections.
1
 Enzyme Preparations. S. cerevisiae PDC was purified to near homogeneity
  from baker's yeast by modification of a published procedure. Highly
  purified E1 was obtained by resolution of PDC with 2 M NaCl at pH 7.3
  followed by FPLC on a Superdex 200 column. The weight-average molecular
  weight of the PDC was determined by light scattering measurement to be
  ~8 x 106. On the basis of the known molecular weight of the complex and
  its component enzymes and the experimentally determined polypeptide chain
  ratios of E2/BP/E3, we estimated that the subunit composition of the
  S. cerevisiae PDC is ~24 E1 tetramers, 60 E2 monomers, 12 BP monomers,
  and 8 E3 dimers. Sufficient E1 was added to a sample of the PDC
  preparation to increase the molar ratio of E1/E2 core to 60:1.
  This product is designated larger PDC or ~60 E1/E2 core PDC
2
  embedment in vitreous ice.
3
   Detergent-solubilized particles eluted from the cation-exchange
    column were directly adsorbed for 1 min to parlodion carbon-coated
    copper grids rendered hydrophilic by glow discharge at low pressure
    in air. Grids were washed with 4 drops of double-distilled water
    and stained with 2 drops of 0.75% uranyl formate. Images were recorded
    on Eastman Kodak Co. SO-163 sheet film with a Hitachi H-7000
    electron microscope operated at 100 kV. Electron micrographs of
    single particles adsorbed to the carbon film were digitized using
    a Leafscan-45 scanner (Leaf Systems, Inc., Westborough, MA).
4
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_preparation.entity_assembly_id">
    <rdfs:subPropertyOf rdf:resource="#em_sample_preparationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_preparation.entity_assembly_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entity_assembly in the
 entity_assembly category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_preparation.ph">
    <rdfs:subPropertyOf rdf:resource="#em_sample_preparationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_sample_preparation.ph</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The pH value of the observed sample buffer.
5.5
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_preparation.sample_concentration">
    <rdfs:subPropertyOf rdf:resource="#em_sample_preparationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_sample_preparation.sample_concentration</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of the concentration (mg per milliliter)
of the complex in the sample.
1.35
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_preparation.support_id">
    <rdfs:subPropertyOf rdf:resource="#em_sample_preparationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_preparation.support_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id
 in category em_sample_support in the EM_SAMPLE_SUPPORT category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_preparation.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_sample_preparationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_preparation.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_preparation.id">
    <rdfs:subPropertyOf rdf:resource="#em_sample_preparationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_preparation.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_sample_preparation must
 uniquely identify the sample preparation.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_sample_supportCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_sample_support"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_sample_support">
    <rdfs:label>em_sample_support</rdfs:label>
    <rdfs:comment>
Data items in the EM_SAMPLE_SUPPORT category record details
of the electron microscope grid type, grid support film and pretreatment
of whole before sample is applied
  Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_sample_supportCategory&gt;
   &lt;PDBx:em_sample_support id="1"&gt;
      &lt;PDBx:citation_id&gt;2&lt;/PDBx:citation_id&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:film_material&gt;HOLEY CARBON&lt;/PDBx:film_material&gt;
      &lt;PDBx:grid_material&gt;COPPER&lt;/PDBx:grid_material&gt;
      &lt;PDBx:grid_mesh_size&gt;400&lt;/PDBx:grid_mesh_size&gt;
      &lt;PDBx:grid_type&gt;MESH&lt;/PDBx:grid_type&gt;
      &lt;PDBx:method xsi:nil="true" /&gt;
      &lt;PDBx:pretreatment&gt;GLOW DISCHARGE&lt;/PDBx:pretreatment&gt;
   &lt;/PDBx:em_sample_support&gt;
&lt;/PDBx:em_sample_supportCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.citation_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.citation_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.film_material"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.film_material"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.grid_material"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.grid_material"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.grid_mesh_size"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.grid_mesh_size"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.grid_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.grid_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.pretreatment"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.pretreatment"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_sample_support.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_sample_supportCategory">
    <rdfs:label>em_sample_supportCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_sample_supportCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_sample_support"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_sample_support">
    <rdfs:label>em_sample_supportCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_sample_supportCategory.
	has a category em_sample_support.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_sample_support"/>
    <rdfs:domain rdf:resource="#em_sample_supportCategory"/>
    <rdfs:range rdf:resource="#em_sample_support"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_sample_supportItem">
    <rdfs:label>em_sample_supportItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_sample_support items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_sample_support"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_sample_support">
    <rdfs:label>reference_to_em_sample_support</rdfs:label>
    <rdfs:comment>cross-reference to em_sample_support</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_sample_support"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_sample_support">
    <rdfs:label>referenced_by_em_sample_support</rdfs:label>
    <rdfs:comment>cross-reference from em_sample_support</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_sample_support"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_support.citation_id">
    <rdfs:subPropertyOf rdf:resource="#em_sample_supportItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_support.citation_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id
 in category citation in the CITATION category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_support.details">
    <rdfs:subPropertyOf rdf:resource="#em_sample_supportItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_support.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of any additional details concerning the sample support. 
This grid plus sample was kept at -170 deg C for a month before use
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_support.film_material">
    <rdfs:subPropertyOf rdf:resource="#em_sample_supportItem"/>
    <rdfs:domain rdf:resource="#em_sample_support"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CARBON</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FORMVAR PLUS CARBON</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CELLULOSE ACETATE PLUS CARBON</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PARLODION PLUS CARBON</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">HOLEY CARBON</rdf:first>
                            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The support material covering the em grid.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_support.grid_material">
    <rdfs:subPropertyOf rdf:resource="#em_sample_supportItem"/>
    <rdfs:domain rdf:resource="#em_sample_support"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">COPPER</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">COPPER/PALLADIUM</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">COPPER/RHODIUM</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GOLD</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NICKEL</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PLATINUM</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TUNGSTEN</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TITANIUM</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MOLYBDENUM</rdf:first>
                                            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the material from which the grid is made.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_support.grid_mesh_size">
    <rdfs:subPropertyOf rdf:resource="#em_sample_supportItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>em_sample_support.grid_mesh_size</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of the mesh size (per inch) of the em grid.
400
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_support.grid_type">
    <rdfs:subPropertyOf rdf:resource="#em_sample_supportItem"/>
    <rdfs:domain rdf:resource="#em_sample_support"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SLOT</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">APERTURE</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DIAMOND</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">HEXAGONAL</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the grid type.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_support.method">
    <rdfs:subPropertyOf rdf:resource="#em_sample_supportItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_support.method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the method used to produce the support film.
1%formvar in chloroform cast on distilled water
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_support.pretreatment">
    <rdfs:subPropertyOf rdf:resource="#em_sample_supportItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_support.pretreatment</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the grid plus support film pretreatment. 
glow-discharged for 30 sec in argon
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_sample_support.id">
    <rdfs:subPropertyOf rdf:resource="#em_sample_supportItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_sample_support.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_sample_support must uniquely identify
 the sample support.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_single_particle_entityCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_single_particle_entity"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_single_particle_entity">
    <rdfs:label>em_single_particle_entity</rdfs:label>
    <rdfs:comment>
Data items in the EM_SINGLE_PARTICLE_ENTITY category provide
the details of the symmetry for a single particle entity type.
  Example 1 - based on PDB entry 1EG0 
&lt;PDBx:em_single_particle_entityCategory&gt;
   &lt;PDBx:em_single_particle_entity entry_id="1EG0"&gt;
      &lt;PDBx:symmetry_type&gt;ASYMMETRIC&lt;/PDBx:symmetry_type&gt;
   &lt;/PDBx:em_single_particle_entity&gt;
&lt;/PDBx:em_single_particle_entityCategory&gt;

  Example 2 - based on PDB entry 2ZLE
&lt;PDBx:em_single_particle_entityCategory&gt;
   &lt;PDBx:em_single_particle_entity entry_id="2ZLE"&gt;
      &lt;PDBx:symmetry_type&gt;MIXED SYMMETRY&lt;/PDBx:symmetry_type&gt;
   &lt;/PDBx:em_single_particle_entity&gt;
&lt;/PDBx:em_single_particle_entityCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_single_particle_entity.symmetry_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_single_particle_entity.symmetry_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_single_particle_entity.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_single_particle_entityCategory">
    <rdfs:label>em_single_particle_entityCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_single_particle_entityCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_single_particle_entity"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_single_particle_entity">
    <rdfs:label>em_single_particle_entityCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_single_particle_entityCategory.
	has a category em_single_particle_entity.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_single_particle_entity"/>
    <rdfs:domain rdf:resource="#em_single_particle_entityCategory"/>
    <rdfs:range rdf:resource="#em_single_particle_entity"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_single_particle_entityItem">
    <rdfs:label>em_single_particle_entityItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_single_particle_entity items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_single_particle_entity"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_single_particle_entity">
    <rdfs:label>reference_to_em_single_particle_entity</rdfs:label>
    <rdfs:comment>cross-reference to em_single_particle_entity</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_single_particle_entity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_single_particle_entity">
    <rdfs:label>referenced_by_em_single_particle_entity</rdfs:label>
    <rdfs:comment>cross-reference from em_single_particle_entity</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_single_particle_entity"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_single_particle_entity.symmetry_type">
    <rdfs:subPropertyOf rdf:resource="#em_single_particle_entityItem"/>
    <rdfs:domain rdf:resource="#em_single_particle_entity"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ASYMMETRIC</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CYCLIC</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DIHEDRAL</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TETRAHEDRAL</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OCTAHEDRAL</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ICOSAHEDRAL</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MIXED SYMMETRY</rdf:first>
                                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The single particle symmetry type.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_single_particle_entity.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_single_particle_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_single_particle_entity.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_virus_entityCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_virus_entity"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_virus_entity">
    <rdfs:label>em_virus_entity</rdfs:label>
    <rdfs:comment>
Data items in the EM_VIRUS_ENTITY category record details
of the icosahedral virus.
 Example 1 - based on PDB entry 1DYL and laboratory records for the
             structure corresponding to PDB entry 1DYL
&lt;PDBx:em_virus_entityCategory&gt;
   &lt;PDBx:em_virus_entity entity_assembly_id="1" id="1"&gt;
      &lt;PDBx:empty&gt;NO&lt;/PDBx:empty&gt;
      &lt;PDBx:enveloped&gt;YES&lt;/PDBx:enveloped&gt;
      &lt;PDBx:ictvdb_id&gt;00.073.0.01.023&lt;/PDBx:ictvdb_id&gt;
      &lt;PDBx:virus_host_category&gt;VERTERBRATES&lt;/PDBx:virus_host_category&gt;
      &lt;PDBx:virus_host_species&gt;HOMO SAPIENS&lt;/PDBx:virus_host_species&gt;
      &lt;PDBx:virus_isolate&gt;STRAIN&lt;/PDBx:virus_isolate&gt;
      &lt;PDBx:virus_type&gt;VIRUS&lt;/PDBx:virus_type&gt;
   &lt;/PDBx:em_virus_entity&gt;
&lt;/PDBx:em_virus_entityCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.empty"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.empty"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.enveloped"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.enveloped"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.ictvdb_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.ictvdb_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.virus_host_category"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.virus_host_category"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.virus_host_growth_cell"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.virus_host_growth_cell"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.virus_host_species"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.virus_host_species"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.virus_isolate"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.virus_isolate"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.virus_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.virus_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.entity_assembly_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_virus_entity.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_virus_entityCategory">
    <rdfs:label>em_virus_entityCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_virus_entityCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_virus_entity"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_virus_entity">
    <rdfs:label>em_virus_entityCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_virus_entityCategory.
	has a category em_virus_entity.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_virus_entity"/>
    <rdfs:domain rdf:resource="#em_virus_entityCategory"/>
    <rdfs:range rdf:resource="#em_virus_entity"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_virus_entityItem">
    <rdfs:label>em_virus_entityItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_virus_entity items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_virus_entity"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_virus_entity">
    <rdfs:label>reference_to_em_virus_entity</rdfs:label>
    <rdfs:comment>cross-reference to em_virus_entity</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_virus_entity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_virus_entity">
    <rdfs:label>referenced_by_em_virus_entity</rdfs:label>
    <rdfs:comment>cross-reference from em_virus_entity</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_virus_entity"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.details">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_virus_entity.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Additional details about this virus entity
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.empty">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:domain rdf:resource="#em_virus_entity"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">YES</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NO</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Flag to indicate if the virus is empty or not.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.enveloped">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:domain rdf:resource="#em_virus_entity"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">YES</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NO</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Flag to indicate if the virus is enveloped or not.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.ictvdb_id">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_virus_entity.ictvdb_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The International Committee on Taxonomy of Viruses
(ICTV) Taxon Identifier is the Virus Code used throughout the
ICTV database (ICTVdb). The ICTVdb id is the appropriate
identifier used by the International Committee on Taxonomy of Viruses
Resource. Reference: Virus Taxonomy, Academic Press (1999).
ISBN:0123702003.
NL-54
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.virus_host_category">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_virus_entity.virus_host_category</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The host category description for the virus.
ALGAE
ARCHAEA
BACTERIA(EUBACTERIA)
FUNGI
INVERTEBRATES
PLANTAE (HIGHER PLANTS)
PROTOZOA
VERTEBRATES
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.virus_host_growth_cell">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_virus_entity.virus_host_growth_cell</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The host cell from which the virus was isolated.
HELA
CHO
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.virus_host_species">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_virus_entity.virus_host_species</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The host species from which the virus was isolated.
homo sapiens
gallus gallus
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.virus_isolate">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:domain rdf:resource="#em_virus_entity"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">STRAIN</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SEROTYPE</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SEROCOMPLEX</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SUBSPECIES</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SPECIES</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OTHER</rdf:first>
                                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The isolate from which the virus was obtained.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.virus_type">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_virus_entity.virus_type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The type of virus.
VIRION
SATELLITE
PRION
VIROID
VIRUS-LIKE PARTICLE
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.entity_assembly_id">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_virus_entity.entity_assembly_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category em_virus_entity in the 
 ENTITY_ASSEMBLY category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_virus_entity.id">
    <rdfs:subPropertyOf rdf:resource="#em_virus_entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_virus_entity.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Is the unique identifier for VIRUS_ENTITY category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_vitrificationCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_em_vitrification"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_vitrification">
    <rdfs:label>em_vitrification</rdfs:label>
    <rdfs:comment>
Data items in the EM_VITRIFICATION category
record details about the method and cryogen used in
rapid freezing of the sample on the grid prior to its
insertion in the electron microscope
 Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
&lt;PDBx:em_vitrificationCategory&gt;
   &lt;PDBx:em_vitrification entry_id="1DYL" id="1"&gt;
      &lt;PDBx:citation_id&gt;1&lt;/PDBx:citation_id&gt;
      &lt;PDBx:cryogen_name&gt;ETHANE&lt;/PDBx:cryogen_name&gt;
      &lt;PDBx:details&gt; SAMPLES WERE PREPARED AS THIN             
LAYERS OF VITREOUS ICE AND                
MAINTAINED AT NEAR LIQUID NITROGEN        
TEMPERATURE IN THE ELECTRON MICROSCOPE    
WITH A GATAN 626-0300 CRYOTRANSFER        
HOLDER.                            &lt;/PDBx:details&gt;
      &lt;PDBx:humidity&gt;90&lt;/PDBx:humidity&gt;
      &lt;PDBx:instrument xsi:nil="true" /&gt;
      &lt;PDBx:method&gt;PLUNGE VITRIFICATION&lt;/PDBx:method&gt;
      &lt;PDBx:sample_preparation_id&gt;1&lt;/PDBx:sample_preparation_id&gt;
      &lt;PDBx:temp&gt;95&lt;/PDBx:temp&gt;
      &lt;PDBx:time_resolved_state xsi:nil="true" /&gt;
   &lt;/PDBx:em_vitrification&gt;
&lt;/PDBx:em_vitrificationCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.citation_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.citation_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.cryogen_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.cryogen_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.humidity"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.humidity"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.instrument"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.instrument"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.sample_preparation_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.sample_preparation_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.temp"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.temp"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.time_resolved_state"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.time_resolved_state"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#em_vitrification.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_vitrificationCategory">
    <rdfs:label>em_vitrificationCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder em_vitrificationCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#em_vitrification"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_em_vitrification">
    <rdfs:label>em_vitrificationCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that em_vitrificationCategory.
	has a category em_vitrification.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#em_vitrification"/>
    <rdfs:domain rdf:resource="#em_vitrificationCategory"/>
    <rdfs:range rdf:resource="#em_vitrification"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="em_vitrificationItem">
    <rdfs:label>em_vitrificationItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for em_vitrification items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#em_vitrification"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_em_vitrification">
    <rdfs:label>reference_to_em_vitrification</rdfs:label>
    <rdfs:comment>cross-reference to em_vitrification</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#em_vitrification"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_em_vitrification">
    <rdfs:label>referenced_by_em_vitrification</rdfs:label>
    <rdfs:comment>cross-reference from em_vitrification</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#em_vitrification"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.citation_id">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_vitrification.citation_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category citation in the
 CITATION category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.cryogen_name">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:domain rdf:resource="#em_vitrification"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">HELIUM</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NITROGEN</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PROPANE</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ETHANE</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">METHANE</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FREON 22</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FREON 12</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OTHER</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NONE</rdf:first>
                                            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This is the name of the cryogen.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.details">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_vitrification.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any additional details relating to vitrification.
Vitrification carried out in argon atmosphere.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.humidity">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_vitrification.humidity</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The humidity (%) in the vicinity of the vitrification process. 
90
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.instrument">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_vitrification.instrument</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The type of instrument used in the vitrification process. 
Reichert plunger
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.method">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_vitrification.method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The procedure for vitrification. 
blot for 2 seconds before plunging
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.sample_preparation_id">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_vitrification.sample_preparation_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category em_sample_preparation in the
 EM_SAMPLE_PREPARATION category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.temp">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>em_vitrification.temp</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The temperature (in degrees Kelvin) at which vitrification took place. 
4.2
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.time_resolved_state">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_vitrification.time_resolved_state</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The length of time after an event effecting the sample that
vitrification was induced and a description of the event. 
30 msec after spraying with effector
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.entry_id">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_vitrification.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="em_vitrification.id">
    <rdfs:subPropertyOf rdf:resource="#em_vitrificationItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>em_vitrification.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category em_vitrification must uniquely identify
 the vitrification procedure. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entityCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity">
    <rdfs:label>entity</rdfs:label>
    <rdfs:comment>
Data items in the ENTITY category record details (such as
chemical composition, name and source) about the molecular
entities that are present in the crystallographic structure.

Items in the various ENTITY subcategories provide a full
chemical description of these molecular entities.

Entities are of three types:  polymer, non-polymer and water.
Note that the water category includes only water;  ordered
solvent such as sulfate ion or acetone would be described as
individual non-polymer entities.

The ENTITY category is specific to macromolecular CIF
applications and replaces the function of the CHEMICAL category
in the CIF core.

It is important to remember that the ENTITY data are not the
result of the crystallographic experiment;  those results are
represented by the ATOM_SITE data items. ENTITY data items
describe the chemistry of the molecules under investigation
and can most usefully be thought of as the ideal groups to which
the structure is restrained or constrained during refinement.

It is also important to remember that entities do not correspond
directly to the enumeration of the contents of the asymmetric
unit. Entities are described only once, even in those structures
that contain multiple observations of an entity. The
STRUCT_ASYM data items, which reference the entity list,
describe and label the contents of the asymmetric unit.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:entityCategory&gt;
   &lt;PDBx:entity id="1"&gt;
      &lt;PDBx:details&gt;              The enzymatically competent form of HIV
protease is a dimer. This entity
corresponds to one monomer of an active dimer.&lt;/PDBx:details&gt;
      &lt;PDBx:formula_weight&gt;10916&lt;/PDBx:formula_weight&gt;
      &lt;PDBx:type&gt;polymer&lt;/PDBx:type&gt;
   &lt;/PDBx:entity&gt;
   &lt;PDBx:entity id="2"&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:formula_weight&gt;762&lt;/PDBx:formula_weight&gt;
      &lt;PDBx:type&gt;non-polymer&lt;/PDBx:type&gt;
   &lt;/PDBx:entity&gt;
   &lt;PDBx:entity id="3"&gt;
      &lt;PDBx:details xsi:nil="true" /&gt;
      &lt;PDBx:formula_weight&gt;18&lt;/PDBx:formula_weight&gt;
      &lt;PDBx:type&gt;water&lt;/PDBx:type&gt;
   &lt;/PDBx:entity&gt;
&lt;/PDBx:entityCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.formula_weight"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.formula_weight"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_description"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_description"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_ec"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_ec"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_formula_weight_exptl"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_formula_weight_exptl"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_formula_weight_exptl_method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_formula_weight_exptl_method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_fragment"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_fragment"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_modification"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_modification"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_mutation"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_mutation"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_number_of_molecules"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_number_of_molecules"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_parent_entity_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_parent_entity_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_target_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.pdbx_target_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.src_method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.src_method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entityCategory">
    <rdfs:label>entityCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entityCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entity"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity">
    <rdfs:label>entityCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entityCategory.
	has a category entity.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entity"/>
    <rdfs:domain rdf:resource="#entityCategory"/>
    <rdfs:range rdf:resource="#entity"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entityItem">
    <rdfs:label>entityItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entity items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entity"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entity">
    <rdfs:label>reference_to_entity</rdfs:label>
    <rdfs:comment>cross-reference to entity</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entity">
    <rdfs:label>referenced_by_entity</rdfs:label>
    <rdfs:comment>cross-reference from entity</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entity"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entity.details">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the entity.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.formula_weight">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>entity.formula_weight</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Formula mass in daltons of the entity.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.pdbx_description">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity.pdbx_description</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the entity, with the name of the entity
in parenthesis.

Maps to PDB compound name.
DNA (5'-D(*GP*(CH3)CP*GP*(CH3)CP*GP*C)-3')
PROFLAVINE
PROTEIN (DEOXYRIBONUCLEASE I (E.C.3.1.21.1))
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.pdbx_ec">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity.pdbx_ec</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Enzyme Commission (EC) number(s)
2.7.7.7
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.pdbx_formula_weight_exptl">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>entity.pdbx_formula_weight_exptl</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Experimentally determined formula mass in daltons of the entity 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.pdbx_formula_weight_exptl_method">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:domain rdf:resource="#entity"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MASS SPEC</rdf:first>
            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Method used to determine attribute pdbx_formula_weight_exptl in category entity. 
MASS SPEC
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.pdbx_fragment">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity.pdbx_fragment</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Entity fragment description(s).
KLENOW FRAGMENT
REPLICASE OPERATOR HAIRPIN
C-TERMINAL DOMAIN
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.pdbx_modification">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity.pdbx_modification</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Description(s) of any chemical or post-translational modifications
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.pdbx_mutation">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity.pdbx_mutation</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Details about any entity mutation(s).
Y31H
DEL(298-323)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.pdbx_number_of_molecules">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>entity.pdbx_number_of_molecules</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A place holder for the number of molecules of the entity in
the entry.
1.0
2.0
3.0
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.pdbx_parent_entity_id">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity.pdbx_parent_entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An identifier for the parent entity if this entity
is part of a complex entity.  For instance a chimeric
entity may be decomposed into several independent 
chemical entities where each component entity was
obtained from a different source.
1
2
3
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.pdbx_target_id">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity.pdbx_target_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute target_id in category entity points to a TARGETDB target idenitifier
 from which this entity was generated.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.src_method">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:domain rdf:resource="#entity"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">nat</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">man</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">syn</rdf:first>
                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The method by which the sample for the entity was produced.
Entities isolated directly from natural sources (tissues, soil
samples etc.) are expected to have further information in the
ENTITY_SRC_NAT category. Entities isolated from genetically
manipulated sources are expected to have further information in
the ENTITY_SRC_GEN category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.type">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:domain rdf:resource="#entity"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">polymer</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">non-polymer</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">macrolide</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">water</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Defines the type of the entity.

Polymer entities are expected to have corresponding
ENTITY_POLY and associated entries.

Non-polymer entities are expected to have corresponding
CHEM_COMP and associated entries.

Water entities are not expected to have corresponding
entries in the ENTITY category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity.id">
    <rdfs:subPropertyOf rdf:resource="#entityItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category entity must uniquely identify a record in the
 ENTITY list.

Note that this item need not be a number; it can be any unique
identifier.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_keywordsCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_keywords"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_keywords">
    <rdfs:label>entity_keywords</rdfs:label>
    <rdfs:comment>
Data items in the ENTITY_KEYWORDS category specify keywords
relevant to the molecular entities. Note that this list of
keywords is separate from the list that is used for the
STRUCT_BIOL data items and is intended to provide only the
information that one would know about the molecular entity *if
one did not know its structure*. Hence polypeptides are simply
polypeptides, not cytokines or beta-alpha-barrels, and
polyribonucleic acids are simply poly-RNA, not transfer-
RNA.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:entity_keywordsCategory&gt;
   &lt;PDBx:entity_keywords entity_id="2"&gt;
      &lt;PDBx:text&gt;natural product, inhibitor, reduced peptide&lt;/PDBx:text&gt;
   &lt;/PDBx:entity_keywords&gt;
&lt;/PDBx:entity_keywordsCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_keywords.pdbx_ec"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_keywords.pdbx_ec"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_keywords.pdbx_fragment"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_keywords.pdbx_fragment"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_keywords.pdbx_mutation"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_keywords.pdbx_mutation"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_keywords.text"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_keywords.text"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_keywords.entity_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_keywordsCategory">
    <rdfs:label>entity_keywordsCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entity_keywordsCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entity_keywords"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_keywords">
    <rdfs:label>entity_keywordsCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entity_keywordsCategory.
	has a category entity_keywords.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entity_keywords"/>
    <rdfs:domain rdf:resource="#entity_keywordsCategory"/>
    <rdfs:range rdf:resource="#entity_keywords"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_keywordsItem">
    <rdfs:label>entity_keywordsItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entity_keywords items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entity_keywords"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entity_keywords">
    <rdfs:label>reference_to_entity_keywords</rdfs:label>
    <rdfs:comment>cross-reference to entity_keywords</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entity_keywords"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entity_keywords">
    <rdfs:label>referenced_by_entity_keywords</rdfs:label>
    <rdfs:comment>cross-reference from entity_keywords</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entity_keywords"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entity_keywords.pdbx_ec">
    <rdfs:subPropertyOf rdf:resource="#entity_keywordsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_keywords.pdbx_ec</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Enzyme Commission (EC) number(s)
2.7.7.7
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_keywords.pdbx_fragment">
    <rdfs:subPropertyOf rdf:resource="#entity_keywordsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_keywords.pdbx_fragment</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Entity fragment description(s).
KLENOW FRAGMENT
REPLICASE OPERATOR HAIRPIN
C-TERMINAL DOMAIN
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_keywords.pdbx_mutation">
    <rdfs:subPropertyOf rdf:resource="#entity_keywordsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_keywords.pdbx_mutation</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Entity mutation description(s).
Y31H
DEL(298-323)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_keywords.text">
    <rdfs:subPropertyOf rdf:resource="#entity_keywordsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_keywords.text</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Keywords describing this entity.
polypeptide
natural product
polysaccharide
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_keywords.entity_id">
    <rdfs:subPropertyOf rdf:resource="#entity_keywordsItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_keywords.entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entity in the ENTITY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_linkCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_link"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_link">
    <rdfs:label>entity_link</rdfs:label>
    <rdfs:comment>
Data items in the ENTITY_LINK category give details about
the links between entities.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.entity_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.entity_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.entity_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.entity_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.entity_seq_num_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.entity_seq_num_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.entity_seq_num_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.entity_seq_num_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_link.link_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_linkCategory">
    <rdfs:label>entity_linkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entity_linkCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entity_link"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_link">
    <rdfs:label>entity_linkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entity_linkCategory.
	has a category entity_link.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entity_link"/>
    <rdfs:domain rdf:resource="#entity_linkCategory"/>
    <rdfs:range rdf:resource="#entity_link"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_linkItem">
    <rdfs:label>entity_linkItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entity_link items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entity_link"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entity_link">
    <rdfs:label>reference_to_entity_link</rdfs:label>
    <rdfs:comment>cross-reference to entity_link</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entity_link"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entity_link">
    <rdfs:label>referenced_by_entity_link</rdfs:label>
    <rdfs:comment>cross-reference from entity_link</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entity_link"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entity_link.details">
    <rdfs:subPropertyOf rdf:resource="#entity_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_link.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of a link between
chemical components in the structure.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_link.entity_id_1">
    <rdfs:subPropertyOf rdf:resource="#entity_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_link.entity_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The entity ID of the first of the two entities joined by the
link.

This data item is a pointer to attribute id in category entity in the ENTITY
 category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_link.entity_id_2">
    <rdfs:subPropertyOf rdf:resource="#entity_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_link.entity_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The entity ID of the second of the two entities joined by the
link.

This data item is a pointer to attribute id in category entity in the ENTITY
 category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_link.entity_seq_num_1">
    <rdfs:subPropertyOf rdf:resource="#entity_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>entity_link.entity_seq_num_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
For a polymer entity, the sequence number in the first of
the two entities containing the link.

This data item is a pointer to attribute num in category entity_poly_seq in the
 ENTITY_POLY_SEQ category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_link.entity_seq_num_2">
    <rdfs:subPropertyOf rdf:resource="#entity_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>entity_link.entity_seq_num_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
For a polymer entity, the sequence number in the second of
the two entities containing the link.

This data item is a pointer to attribute num in category entity_poly_seq in the
 ENTITY_POLY_SEQ category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_link.link_id">
    <rdfs:subPropertyOf rdf:resource="#entity_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_link.link_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_link in the
 CHEM_LINK category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_name_comCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_name_com"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_name_com">
    <rdfs:label>entity_name_com</rdfs:label>
    <rdfs:comment>
Data items in the ENTITY_NAME_COM category record the common name
or names associated with the entity. In some cases, the entity
name may not be the same as the name of the biological structure.
For example, haemoglobin alpha chain would be the entity common
name, not haemoglobin.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:entity_name_comCategory&gt;
   &lt;PDBx:entity_name_com entity_id="1"&gt;
      &lt;PDBx:name&gt;HIV-1 protease monomer&lt;/PDBx:name&gt;
   &lt;/PDBx:entity_name_com&gt;
   &lt;PDBx:entity_name_com entity_id="1"&gt;
      &lt;PDBx:name&gt;HIV-1 PR monomer&lt;/PDBx:name&gt;
   &lt;/PDBx:entity_name_com&gt;
   &lt;PDBx:entity_name_com entity_id="2"&gt;
      &lt;PDBx:name&gt;acetyl-pepstatin&lt;/PDBx:name&gt;
   &lt;/PDBx:entity_name_com&gt;
   &lt;PDBx:entity_name_com entity_id="2"&gt;
      &lt;PDBx:name&gt;acetyl-Ile-Val-Asp-Statine-Ala-Ile-Statine&lt;/PDBx:name&gt;
   &lt;/PDBx:entity_name_com&gt;
   &lt;PDBx:entity_name_com entity_id="3"&gt;
      &lt;PDBx:name&gt;water&lt;/PDBx:name&gt;
   &lt;/PDBx:entity_name_com&gt;
&lt;/PDBx:entity_name_comCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_name_com.name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_name_com.name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_name_com.entity_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_name_comCategory">
    <rdfs:label>entity_name_comCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entity_name_comCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entity_name_com"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_name_com">
    <rdfs:label>entity_name_comCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entity_name_comCategory.
	has a category entity_name_com.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entity_name_com"/>
    <rdfs:domain rdf:resource="#entity_name_comCategory"/>
    <rdfs:range rdf:resource="#entity_name_com"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_name_comItem">
    <rdfs:label>entity_name_comItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entity_name_com items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entity_name_com"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entity_name_com">
    <rdfs:label>reference_to_entity_name_com</rdfs:label>
    <rdfs:comment>cross-reference to entity_name_com</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entity_name_com"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entity_name_com">
    <rdfs:label>referenced_by_entity_name_com</rdfs:label>
    <rdfs:comment>cross-reference from entity_name_com</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entity_name_com"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entity_name_com.name">
    <rdfs:subPropertyOf rdf:resource="#entity_name_comItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_name_com.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A common name for the entity.
HIV protease monomer
hemoglobin alpha chain
2-fluoro-1,4-dichloro benzene
arbutin
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_name_com.entity_id">
    <rdfs:subPropertyOf rdf:resource="#entity_name_comItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_name_com.entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entity in the ENTITY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_name_sysCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_name_sys"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_name_sys">
    <rdfs:label>entity_name_sys</rdfs:label>
    <rdfs:comment>
Data items in the ENTITY_NAME_SYS category record the systematic
name or names associated with the entity and the system that
was used to construct the systematic name. In some cases, the
entity name may not be the same as the name of the biological
structure.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:entity_name_sysCategory&gt;
   &lt;PDBx:entity_name_sys entity_id="1"&gt;
      &lt;PDBx:name&gt;EC 3.4.23.16&lt;/PDBx:name&gt;
   &lt;/PDBx:entity_name_sys&gt;
   &lt;PDBx:entity_name_sys entity_id="2"&gt;
      &lt;PDBx:name&gt;acetyl-Ile-Val-Asp-Sta-Ala-Ile-Sta&lt;/PDBx:name&gt;
   &lt;/PDBx:entity_name_sys&gt;
   &lt;PDBx:entity_name_sys entity_id="3"&gt;
      &lt;PDBx:name&gt;water&lt;/PDBx:name&gt;
   &lt;/PDBx:entity_name_sys&gt;
&lt;/PDBx:entity_name_sysCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_name_sys.name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_name_sys.name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_name_sys.system"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_name_sys.system"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_name_sys.entity_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_name_sysCategory">
    <rdfs:label>entity_name_sysCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entity_name_sysCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entity_name_sys"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_name_sys">
    <rdfs:label>entity_name_sysCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entity_name_sysCategory.
	has a category entity_name_sys.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entity_name_sys"/>
    <rdfs:domain rdf:resource="#entity_name_sysCategory"/>
    <rdfs:range rdf:resource="#entity_name_sys"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_name_sysItem">
    <rdfs:label>entity_name_sysItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entity_name_sys items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entity_name_sys"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entity_name_sys">
    <rdfs:label>reference_to_entity_name_sys</rdfs:label>
    <rdfs:comment>cross-reference to entity_name_sys</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entity_name_sys"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entity_name_sys">
    <rdfs:label>referenced_by_entity_name_sys</rdfs:label>
    <rdfs:comment>cross-reference from entity_name_sys</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entity_name_sys"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entity_name_sys.name">
    <rdfs:subPropertyOf rdf:resource="#entity_name_sysItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_name_sys.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The systematic name for the entity.
hydroquinone-beta-D-pyranoside
EC 2.1.1.1
2-fluoro-1,4-dichlorobenzene
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_name_sys.system">
    <rdfs:subPropertyOf rdf:resource="#entity_name_sysItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_name_sys.system</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The system used to generate the systematic name of the entity.
Chemical Abstracts conventions
enzyme convention
Sigma catalog
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_name_sys.entity_id">
    <rdfs:subPropertyOf rdf:resource="#entity_name_sysItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_name_sys.entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entity in the ENTITY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_polyCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_poly"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_poly">
    <rdfs:label>entity_poly</rdfs:label>
    <rdfs:comment>
Data items in the ENTITY_POLY category record details about the
polymer, such as the type of the polymer, the number of
monomers and whether it has nonstandard features.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:entity_polyCategory&gt;
   &lt;PDBx:entity_poly entity_id="1"&gt;
      &lt;PDBx:nstd_chirality&gt;no&lt;/PDBx:nstd_chirality&gt;
      &lt;PDBx:nstd_linkage&gt;no&lt;/PDBx:nstd_linkage&gt;
      &lt;PDBx:nstd_monomer&gt;no&lt;/PDBx:nstd_monomer&gt;
      &lt;PDBx:type&gt;polypeptide(L)&lt;/PDBx:type&gt;
      &lt;PDBx:type_details xsi:nil="true" /&gt;
   &lt;/PDBx:entity_poly&gt;
&lt;/PDBx:entity_polyCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.nstd_chirality"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.nstd_chirality"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.nstd_linkage"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.nstd_linkage"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.nstd_monomer"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.nstd_monomer"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.number_of_monomers"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.number_of_monomers"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.pdbx_seq_one_letter_code"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.pdbx_seq_one_letter_code"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.pdbx_seq_one_letter_code_can"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.pdbx_seq_one_letter_code_can"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.pdbx_strand_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.pdbx_strand_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.pdbx_target_identifier"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.pdbx_target_identifier"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.type_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.type_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly.entity_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_polyCategory">
    <rdfs:label>entity_polyCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entity_polyCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entity_poly"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_poly">
    <rdfs:label>entity_polyCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entity_polyCategory.
	has a category entity_poly.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entity_poly"/>
    <rdfs:domain rdf:resource="#entity_polyCategory"/>
    <rdfs:range rdf:resource="#entity_poly"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_polyItem">
    <rdfs:label>entity_polyItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entity_poly items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entity_poly"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entity_poly">
    <rdfs:label>reference_to_entity_poly</rdfs:label>
    <rdfs:comment>cross-reference to entity_poly</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entity_poly"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entity_poly">
    <rdfs:label>referenced_by_entity_poly</rdfs:label>
    <rdfs:comment>cross-reference from entity_poly</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entity_poly"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.nstd_chirality">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:domain rdf:resource="#entity_poly"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">no</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">n</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">yes</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">y</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag to indicate whether the polymer contains at least
one monomer unit with chirality different from that specified in
attribute type in category entity_poly. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.nstd_linkage">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:domain rdf:resource="#entity_poly"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">no</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">n</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">yes</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">y</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag to indicate whether the polymer contains at least
one monomer-to-monomer link different from that implied by
attribute type in category entity_poly. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.nstd_monomer">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:domain rdf:resource="#entity_poly"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">no</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">n</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">yes</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">y</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag to indicate whether the polymer contains at least
one monomer that is not considered standard.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.number_of_monomers">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>entity_poly.number_of_monomers</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The number of monomers in the polymer.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.pdbx_seq_one_letter_code">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_poly.pdbx_seq_one_letter_code</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Chemical sequence expressed as string of one-letter 
amino acid codes. Modifications and non-standard 
amino acids are coded as X.

A  for alanine or adenine
B  for ambiguous asparagine/aspartic-acid
R  for arginine
N  for asparagine
D  for aspartic-acid
C  for cysteine or cystine or cytosine
Q  for glutamine
E  for glutamic-acid
Z  for ambiguous glutamine/glutamic acid
G  for glycine or guanine
H  for histidine
I  for isoleucine
L  for leucine
K  for lysine
M  for methionine
F  for phenylalanine
P  for proline
S  for serine
T  for threonine or thymine
W  for tryptophan
Y  for tyrosine
V  for valine
U  for uracil
O  for water
X  for other
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.pdbx_seq_one_letter_code_can">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_poly.pdbx_seq_one_letter_code_can</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Cannonical chemical sequence expressed as string of 
one-letter amino acid codes. Modifications are coded
as the parent amino acid where possible. 

A  for alanine or adenine
B  for ambiguous asparagine/aspartic-acid
R  for arginine
N  for asparagine
D  for aspartic-acid
C  for cysteine or cystine or cytosine
Q  for glutamine
E  for glutamic-acid
Z  for ambiguous glutamine/glutamic acid
G  for glycine or guanine
H  for histidine
I  for isoleucine
L  for leucine
K  for lysine
M  for methionine
F  for phenylalanine
P  for proline
S  for serine
T  for threonine or thymine
W  for tryptophan
Y  for tyrosine
V  for valine
U  for uracil

MSHHWGYGKHNGPEHWHKDFPIAKGERQSPVDIDTHTAKYDPSLKPLSVSYDQATSLRILNNGAAFNVEFD
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.pdbx_strand_id">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_poly.pdbx_strand_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The PDB strand/chain id(s) corresponding to this polymer entity.
A
B
A,B,C
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.pdbx_target_identifier">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_poly.pdbx_target_identifier</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The sequence's target identifier registered at target database. 
356560
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.type">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:domain rdf:resource="#entity_poly"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">polypeptide(D)</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">polypeptide(L)</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">polydeoxyribonucleotide</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">polyribonucleotide</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">polysaccharide(D)</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">polysaccharide(L)</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">polydeoxyribonucleotide/polyribonucleotide hybrid</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cyclic-pseudo-peptide</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">other</rdf:first>
                                            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The type of the polymer.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.type_details">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_poly.type_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the polymer type.
monomer Ala 16 is a D-amino acid
the oligomer contains alternating RNA and DNA units
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly.entity_id">
    <rdfs:subPropertyOf rdf:resource="#entity_polyItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_poly.entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entity in the ENTITY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_poly_seqCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_poly_seq"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_poly_seq">
    <rdfs:label>entity_poly_seq</rdfs:label>
    <rdfs:comment>
Data items in the ENTITY_POLY_SEQ category specify the sequence
of monomers in a polymer. Allowance is made for the possibility
of microheterogeneity in a sample by allowing a given sequence
number to be correlated with more than one monomer ID. The
corresponding ATOM_SITE entries should reflect this
heterogeneity.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:entity_poly_seqCategory&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="PRO" num="1"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="GLN" num="2"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="ILE" num="3"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="THR" num="4"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="LEU" num="5"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="TRP" num="6"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="GLN" num="7"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="ARG" num="8"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="PRO" num="9"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="LEU" num="10"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="VAL" num="11"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="THR" num="12"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="ILE" num="13"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="LYS" num="14"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="ILE" num="15"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="GLY" num="16"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="GLY" num="17"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="GLN" num="18"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="LEU" num="19"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="LYS" num="20"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="GLU" num="21"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="ALA" num="22"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="LEU" num="23"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="LEU" num="24"&gt;&lt;/PDBx:entity_poly_seq&gt;
   &lt;PDBx:entity_poly_seq entity_id="1" mon_id="ASP" num="25"&gt;&lt;/PDBx:entity_poly_seq&gt;
&lt;/PDBx:entity_poly_seqCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly_seq.hetero"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly_seq.hetero"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly_seq.entity_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly_seq.mon_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_poly_seq.num"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_poly_seqCategory">
    <rdfs:label>entity_poly_seqCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entity_poly_seqCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entity_poly_seq"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_poly_seq">
    <rdfs:label>entity_poly_seqCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entity_poly_seqCategory.
	has a category entity_poly_seq.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entity_poly_seq"/>
    <rdfs:domain rdf:resource="#entity_poly_seqCategory"/>
    <rdfs:range rdf:resource="#entity_poly_seq"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_poly_seqItem">
    <rdfs:label>entity_poly_seqItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entity_poly_seq items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entity_poly_seq"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entity_poly_seq">
    <rdfs:label>reference_to_entity_poly_seq</rdfs:label>
    <rdfs:comment>cross-reference to entity_poly_seq</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entity_poly_seq"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entity_poly_seq">
    <rdfs:label>referenced_by_entity_poly_seq</rdfs:label>
    <rdfs:comment>cross-reference from entity_poly_seq</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entity_poly_seq"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly_seq.hetero">
    <rdfs:subPropertyOf rdf:resource="#entity_poly_seqItem"/>
    <rdfs:domain rdf:resource="#entity_poly_seq"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">no</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">n</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">yes</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">y</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A flag to indicate whether this monomer in the polymer is
heterogeneous in sequence. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly_seq.entity_id">
    <rdfs:subPropertyOf rdf:resource="#entity_poly_seqItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_poly_seq.entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entity in the ENTITY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly_seq.mon_id">
    <rdfs:subPropertyOf rdf:resource="#entity_poly_seqItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_poly_seq.mon_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_poly_seq.num">
    <rdfs:subPropertyOf rdf:resource="#entity_poly_seqItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>entity_poly_seq.num</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute num in category entity_poly_seq must uniquely and sequentially
 identify a record in the ENTITY_POLY_SEQ list.

Note that this item must be a number and that the sequence
numbers must progress in increasing numerical order.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_src_genCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_src_gen"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_src_gen">
    <rdfs:label>entity_src_gen</rdfs:label>
    <rdfs:comment>
Data items in the ENTITY_SRC_GEN category record details of
the source from which the entity was obtained in cases
where the source was genetically manipulated.  The
following are treated separately:  items pertaining to the tissue
from which the gene was obtained, items pertaining to the host
organism for gene expression and items pertaining to the actual
producing organism (plasmid).

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:entity_src_genCategory&gt;
   &lt;PDBx:entity_src_gen entity_id="1"&gt;
      &lt;PDBx:gene_src_common_name&gt;HIV-1&lt;/PDBx:gene_src_common_name&gt;
      &lt;PDBx:gene_src_strain&gt;NY-5&lt;/PDBx:gene_src_strain&gt;
      &lt;PDBx:host_org_common_name&gt;bacteria&lt;/PDBx:host_org_common_name&gt;
      &lt;PDBx:host_org_genus&gt;Escherichia&lt;/PDBx:host_org_genus&gt;
      &lt;PDBx:host_org_species&gt;coli&lt;/PDBx:host_org_species&gt;
      &lt;PDBx:plasmid_name&gt;pB322&lt;/PDBx:plasmid_name&gt;
   &lt;/PDBx:entity_src_gen&gt;
&lt;/PDBx:entity_src_genCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.expression_system_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.expression_system_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_common_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_common_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_dev_stage"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_dev_stage"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_genus"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_genus"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_species"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_species"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_strain"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_strain"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_tissue"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_tissue"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_tissue_fraction"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.gene_src_tissue_fraction"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.host_org_common_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.host_org_common_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.host_org_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.host_org_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.host_org_genus"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.host_org_genus"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.host_org_species"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.host_org_species"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.host_org_strain"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.host_org_strain"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_description"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_description"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_atcc"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_atcc"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_cell"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_cell"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_cell_line"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_cell_line"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_cellular_location"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_cellular_location"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_fragment"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_fragment"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_gene"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_gene"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_ncbi_taxonomy_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_ncbi_taxonomy_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_organ"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_organ"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_organelle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_organelle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_plasmid"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_plasmid"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_plasmid_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_plasmid_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_scientific_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_scientific_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_variant"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_gene_src_variant"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_atcc"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_atcc"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_cell"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_cell"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_cell_line"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_cell_line"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_cellular_location"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_cellular_location"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_culture_collection"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_culture_collection"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_gene"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_gene"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_ncbi_taxonomy_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_ncbi_taxonomy_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_organ"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_organ"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_organelle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_organelle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_scientific_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_scientific_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_strain"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_strain"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_tissue"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_tissue"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_tissue_fraction"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_tissue_fraction"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_variant"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_variant"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_vector"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_vector"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_vector_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.pdbx_host_org_vector_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.plasmid_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.plasmid_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.plasmid_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.plasmid_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.start_construct_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.start_construct_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_gen.entity_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_src_genCategory">
    <rdfs:label>entity_src_genCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entity_src_genCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entity_src_gen"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_src_gen">
    <rdfs:label>entity_src_genCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entity_src_genCategory.
	has a category entity_src_gen.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entity_src_gen"/>
    <rdfs:domain rdf:resource="#entity_src_genCategory"/>
    <rdfs:range rdf:resource="#entity_src_gen"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_src_genItem">
    <rdfs:label>entity_src_genItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entity_src_gen items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entity_src_gen"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entity_src_gen">
    <rdfs:label>reference_to_entity_src_gen</rdfs:label>
    <rdfs:comment>cross-reference to entity_src_gen</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entity_src_gen"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entity_src_gen">
    <rdfs:label>referenced_by_entity_src_gen</rdfs:label>
    <rdfs:comment>cross-reference from entity_src_gen</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entity_src_gen"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.expression_system_id">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.expression_system_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A unique identifier for the expression system. This
should be extracted from a local list of expression
systems.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.gene_src_common_name">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.gene_src_common_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The common name of the natural organism from which the gene was
obtained.
man
yeast
bacteria
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.gene_src_details">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.gene_src_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the natural organism from
which the gene was obtained.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.gene_src_dev_stage">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.gene_src_dev_stage</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A string to indicate the life-cycle or cell development
cycle in which the gene is expressed and the mature
protein is active.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.gene_src_genus">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.gene_src_genus</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The genus of the natural organism from which the gene was
obtained.
Homo
Saccharomyces
Escherichia
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.gene_src_species">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.gene_src_species</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The species of the natural organism from which the gene was
obtained.
sapiens
cerevisiae
coli
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.gene_src_strain">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.gene_src_strain</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The strain of the natural organism from which the gene was
obtained, if relevant.
DH5a
BMH 71-18
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.gene_src_tissue">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.gene_src_tissue</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The tissue of the natural organism from which the gene was
obtained.
heart
liver
eye lens
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.gene_src_tissue_fraction">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.gene_src_tissue_fraction</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The subcellular fraction of the tissue of the natural organism
from which the gene was obtained.
mitochondria
nucleus
membrane
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.host_org_common_name">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.host_org_common_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The common name of the organism that served as host for the
production of the entity.  Where full details of the protein
production are available it would be expected that this item
be derived from attribute host_org_common_name
 in category entity_src_gen_express or via attribute host_org_tax_id in category entity_src_gen_express 
yeast
bacteria
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.host_org_details">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.host_org_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the organism that served as
host for the production of the entity. Where full details of
the protein production are available it would be expected that
this item would derived from attribute host_org_details in category entity_src_gen_express 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.host_org_genus">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.host_org_genus</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The genus of the organism that served as host for the production
of the entity.
Saccharomyces
Escherichia
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.host_org_species">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.host_org_species</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The species of the organism that served as host for the
production of the entity.
cerevisiae
coli
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.host_org_strain">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.host_org_strain</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The strain of the organism in which the entity was expressed.
Where full details of the protein production are available
it would be expected that this item be derived from
attribute host_org_strain in category entity_src_gen_express or via
 attribute host_org_tax_id in category entity_src_gen_express 
DH5a
BMH 71-18
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_description">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_description</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Information on the source which is not given elsewhere.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_atcc">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_atcc</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
American Type Culture Collection tissue culture number.
6051
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_cell">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_cell</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Cell type.
ENDOTHELIAL
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_cell_line">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_cell_line</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The specific line of cells.
HELA CELLS
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_cellular_location">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_cellular_location</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the location inside (or outside) the cell.
CYTOPLASM
NUCLEUS
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_fragment">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_fragment</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A domain or fragment of the molecule.              
CYTOPLASM
NUCLEUS
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_gene">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_gene</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the gene.              
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_ncbi_taxonomy_id">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_ncbi_taxonomy_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
NCBI Taxonomy identifier for the gene source organism.

Reference:

Wheeler DL, Chappey C, Lash AE, Leipe DD, Madden TL, Schuler GD,
Tatusova TA, Rapp BA (2000). Database resources of the National
Center for Biotechnology Information. Nucleic Acids Res 2000 Jan
1;28(1):10-4 

Benson DA, Karsch-Mizrachi I, Lipman DJ, Ostell J, Rapp BA,
Wheeler DL (2000). GenBank. Nucleic Acids Res 2000 Jan 1;28(1):15-18.

                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_organ">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_organ</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Organized group of tissues that carries on a specialized function.
KIDNEY
LIVER
PANCREAS
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_organelle">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_organelle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Organized structure within cell.
MITOCHONDRIA
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_plasmid">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_plasmid</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The source plasmid.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_plasmid_name">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_plasmid_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The source plasmid.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_scientific_name">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_scientific_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Scientific name of the organism.

ESCHERICHIA COLI
HOMO SAPIENS
SACCHAROMYCES CEREVISIAE
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_gene_src_variant">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_gene_src_variant</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the variant.
DELTAH1DELTATRP
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_atcc">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_atcc</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Americal Tissue Culture Collection of the expression system. Where
full details of the protein production are available it would
be expected that this item  would be derived from
attribute host_org_culture_collection in category entity_src_gen_express 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_cell">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_cell</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Cell type from which the gene is derived. Where
entity.target_id is provided this should be derived from
details of the target.
ENDOTHELIAL
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_cell_line">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_cell_line</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A specific line of cells used as the expression system. Where
full details of the protein production are available it would
be expected that this item would be derived from
entity_src_gen_express.host_org_cell_line
HELA
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_cellular_location">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_cellular_location</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the location inside (or outside) the cell which 
expressed the molecule.
CYTOPLASM
NUCLEUS
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_culture_collection">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_culture_collection</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Culture collection of the expression system. Where
full details of the protein production are available it would
be expected that this item  would be derived somehwere, but
exactly where is not clear.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_gene">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_gene</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Specific gene which expressed the molecule.
HIV-1 POL
GLNS7
U1A (2-98, Y31H, Q36R)
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_ncbi_taxonomy_id">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_ncbi_taxonomy_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
NCBI Taxonomy identifier for the expression system organism.

Reference:

Wheeler DL, Chappey C, Lash AE, Leipe DD, Madden TL, Schuler GD,
Tatusova TA, Rapp BA (2000). Database resources of the National
Center for Biotechnology Information. Nucleic Acids Res 2000 Jan
1;28(1):10-4 

Benson DA, Karsch-Mizrachi I, Lipman DJ, Ostell J, Rapp BA,
Wheeler DL (2000). GenBank. Nucleic Acids Res 2000 Jan 1;28(1):15-18.

                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_organ">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_organ</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Specific organ which expressed the molecule.
KIDNEY
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_organelle">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_organelle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Specific organelle which expressed the molecule.
MITOCHONDRIA
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_scientific_name">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_scientific_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The scientific name of the organism that served as host for the
production of the entity. Where full details of the protein
production are available it would be expected that this item
would be derived from attribute host_org_scientific_name
 in category entity_src_gen_express or via attribute host_org_tax_id in category entity_src_gen_express 
ESCHERICHIA COLI
SACCHAROMYCES CEREVISIAE
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_strain">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_strain</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">

The strain of the organism in which the entity was
expressed.
AR120
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_tissue">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_tissue</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The specific tissue which expressed the molecule. Where full details
of the protein production are available it would be expected that this
item would be derived from attribute host_org_tissue in category entity_src_gen_express 
heart
liver
eye lens
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_tissue_fraction">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_tissue_fraction</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">

The fraction of the tissue which expressed the
molecule.
mitochondria
nucleus
membrane
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_variant">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_variant</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Variant of the organism used as the expression system. Where
full details of the protein production are available it would
be expected that this item be derived from
entity_src_gen_express.host_org_variant or via
attribute host_org_tax_id in category entity_src_gen_express 
TRP-LAC
LAMBDA DE3
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_vector">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_vector</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the vector used. Where full details of the protein
production are available it would be expected that this item
would be derived from attribute vector_name in category entity_src_gen_clone. 
PBIT36
PET15B
PUC18
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.pdbx_host_org_vector_type">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.pdbx_host_org_vector_type</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the type of vector used (plasmid, virus, or cosmid).
Where full details of the protein production are available it
would be expected that this item would be derived from
attribute vector_type in category entity_src_gen_express. 
COSMID
PLASMID
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.plasmid_details">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.plasmid_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the plasmid that produced the
entity in the host organism. Where full details of the protein
production are available it would be expected that this item
would be derived from attribute details in category pdbx_construct of the construct
 pointed to from attribute plasmid_id in category entity_src_gen_express. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.plasmid_name">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.plasmid_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The name of the plasmid that produced the entity in the host
organism. Where full details of the protein production are available
it would be expected that this item would be derived from
attribute name in category pdbx_construct of the construct pointed to from
 attribute plasmid_id in category entity_src_gen_express. 
pET3C
pT123sab
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.start_construct_id">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.start_construct_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A pointer to attribute id in category pdbx_construct in the PDBX_CONSTRUCT category.
 The indentified sequence is the initial construct.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_gen.entity_id">
    <rdfs:subPropertyOf rdf:resource="#entity_src_genItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_gen.entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entity in the ENTITY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_src_natCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entity_src_nat"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_src_nat">
    <rdfs:label>entity_src_nat</rdfs:label>
    <rdfs:comment>
Data items in the ENTITY_SRC_NAT category record details of
the source from which the entity was obtained in cases
where the entity was isolated directly from a natural tissue.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:entity_src_natCategory&gt;
   &lt;PDBx:entity_src_nat entity_id="2"&gt;
      &lt;PDBx:common_name&gt;bacteria&lt;/PDBx:common_name&gt;
      &lt;PDBx:details&gt;    Acetyl-pepstatin was isolated by Dr. K. Oda, Osaka
Prefecture University, and provided to us by Dr. Ben
Dunn, University of Florida, and Dr. J. Kay, University
of Wales.&lt;/PDBx:details&gt;
      &lt;PDBx:genus&gt;Actinomycetes&lt;/PDBx:genus&gt;
   &lt;/PDBx:entity_src_nat&gt;
&lt;/PDBx:entity_src_natCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.common_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.common_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.genus"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.genus"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_atcc"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_atcc"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_cell"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_cell"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_cell_line"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_cell_line"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_cellular_location"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_cellular_location"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_fragment"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_fragment"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_ncbi_taxonomy_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_ncbi_taxonomy_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_organ"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_organ"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_organelle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_organelle"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_organism_scientific"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_organism_scientific"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_plasmid_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_plasmid_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_plasmid_name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_plasmid_name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_secretion"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_secretion"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_variant"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.pdbx_variant"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.species"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.species"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.strain"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.strain"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.tissue"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.tissue"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.tissue_fraction"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.tissue_fraction"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entity_src_nat.entity_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_src_natCategory">
    <rdfs:label>entity_src_natCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entity_src_natCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entity_src_nat"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entity_src_nat">
    <rdfs:label>entity_src_natCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entity_src_natCategory.
	has a category entity_src_nat.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entity_src_nat"/>
    <rdfs:domain rdf:resource="#entity_src_natCategory"/>
    <rdfs:range rdf:resource="#entity_src_nat"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entity_src_natItem">
    <rdfs:label>entity_src_natItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entity_src_nat items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entity_src_nat"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entity_src_nat">
    <rdfs:label>reference_to_entity_src_nat</rdfs:label>
    <rdfs:comment>cross-reference to entity_src_nat</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entity_src_nat"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entity_src_nat">
    <rdfs:label>referenced_by_entity_src_nat</rdfs:label>
    <rdfs:comment>cross-reference from entity_src_nat</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entity_src_nat"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.common_name">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.common_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The common name of the organism from which the entity
was isolated.
man
yeast
bacteria
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.details">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the organism from which the
entity was isolated.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.genus">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.genus</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The genus of the organism from which the entity was isolated.
Homo
Saccharomyces
Escherichia
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_atcc">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_atcc</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Americal Tissue Culture Collection number.
6051
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_cell">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_cell</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A particular cell type.
BHK-21
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_cell_line">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_cell_line</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The specific line of cells.
HELA
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_cellular_location">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_cellular_location</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the location inside (or outside) the cell.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_fragment">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_fragment</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A domain or fragment of the molecule.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_ncbi_taxonomy_id">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_ncbi_taxonomy_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
NCBI Taxonomy identifier for the source organism.

Reference:

Wheeler DL, Chappey C, Lash AE, Leipe DD, Madden TL, Schuler GD,
Tatusova TA, Rapp BA (2000). Database resources of the National
Center for Biotechnology Information. Nucleic Acids Res 2000 Jan
1;28(1):10-4 

Benson DA, Karsch-Mizrachi I, Lipman DJ, Ostell J, Rapp BA,
Wheeler DL (2000). GenBank. Nucleic Acids Res 2000 Jan 1;28(1):15-18.

                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_organ">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_organ</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Organized group of tissues that carries on a specialized function.
KIDNEY
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_organelle">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_organelle</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Organized structure within cell.
MITOCHONDRIA
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_organism_scientific">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_organism_scientific</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Scientific name of the organism of the natural source.
BOS TAURUS
SUS SCROFA
ASPERGILLUS ORYZAE
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_plasmid_details">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_plasmid_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Details about the plasmid.
PLC28 DERIVATIVE
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_plasmid_name">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_plasmid_name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The plasmid containing the gene.
pB322
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_secretion">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_secretion</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the secretion from which the molecule was isolated. 
saliva
urine
venom
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.pdbx_variant">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.pdbx_variant</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Identifies the variant.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.species">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.species</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The species of the organism from which the entity was isolated.
sapiens
cerevisiae
coli
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.strain">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.strain</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The strain of the organism from which the entity was isolated.
DH5a
BMH 71-18
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.tissue">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.tissue</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The tissue of the organism from which the entity was isolated.
heart
liver
eye lens
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.tissue_fraction">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.tissue_fraction</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The subcellular fraction of the tissue of the organism from
which the entity was isolated.
mitochondria
nucleus
membrane
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entity_src_nat.entity_id">
    <rdfs:subPropertyOf rdf:resource="#entity_src_natItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entity_src_nat.entity_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entity in the ENTITY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entryCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entry"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entry">
    <rdfs:label>entry</rdfs:label>
    <rdfs:comment>
There is only one item in the ENTRY category, attribute id in category entry. This
 data item gives a name to this entry and is indirectly a key to
the categories (such as CELL, GEOM, EXPTL) that describe
information pertinent to the entire data block.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:entryCategory&gt;
   &lt;PDBx:entry id="5HVP"&gt;&lt;/PDBx:entry&gt;
&lt;/PDBx:entryCategory&gt;


    Example 2 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:entryCategory&gt;
   &lt;PDBx:entry id="TOZ"&gt;&lt;/PDBx:entry&gt;
&lt;/PDBx:entryCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entry.pdbx_DOI"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entry.pdbx_DOI"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entry.pdbx_pc"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entry.pdbx_pc"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entry.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entryCategory">
    <rdfs:label>entryCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entryCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entry"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entry">
    <rdfs:label>entryCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entryCategory.
	has a category entry.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entry"/>
    <rdfs:domain rdf:resource="#entryCategory"/>
    <rdfs:range rdf:resource="#entry"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entryItem">
    <rdfs:label>entryItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entry items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entry"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entry">
    <rdfs:label>reference_to_entry</rdfs:label>
    <rdfs:comment>cross-reference to entry</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entry"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entry">
    <rdfs:label>referenced_by_entry</rdfs:label>
    <rdfs:comment>cross-reference from entry</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entry"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entry.pdbx_DOI">
    <rdfs:subPropertyOf rdf:resource="#entryItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entry.pdbx_DOI</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Document Object Identifier (DOI) for this entry registered
with http://crossref.org.    
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entry.pdbx_pc">
    <rdfs:subPropertyOf rdf:resource="#entryItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entry.pdbx_pc</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Placeholder for additional parent-child relationships 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entry.id">
    <rdfs:subPropertyOf rdf:resource="#entryItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entry.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category entry identifies the data block.
 
Note that this item need not be a number; it can be any unique
identifier.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entry_linkCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_entry_link"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entry_link">
    <rdfs:label>entry_link</rdfs:label>
    <rdfs:comment>
Data items in the ENTRY_LINK category record the
relationships between the current data block
identified by attribute id in category entry and other data blocks
 within the current file which may be referenced
in the current data block.

    Example 1 - example file for the one-dimensional incommensurately
                modulated structure of K~2~SeO~4~.
&lt;PDBx:entry_linkCategory&gt;
   &lt;PDBx:entry_link entry_id="KSE_TEXT" id="KSE_COM"&gt;
      &lt;PDBx:details&gt;experimental data common to ref./mod. structures&lt;/PDBx:details&gt;
   &lt;/PDBx:entry_link&gt;
   &lt;PDBx:entry_link entry_id="KSE_TEXT" id="KSE_REF"&gt;
      &lt;PDBx:details&gt;reference structure&lt;/PDBx:details&gt;
   &lt;/PDBx:entry_link&gt;
   &lt;PDBx:entry_link entry_id="KSE_TEXT" id="KSE_MOD"&gt;
      &lt;PDBx:details&gt;modulated structure&lt;/PDBx:details&gt;
   &lt;/PDBx:entry_link&gt;
&lt;/PDBx:entry_linkCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entry_link.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entry_link.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entry_link.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#entry_link.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entry_linkCategory">
    <rdfs:label>entry_linkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder entry_linkCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#entry_link"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_entry_link">
    <rdfs:label>entry_linkCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that entry_linkCategory.
	has a category entry_link.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#entry_link"/>
    <rdfs:domain rdf:resource="#entry_linkCategory"/>
    <rdfs:range rdf:resource="#entry_link"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="entry_linkItem">
    <rdfs:label>entry_linkItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for entry_link items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#entry_link"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_entry_link">
    <rdfs:label>reference_to_entry_link</rdfs:label>
    <rdfs:comment>cross-reference to entry_link</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#entry_link"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_entry_link">
    <rdfs:label>referenced_by_entry_link</rdfs:label>
    <rdfs:comment>cross-reference from entry_link</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#entry_link"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="entry_link.details">
    <rdfs:subPropertyOf rdf:resource="#entry_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entry_link.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the relationship between the data blocks
identified by _entry_link.id and _entry_link.entry_id.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entry_link.entry_id">
    <rdfs:subPropertyOf rdf:resource="#entry_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entry_link.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="entry_link.id">
    <rdfs:subPropertyOf rdf:resource="#entry_linkItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>entry_link.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category entry_link identifies a data block
 related to the current data block.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptlCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl">
    <rdfs:label>exptl</rdfs:label>
    <rdfs:comment>
Data items in the EXPTL category record details about the
experimental work prior to the intensity measurements and
details about the absorption-correction technique employed.

    Example 1 - based on laboratory records for Yb(S-C5H4N)2(THF)4.
&lt;PDBx:exptlCategory&gt;
   &lt;PDBx:exptl entry_id="datablock1" method="single-crystal x-ray diffraction"&gt;
      &lt;PDBx:absorpt_coefficient_mu&gt;1.22&lt;/PDBx:absorpt_coefficient_mu&gt;
      &lt;PDBx:absorpt_correction_T_max&gt;0.896&lt;/PDBx:absorpt_correction_T_max&gt;
      &lt;PDBx:absorpt_correction_T_min&gt;0.802&lt;/PDBx:absorpt_correction_T_min&gt;
      &lt;PDBx:absorpt_correction_type&gt;integration&lt;/PDBx:absorpt_correction_type&gt;
      &lt;PDBx:absorpt_process_details&gt; Gaussian grid method from SHELX76
Sheldrick, G. M., &amp;quot;SHELX-76: structure determination and
refinement program&amp;quot;, Cambridge University, UK, 1976&lt;/PDBx:absorpt_process_details&gt;
      &lt;PDBx:crystals_number&gt;1&lt;/PDBx:crystals_number&gt;
      &lt;PDBx:details&gt; Enraf-Nonius LT2 liquid nitrogen variable-temperature
device used&lt;/PDBx:details&gt;
      &lt;PDBx:method_details&gt; graphite monochromatized Cu K(alpha) fixed tube and
Enraf-Nonius CAD4 diffractometer used&lt;/PDBx:method_details&gt;
   &lt;/PDBx:exptl&gt;
&lt;/PDBx:exptlCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.absorpt_coefficient_mu"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.absorpt_coefficient_mu"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.absorpt_correction_T_max"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.absorpt_correction_T_max"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.absorpt_correction_T_min"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.absorpt_correction_T_min"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.absorpt_correction_type"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.absorpt_correction_type"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.absorpt_process_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.absorpt_process_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.crystals_number"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.crystals_number"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.method_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.method_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl.method"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_exptlCategory">
    <rdfs:label>exptlCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder exptlCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#exptl"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_exptl">
    <rdfs:label>exptlCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that exptlCategory.
	has a category exptl.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#exptl"/>
    <rdfs:domain rdf:resource="#exptlCategory"/>
    <rdfs:range rdf:resource="#exptl"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptlItem">
    <rdfs:label>exptlItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for exptl items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#exptl"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_exptl">
    <rdfs:label>reference_to_exptl</rdfs:label>
    <rdfs:comment>cross-reference to exptl</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#exptl"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_exptl">
    <rdfs:label>referenced_by_exptl</rdfs:label>
    <rdfs:comment>cross-reference from exptl</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#exptl"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="exptl.absorpt_coefficient_mu">
    <rdfs:subPropertyOf rdf:resource="#exptlItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl.absorpt_coefficient_mu</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The absorption coefficient mu in reciprocal millimetres
calculated from the atomic content of the cell, the density and
the radiation wavelength.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl.absorpt_correction_T_max">
    <rdfs:subPropertyOf rdf:resource="#exptlItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl.absorpt_correction_T_max</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The maximum transmission factor for the crystal and radiation.
The maximum and minimum transmission factors are also referred
to as the absorption correction
A or 1/A*.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl.absorpt_correction_T_min">
    <rdfs:subPropertyOf rdf:resource="#exptlItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl.absorpt_correction_T_min</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The minimum transmission factor for the crystal and radiation.
The maximum and minimum transmission factors are also referred
to as the absorption correction
A or 1/A*.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl.absorpt_correction_type">
    <rdfs:subPropertyOf rdf:resource="#exptlItem"/>
    <rdfs:domain rdf:resource="#exptl"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">analytical</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cylinder</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">empirical</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gaussian</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">integration</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">multi-scan</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">none</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">numerical</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">psi-scan</rdf:first>
                                            <rdf:rest>
                                              <rdf:List>
                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">refdelf</rdf:first>
                                                <rdf:rest>
                                                  <rdf:List>
                                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sphere</rdf:first>
                                                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                  </rdf:List>
                                                </rdf:rest>
                                              </rdf:List>
                                            </rdf:rest>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The absorption correction type and method. The value
'empirical' should NOT be used unless more detailed
information is not available.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl.absorpt_process_details">
    <rdfs:subPropertyOf rdf:resource="#exptlItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl.absorpt_process_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Description of the absorption process applied to the
intensities. A literature reference should be supplied for
psi-scan techniques.
Tompa analytical
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl.crystals_number">
    <rdfs:subPropertyOf rdf:resource="#exptlItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>exptl.crystals_number</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The total number of crystals used in the  measurement of
intensities.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl.details">
    <rdfs:subPropertyOf rdf:resource="#exptlItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Any special information about the experimental work prior to the
intensity measurement. See also attribute preparation in category exptl_crystal. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl.method_details">
    <rdfs:subPropertyOf rdf:resource="#exptlItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl.method_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the experimental method.
29 structures
minimized average structure
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl.entry_id">
    <rdfs:subPropertyOf rdf:resource="#exptlItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl.method">
    <rdfs:subPropertyOf rdf:resource="#exptlItem"/>
    <rdfs:domain rdf:resource="#exptl"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">X-RAY DIFFRACTION</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">NEUTRON DIFFRACTION</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FIBER DIFFRACTION</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ELECTRON CRYSTALLOGRAPHY</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ELECTRON MICROSCOPY</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SOLUTION NMR</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SOLID-STATE NMR</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SOLUTION SCATTERING</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">POWDER DIFFRACTION</rdf:first>
                                            <rdf:rest>
                                              <rdf:List>
                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">INFRARED SPECTROSCOPY</rdf:first>
                                                <rdf:rest>
                                                  <rdf:List>
                                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EPR</rdf:first>
                                                    <rdf:rest>
                                                      <rdf:List>
                                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FLUORESCENCE TRANSFER</rdf:first>
                                                        <rdf:rest>
                                                          <rdf:List>
                                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">THEORETICAL MODEL</rdf:first>
                                                            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                          </rdf:List>
                                                        </rdf:rest>
                                                      </rdf:List>
                                                    </rdf:rest>
                                                  </rdf:List>
                                                </rdf:rest>
                                              </rdf:List>
                                            </rdf:rest>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The method used in the experiment.
X-RAY DIFFRACTION
NEUTRON DIFFRACTION
FIBER DIFFRACTION
ELECTRON CRYSTALLOGRAPHY
ELECTRON MICROSCOPY
SOLUTION NMR
SOLID-STATE NMR
SOLUTION SCATTERING
POWDER DIFFRACTION
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystalCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystal"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystal">
    <rdfs:label>exptl_crystal</rdfs:label>
    <rdfs:comment>
Data items in the EXPTL_CRYSTAL category record the results of
experimental measurements on the crystal or crystals used,
such as shape, size or density.

    Example 1 - based on laboratory records for Yb(S-C5H4N)2(THF)4.
&lt;PDBx:exptl_crystalCategory&gt;
   &lt;PDBx:exptl_crystal id="xst2l"&gt;
      &lt;PDBx:F_000&gt;202&lt;/PDBx:F_000&gt;
      &lt;PDBx:colour&gt;pale yellow&lt;/PDBx:colour&gt;
      &lt;PDBx:density_Matthews&gt;1.01&lt;/PDBx:density_Matthews&gt;
      &lt;PDBx:density_diffrn&gt;1.113&lt;/PDBx:density_diffrn&gt;
      &lt;PDBx:density_meas&gt;1.11&lt;/PDBx:density_meas&gt;
      &lt;PDBx:density_meas_temp&gt;294.5&lt;/PDBx:density_meas_temp&gt;
      &lt;PDBx:density_method&gt;neutral buoyancy&lt;/PDBx:density_method&gt;
      &lt;PDBx:density_percent_sol&gt;0.15&lt;/PDBx:density_percent_sol&gt;
      &lt;PDBx:description&gt;hexagonal rod, uncut&lt;/PDBx:description&gt;
      &lt;PDBx:preparation&gt; hanging drop, crystal soaked in 10&amp;#37; ethylene glycol for
10 h, then placed in nylon loop at data collection time&lt;/PDBx:preparation&gt;
      &lt;PDBx:size_max&gt;0.30&lt;/PDBx:size_max&gt;
      &lt;PDBx:size_mid&gt;0.20&lt;/PDBx:size_mid&gt;
      &lt;PDBx:size_min&gt;0.05&lt;/PDBx:size_min&gt;
      &lt;PDBx:size_rad&gt;0.025&lt;/PDBx:size_rad&gt;
   &lt;/PDBx:exptl_crystal&gt;
&lt;/PDBx:exptl_crystalCategory&gt;


    Example 2 - using separate items to define upper and lower
                limits for a value.
&lt;PDBx:exptl_crystalCategory&gt;
   &lt;PDBx:exptl_crystal id="xst2l"&gt;
      &lt;PDBx:density_meas_gt&gt;2.5&lt;/PDBx:density_meas_gt&gt;
      &lt;PDBx:density_meas_lt&gt;5.0&lt;/PDBx:density_meas_lt&gt;
   &lt;/PDBx:exptl_crystal&gt;
&lt;/PDBx:exptl_crystalCategory&gt;


    Example 3 - here the density was measured at some
                    unspecified temperature below room temperature.
&lt;PDBx:exptl_crystalCategory&gt;
   &lt;PDBx:exptl_crystal id="xst2l"&gt;
      &lt;PDBx:density_meas_temp_lt&gt;300&lt;/PDBx:density_meas_temp_lt&gt;
   &lt;/PDBx:exptl_crystal&gt;
&lt;/PDBx:exptl_crystalCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.F_000"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.F_000"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.colour"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.colour"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.colour_lustre"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.colour_lustre"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.colour_modifier"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.colour_modifier"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.colour_primary"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.colour_primary"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_Matthews"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_Matthews"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_diffrn"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_diffrn"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_gt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_gt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_lt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_lt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_temp"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_temp"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_temp_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_temp_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_temp_gt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_temp_gt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_temp_lt"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_meas_temp_lt"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_percent_sol"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.density_percent_sol"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.description"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.description"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.pdbx_crystal_image_format"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.pdbx_crystal_image_format"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.pdbx_crystal_image_url"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.pdbx_crystal_image_url"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.pdbx_mosaicity"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.pdbx_mosaicity"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.pdbx_mosaicity_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.pdbx_mosaicity_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.preparation"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.preparation"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.size_max"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.size_max"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.size_mid"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.size_mid"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.size_min"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.size_min"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.size_rad"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.size_rad"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_exptl_crystalCategory">
    <rdfs:label>exptl_crystalCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder exptl_crystalCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#exptl_crystal"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_exptl_crystal">
    <rdfs:label>exptl_crystalCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that exptl_crystalCategory.
	has a category exptl_crystal.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#exptl_crystal"/>
    <rdfs:domain rdf:resource="#exptl_crystalCategory"/>
    <rdfs:range rdf:resource="#exptl_crystal"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystalItem">
    <rdfs:label>exptl_crystalItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for exptl_crystal items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#exptl_crystal"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_exptl_crystal">
    <rdfs:label>reference_to_exptl_crystal</rdfs:label>
    <rdfs:comment>cross-reference to exptl_crystal</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#exptl_crystal"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_exptl_crystal">
    <rdfs:label>referenced_by_exptl_crystal</rdfs:label>
    <rdfs:comment>cross-reference from exptl_crystal</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#exptl_crystal"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.F_000">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>exptl_crystal.F_000</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The effective number of electrons in the crystal unit cell
contributing to F(000). This may contain dispersion contributions
and is calculated as

F(000) = [ sum (f~r~^2^ + f~i~^2^) ]^1/2^

f~r~ = real part of the scattering factors at theta = 0 degree
f~i~ = imaginary part of the scattering factors at
theta = 0 degree

the sum is taken over each atom in the unit cell
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.colour">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal.colour</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The colour of the crystal.
dark green
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.colour_lustre">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:domain rdf:resource="#exptl_crystal"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">metallic</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dull</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">clear</rdf:first>
                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The enumeration list of standardized names developed for the
International Centre for Diffraction Data.
The colour of a crystal is given by the combination of
attribute colour_modifier in category exptl_crystal with
 attribute colour_primary in category exptl_crystal, as in 'dark-green' or
 'bluish-violet', if necessary combined with
attribute colour_lustre in category exptl_crystal, as in 'metallic-green'. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.colour_modifier">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:domain rdf:resource="#exptl_crystal"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">light</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dark</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">whitish</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">blackish</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">grayish</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">brownish</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">reddish</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">pinkish</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">orangish</rdf:first>
                                            <rdf:rest>
                                              <rdf:List>
                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">yellowish</rdf:first>
                                                <rdf:rest>
                                                  <rdf:List>
                                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">greenish</rdf:first>
                                                    <rdf:rest>
                                                      <rdf:List>
                                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">bluish</rdf:first>
                                                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                      </rdf:List>
                                                    </rdf:rest>
                                                  </rdf:List>
                                                </rdf:rest>
                                              </rdf:List>
                                            </rdf:rest>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The enumeration list of standardized names developed for the
International Centre for Diffraction Data.
The colour of a crystal is given by the combination of
attribute colour_modifier in category exptl_crystal with
 attribute colour_primary in category exptl_crystal, as in 'dark-green' or
 'bluish-violet', if necessary combined with
attribute colour_lustre in category exptl_crystal, as in 'metallic-green'. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.colour_primary">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:domain rdf:resource="#exptl_crystal"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">colourless</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">white</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">black</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gray</rdf:first>
                        <rdf:rest>
                          <rdf:List>
                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">brown</rdf:first>
                            <rdf:rest>
                              <rdf:List>
                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">red</rdf:first>
                                <rdf:rest>
                                  <rdf:List>
                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">pink</rdf:first>
                                    <rdf:rest>
                                      <rdf:List>
                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">orange</rdf:first>
                                        <rdf:rest>
                                          <rdf:List>
                                            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">yellow</rdf:first>
                                            <rdf:rest>
                                              <rdf:List>
                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">green</rdf:first>
                                                <rdf:rest>
                                                  <rdf:List>
                                                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">blue</rdf:first>
                                                    <rdf:rest>
                                                      <rdf:List>
                                                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">violet</rdf:first>
                                                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                      </rdf:List>
                                                    </rdf:rest>
                                                  </rdf:List>
                                                </rdf:rest>
                                              </rdf:List>
                                            </rdf:rest>
                                          </rdf:List>
                                        </rdf:rest>
                                      </rdf:List>
                                    </rdf:rest>
                                  </rdf:List>
                                </rdf:rest>
                              </rdf:List>
                            </rdf:rest>
                          </rdf:List>
                        </rdf:rest>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The enumeration list of standardized names developed for the
International Centre for Diffraction Data.
The colour of a crystal is given by the combination of
attribute colour_modifier in category exptl_crystal with
 attribute colour_primary in category exptl_crystal, as in 'dark-green' or
 'bluish-violet', if necessary combined with
attribute colour_lustre in category exptl_crystal, as in 'metallic-green'. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_Matthews">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_Matthews</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The density of the crystal, expressed as the ratio of the
volume of the asymmetric unit to the molecular mass of a
monomer of the structure, in units of angstroms^3^ per dalton.

Ref: Matthews, B. W. (1968). J. Mol. Biol. 33, 491-497.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_diffrn">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_diffrn</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Density values calculated from the crystal cell and contents. The
units are megagrams per cubic metre (grams per cubic centimetre).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_meas">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_meas</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Density values measured using standard chemical and physical
methods. The units are megagrams per cubic metre (grams per
cubic centimetre).
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_meas_esd">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_meas_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of attribute density_meas in category exptl_crystal. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_meas_gt">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_meas_gt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value above which the density measured using standard
chemical and physical methods lies. The units are megagrams
per cubic metre (grams per cubic centimetre).
_exptl_crystal.density_meas_gt and _exptl_crystal.density_meas_lt
should not be used to report new experimental work, for which
attribute density_meas in category exptl_crystal should be used. These items are
 intended for use in reporting information in existing databases
and archives which would be misleading if reported under
attribute density_meas in category exptl_crystal. 
                              lower limit for the density (only the range
                               within which the density lies was given in the
                               original paper)
2.5
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_meas_lt">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_meas_lt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value below which the density measured using standard
chemical and physical methods lies. The units are megagrams
per cubic metre (grams per cubic centimetre).
_exptl_crystal.density_meas_gt and _exptl_crystal.density_meas_lt
should not be used to report new experimental work, for which
attribute density_meas in category exptl_crystal should be used. These items are
 intended for use in reporting information in existing databases
and archives which would be misleading if reported under
attribute density_meas in category exptl_crystal. 
specimen floats in water
1.0
                              upper limit for the density (only the range
                               within which the density lies was given in the
                               original paper)
5.0
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_meas_temp">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_meas_temp</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Temperature in kelvins at which attribute density_meas
 in category exptl_crystal was determined.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_meas_temp_esd">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_meas_temp_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The estimated standard deviation of
attribute density_meas_temp in category exptl_crystal. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_meas_temp_gt">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_meas_temp_gt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Temperature in kelvins above which attribute density_meas
 in category exptl_crystal was determined. attribute density_meas_temp_gt in category exptl_crystal and
 attribute density_meas_temp_lt in category exptl_crystal should not be used for
 reporting new work,  for which the correct temperature of
measurement should be given. These items are intended for
use in reporting information stored in databases or archives
which would be misleading if reported under
attribute density_meas_temp in category exptl_crystal. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_meas_temp_lt">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_meas_temp_lt</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Temperature in kelvins below which attribute density_meas
 in category exptl_crystal was determined. attribute density_meas_temp_gt in category exptl_crystal and
 attribute density_meas_temp_lt in category exptl_crystal should not be used for
 reporting new work,  for which the correct temperature of
measurement should be given. These items are intended for
use in reporting information stored in databases or archives
which would be misleading if reported under
attribute density_meas_temp in category exptl_crystal. 
                               The density was measured at some unspecified
                                temperature below room temperature.
300
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_method">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal.density_method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The method used to measure attribute density_meas in category exptl_crystal. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.density_percent_sol">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.density_percent_sol</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Density value P calculated from the crystal cell and contents,
expressed as per cent solvent.

P = 1 - (1.23 N MMass) / V

N     = the number of molecules in the unit cell
MMass = the molecular mass of each molecule (gm/mole)
V     = the volume of the unit cell (A^3^)
1.23  = a conversion factor evaluated as:

(0.74 cm^3^/g) (10^24^ A^3^/cm^3^)
--------------------------------------
(6.02*10^23^) molecules/mole

where 0.74 is an assumed value for the partial specific
volume of the molecule
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.description">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal.description</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the quality and habit of the crystal.
The crystal dimensions should not normally be reported here;
use instead the specific items in the EXPTL_CRYSTAL category
relating to size for the gross dimensions of the crystal and
data items in the EXPTL_CRYSTAL_FACE category to describe the
relationship between individual faces.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.pdbx_crystal_image_format">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal.pdbx_crystal_image_format</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The image format for the file containing the image of crystal specified
as an RFC2045/RFC2046 mime type.  
jpeg
gif
tiff
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.pdbx_crystal_image_url">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal.pdbx_crystal_image_url</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The URL for an a file containing the image of crystal.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.pdbx_mosaicity">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.pdbx_mosaicity</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">

The of the distribution of mis-orientation angles specified in degrees
of all the unit cells in the crystal. Lower mosaicity indicates better 
ordered crystals.  
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.pdbx_mosaicity_esd">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.pdbx_mosaicity_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The uncertainty in the mosaicity estimate for the crystal.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.preparation">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal.preparation</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Details of crystal growth and preparation of the crystal (e.g.
mounting) prior to the intensity measurements.
mounted in an argon-filled quartz capillary
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.size_max">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.size_max</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The maximum dimension of the crystal. This item may appear in a
list with attribute id in category exptl_crystal if multiple crystals are used in the
 experiment.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.size_mid">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.size_mid</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The medial dimension of the crystal. This item may appear in a
list with attribute id in category exptl_crystal if multiple crystals are used in the
 experiment.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.size_min">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.size_min</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The minimum dimension of the crystal. This item may appear in a
list with attribute id in category exptl_crystal if multiple crystals are used in the
 experiment.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.size_rad">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal.size_rad</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The radius of the crystal, if the crystal is a sphere or a
cylinder. This item may appear in a list with attribute id
 in category exptl_crystal if multiple crystals are used in the experiment.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal.id">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystalItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category exptl_crystal must uniquely identify a record in
 the EXPTL_CRYSTAL list.

Note that this item need not be a number; it can be any unique
identifier.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystal_faceCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystal_face"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystal_face">
    <rdfs:label>exptl_crystal_face</rdfs:label>
    <rdfs:comment>
Data items in the EXPTL_CRYSTAL_FACE category record details
of the crystal faces.

    Example 1 - based on laboratory records for Yb(S-C5H4N)2(THF)4
                for the 100 face of crystal xstl1.
&lt;PDBx:exptl_crystal_faceCategory&gt;
   &lt;PDBx:exptl_crystal_face crystal_id="xstl1" index_h="1" index_k="0" index_l="0"&gt;
      &lt;PDBx:diffr_chi&gt;42.56&lt;/PDBx:diffr_chi&gt;
      &lt;PDBx:diffr_kappa&gt;30.23&lt;/PDBx:diffr_kappa&gt;
      &lt;PDBx:diffr_phi&gt;-125.56&lt;/PDBx:diffr_phi&gt;
      &lt;PDBx:diffr_psi&gt;-0.34&lt;/PDBx:diffr_psi&gt;
      &lt;PDBx:perp_dist&gt;0.025&lt;/PDBx:perp_dist&gt;
   &lt;/PDBx:exptl_crystal_face&gt;
&lt;/PDBx:exptl_crystal_faceCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.diffr_chi"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.diffr_chi"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.diffr_kappa"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.diffr_kappa"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.diffr_phi"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.diffr_phi"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.diffr_psi"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.diffr_psi"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.perp_dist"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.perp_dist"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.crystal_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.index_h"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.index_k"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_face.index_l"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_exptl_crystal_faceCategory">
    <rdfs:label>exptl_crystal_faceCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder exptl_crystal_faceCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#exptl_crystal_face"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_exptl_crystal_face">
    <rdfs:label>exptl_crystal_faceCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that exptl_crystal_faceCategory.
	has a category exptl_crystal_face.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#exptl_crystal_face"/>
    <rdfs:domain rdf:resource="#exptl_crystal_faceCategory"/>
    <rdfs:range rdf:resource="#exptl_crystal_face"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystal_faceItem">
    <rdfs:label>exptl_crystal_faceItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for exptl_crystal_face items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#exptl_crystal_face"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_exptl_crystal_face">
    <rdfs:label>reference_to_exptl_crystal_face</rdfs:label>
    <rdfs:comment>cross-reference to exptl_crystal_face</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#exptl_crystal_face"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_exptl_crystal_face">
    <rdfs:label>referenced_by_exptl_crystal_face</rdfs:label>
    <rdfs:comment>cross-reference from exptl_crystal_face</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#exptl_crystal_face"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_face.diffr_chi">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_faceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal_face.diffr_chi</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The chi diffractometer setting angle in degrees for a specific
crystal face associated with attribute perp_dist in category exptl_crystal_face. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_face.diffr_kappa">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_faceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal_face.diffr_kappa</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The kappa diffractometer setting angle in degrees for a specific
crystal face associated with attribute perp_dist in category exptl_crystal_face. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_face.diffr_phi">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_faceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal_face.diffr_phi</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The phi diffractometer setting angle in degrees for a specific
crystal face associated with attribute perp_dist in category exptl_crystal_face. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_face.diffr_psi">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_faceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal_face.diffr_psi</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The psi diffractometer setting angle in degrees for a specific
crystal face associated with attribute perp_dist in category exptl_crystal_face. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_face.perp_dist">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_faceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal_face.perp_dist</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The perpendicular distance in millimetres from the face to the
centre of rotation of the crystal.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_face.crystal_id">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_faceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_face.crystal_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category exptl_crystal in the
 EXPTL_CRYSTAL category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_face.index_h">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_faceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>exptl_crystal_face.index_h</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index h of the crystal face associated with the value
attribute perp_dist in category exptl_crystal_face. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_face.index_k">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_faceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>exptl_crystal_face.index_k</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index k of the crystal face associated with the value
attribute perp_dist in category exptl_crystal_face. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_face.index_l">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_faceItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>exptl_crystal_face.index_l</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Miller index l of the crystal face associated with the value
attribute perp_dist in category exptl_crystal_face. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystal_growCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystal_grow"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystal_grow">
    <rdfs:label>exptl_crystal_grow</rdfs:label>
    <rdfs:comment>
Data items in the EXPTL_CRYSTAL_GROW category record details
about the conditions and methods used to grow the crystal.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:exptl_crystal_growCategory&gt;
   &lt;PDBx:exptl_crystal_grow crystal_id="1"&gt;
      &lt;PDBx:apparatus&gt;Linbro plates&lt;/PDBx:apparatus&gt;
      &lt;PDBx:atmosphere&gt;room air&lt;/PDBx:atmosphere&gt;
      &lt;PDBx:method&gt;hanging drop&lt;/PDBx:method&gt;
      &lt;PDBx:pH&gt;4.7&lt;/PDBx:pH&gt;
      &lt;PDBx:temp&gt;18.&lt;/PDBx:temp&gt;
      &lt;PDBx:time&gt;approximately 2 days&lt;/PDBx:time&gt;
   &lt;/PDBx:exptl_crystal_grow&gt;
&lt;/PDBx:exptl_crystal_growCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.apparatus"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.apparatus"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.atmosphere"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.atmosphere"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.method"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.method"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.method_ref"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.method_ref"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.pH"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.pH"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.pdbx_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.pdbx_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.pdbx_pH_range"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.pdbx_pH_range"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.pressure"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.pressure"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.pressure_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.pressure_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.seeding"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.seeding"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.seeding_ref"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.seeding_ref"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.temp"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.temp"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.temp_details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.temp_details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.temp_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.temp_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.time"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.time"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow.crystal_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_exptl_crystal_growCategory">
    <rdfs:label>exptl_crystal_growCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder exptl_crystal_growCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#exptl_crystal_grow"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_exptl_crystal_grow">
    <rdfs:label>exptl_crystal_growCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that exptl_crystal_growCategory.
	has a category exptl_crystal_grow.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#exptl_crystal_grow"/>
    <rdfs:domain rdf:resource="#exptl_crystal_growCategory"/>
    <rdfs:range rdf:resource="#exptl_crystal_grow"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystal_growItem">
    <rdfs:label>exptl_crystal_growItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for exptl_crystal_grow items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#exptl_crystal_grow"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_exptl_crystal_grow">
    <rdfs:label>reference_to_exptl_crystal_grow</rdfs:label>
    <rdfs:comment>cross-reference to exptl_crystal_grow</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#exptl_crystal_grow"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_exptl_crystal_grow">
    <rdfs:label>referenced_by_exptl_crystal_grow</rdfs:label>
    <rdfs:comment>cross-reference from exptl_crystal_grow</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#exptl_crystal_grow"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.apparatus">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.apparatus</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The physical apparatus in which the crystal was grown.
Linbro plate
sandwich box
ACA plates
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.atmosphere">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.atmosphere</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The nature of the gas or gas mixture in which the crystal was
grown.
room air
nitrogen
argon
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.details">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of the crystal growth.
                                 Solution 2 was prepared as a well solution and
                                  mixed. A droplet containing 2 \ml of solution
                                  1 was delivered onto a cover slip; 2 \ml of
                                  solution 2 was added to the droplet without
                                  mixing.
                                 Crystal plates were originally stored at room
                                  temperature for 1 week but no nucleation
                                  occurred. They were then transferred to 4
                                  degrees C, at which temperature well formed
                                  single crystals grew in 2 days.
                                 The dependence on pH for successful crystal
                                  growth is very sharp. At pH 7.4 only showers
                                  of tiny crystals grew, at pH 7.5 well formed
                                  single crystals grew, at pH 7.6 no
                                  crystallization occurred at all.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.method">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.method</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The method used to grow the crystals.
batch precipitation
batch dialysis
hanging drop vapor diffusion
sitting drop vapor diffusion
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.method_ref">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.method_ref</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A literature reference that describes the method used to grow
the crystals.
McPherson et al., 1988
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.pH">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal_grow.pH</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The pH at which the crystal was grown. If more than one pH was
employed during the crystallization process, the final pH should
be noted here and the protocol involving multiple pH values
should be described in attribute details in category exptl_crystal_grow. 
7.4
7.6
4.3
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.pdbx_details">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.pdbx_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Text description of crystal grow procedure.
PEG 4000, potassium phosphate, magnesium chloride, cacodylate
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.pdbx_pH_range">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.pdbx_pH_range</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The range of pH values at which the crystal was grown.   Used when 
a point estimate of pH is not appropriate.
5.6 - 6.4
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.pressure">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal_grow.pressure</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The ambient pressure in kilopascals at which the crystal was
grown.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.pressure_esd">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal_grow.pressure_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute pressure in category exptl_crystal_grow. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.seeding">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.seeding</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of the protocol used for seeding the crystal
growth.
macroseeding
                                 Microcrystals were introduced from a previous
                                  crystal growth experiment by transfer with a
                                  human hair.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.seeding_ref">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.seeding_ref</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A literature reference that describes the protocol used to seed
the crystal.
Stura et al., 1989
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.temp">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal_grow.temp</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The temperature in kelvins at which the crystal was grown.
If more than one temperature was employed during the
crystallization process, the final temperature should be noted
here and the protocol  involving multiple temperatures should be
described in attribute details in category exptl_crystal_grow. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.temp_details">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.temp_details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of special aspects of temperature control during
crystal growth.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.temp_esd">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>exptl_crystal_grow.temp_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute temp in category exptl_crystal_grow. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.time">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.time</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The approximate time that the crystal took to grow to the size
used for data collection.
overnight
2-4 days
6 months
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow.crystal_id">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_growItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow.crystal_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category exptl_crystal in the
 EXPTL_CRYSTAL category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystal_grow_compCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_exptl_crystal_grow_comp"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystal_grow_comp">
    <rdfs:label>exptl_crystal_grow_comp</rdfs:label>
    <rdfs:comment>
Data items in the EXPTL_CRYSTAL_GROW_COMP category record
details about the components of the solutions that were 'mixed'
(by whatever means) to produce the crystal.

In general, solution 1 is the solution that contains the
molecule to be crystallized and solution 2 is the solution
that contains the precipitant. However, the number of solutions
required to describe the crystallization protocol is not limited
to 2.

Details of the crystallization protocol should be given in
attribute details in category exptl_crystal_grow_comp using the solutions
 described in EXPTL_CRYSTAL_GROW_COMP.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
&lt;PDBx:exptl_crystal_grow_compCategory&gt;
   &lt;PDBx:exptl_crystal_grow_comp crystal_id="1" id="1"&gt;
      &lt;PDBx:conc&gt;6 mg/ml&lt;/PDBx:conc&gt;
      &lt;PDBx:details&gt; The protein solution was in a buffer containing 25 mM NaCl,
100 mM NaMES/ MES buffer, pH 7.5, 3 mM NaAzide&lt;/PDBx:details&gt;
      &lt;PDBx:name&gt;HIV-1 protease&lt;/PDBx:name&gt;
      &lt;PDBx:sol_id&gt;1&lt;/PDBx:sol_id&gt;
      &lt;PDBx:volume&gt;0.002 ml&lt;/PDBx:volume&gt;
   &lt;/PDBx:exptl_crystal_grow_comp&gt;
   &lt;PDBx:exptl_crystal_grow_comp crystal_id="1" id="2"&gt;
      &lt;PDBx:conc&gt;4    M&lt;/PDBx:conc&gt;
      &lt;PDBx:details&gt;in 3 mM NaAzide&lt;/PDBx:details&gt;
      &lt;PDBx:name&gt;NaCl&lt;/PDBx:name&gt;
      &lt;PDBx:sol_id&gt;2&lt;/PDBx:sol_id&gt;
      &lt;PDBx:volume&gt;0.200 ml&lt;/PDBx:volume&gt;
   &lt;/PDBx:exptl_crystal_grow_comp&gt;
   &lt;PDBx:exptl_crystal_grow_comp crystal_id="1" id="3"&gt;
      &lt;PDBx:conc&gt;100 mM&lt;/PDBx:conc&gt;
      &lt;PDBx:details&gt;in 3 mM NaAzide&lt;/PDBx:details&gt;
      &lt;PDBx:name&gt;Acetic Acid&lt;/PDBx:name&gt;
      &lt;PDBx:sol_id&gt;2&lt;/PDBx:sol_id&gt;
      &lt;PDBx:volume&gt;0.047 ml&lt;/PDBx:volume&gt;
   &lt;/PDBx:exptl_crystal_grow_comp&gt;
   &lt;PDBx:exptl_crystal_grow_comp crystal_id="1" id="4"&gt;
      &lt;PDBx:conc&gt;100 mM&lt;/PDBx:conc&gt;
      &lt;PDBx:details&gt; in 3 mM NaAzide. Buffer components were mixed to produce a
pH of 4.7 according to a ratio calculated from the pKa. The
actual pH of solution 2 was not measured.&lt;/PDBx:details&gt;
      &lt;PDBx:name&gt;Na Acetate&lt;/PDBx:name&gt;
      &lt;PDBx:sol_id&gt;2&lt;/PDBx:sol_id&gt;
      &lt;PDBx:volume&gt;0.053 ml&lt;/PDBx:volume&gt;
   &lt;/PDBx:exptl_crystal_grow_comp&gt;
   &lt;PDBx:exptl_crystal_grow_comp crystal_id="1" id="5"&gt;
      &lt;PDBx:conc&gt;neat&lt;/PDBx:conc&gt;
      &lt;PDBx:details&gt;in 3 mM NaAzide&lt;/PDBx:details&gt;
      &lt;PDBx:name&gt;water&lt;/PDBx:name&gt;
      &lt;PDBx:sol_id&gt;2&lt;/PDBx:sol_id&gt;
      &lt;PDBx:volume&gt;0.700 ml&lt;/PDBx:volume&gt;
   &lt;/PDBx:exptl_crystal_grow_comp&gt;
&lt;/PDBx:exptl_crystal_grow_compCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.conc"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.conc"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.name"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.name"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.sol_id"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.sol_id"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.volume"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.volume"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.crystal_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#exptl_crystal_grow_comp.id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_exptl_crystal_grow_compCategory">
    <rdfs:label>exptl_crystal_grow_compCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder exptl_crystal_grow_compCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#exptl_crystal_grow_comp"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_exptl_crystal_grow_comp">
    <rdfs:label>exptl_crystal_grow_compCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that exptl_crystal_grow_compCategory.
	has a category exptl_crystal_grow_comp.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#exptl_crystal_grow_comp"/>
    <rdfs:domain rdf:resource="#exptl_crystal_grow_compCategory"/>
    <rdfs:range rdf:resource="#exptl_crystal_grow_comp"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="exptl_crystal_grow_compItem">
    <rdfs:label>exptl_crystal_grow_compItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for exptl_crystal_grow_comp items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#exptl_crystal_grow_comp"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_exptl_crystal_grow_comp">
    <rdfs:label>reference_to_exptl_crystal_grow_comp</rdfs:label>
    <rdfs:comment>cross-reference to exptl_crystal_grow_comp</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#exptl_crystal_grow_comp"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_exptl_crystal_grow_comp">
    <rdfs:label>referenced_by_exptl_crystal_grow_comp</rdfs:label>
    <rdfs:comment>cross-reference from exptl_crystal_grow_comp</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#exptl_crystal_grow_comp"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow_comp.conc">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_grow_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow_comp.conc</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The concentration of the solution component.
200 \ml
0.1 ml
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow_comp.details">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_grow_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow_comp.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of any special aspects of the solution component.
When the solution component is the one that contains the
macromolecule, this could be the specification of the buffer in
which the macromolecule was stored. When the solution component
is a buffer component, this could be the methods (or formula)
used to achieve a desired pH.
in 3 mM NaAzide
                                 The protein solution was in a buffer
                                  containing 25 mM NaCl, 100 mM NaMES/MES
                                  buffer, pH 7.5, 3 mM NaAzide
                                 in 3 mM NaAzide. Buffer components were mixed
                                  to produce a pH of 4.7 according to a ratio
                                  calculated from the pKa. The actual pH of
                                  solution 2 was not measured.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow_comp.name">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_grow_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow_comp.name</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A common name for the component of the solution.
protein in buffer
acetic acid
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow_comp.sol_id">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_grow_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow_comp.sol_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An identifier for the solution to which the given solution
component belongs.
1
well solution
solution A
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow_comp.volume">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_grow_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow_comp.volume</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The volume of the solution component.
200 \ml
0.1 ml
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow_comp.crystal_id">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_grow_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow_comp.crystal_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category exptl_crystal in the
 EXPTL_CRYSTAL category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="exptl_crystal_grow_comp.id">
    <rdfs:subPropertyOf rdf:resource="#exptl_crystal_grow_compItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>exptl_crystal_grow_comp.id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The value of attribute id in category exptl_crystal_grow_comp must uniquely identify
 each item in the EXPTL_CRYSTAL_GROW_COMP list.

Note that this item need not be a number; it can be any unique
identifier.
1
A
protein in buffer
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="geomCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="geom">
    <rdfs:label>geom</rdfs:label>
    <rdfs:comment>
Data items in the GEOM and related (GEOM_ANGLE,
GEOM_BOND, GEOM_CONTACT, GEOM_HBOND and GEOM_TORSION)
categories record details about the molecular
geometry as calculated from the contents of the ATOM, CELL
and SYMMETRY data.

Geometry data are therefore redundant, in that they can be
calculated from other more fundamental quantities in the data
block. However, they provide a check on the correctness of
both sets of data and enable the most important geometric data
to be identified for publication by setting the appropriate
publication flag.

         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom.details"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom.details"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom.entry_id"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_geomCategory">
    <rdfs:label>geomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder geomCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#geom"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_geom">
    <rdfs:label>geomCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that geomCategory.
	has a category geom.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#geom"/>
    <rdfs:domain rdf:resource="#geomCategory"/>
    <rdfs:range rdf:resource="#geom"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="geomItem">
    <rdfs:label>geomItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for geom items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#geom"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_geom">
    <rdfs:label>reference_to_geom</rdfs:label>
    <rdfs:comment>cross-reference to geom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#geom"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_geom">
    <rdfs:label>referenced_by_geom</rdfs:label>
    <rdfs:comment>cross-reference from geom</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#geom"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="geom.details">
    <rdfs:subPropertyOf rdf:resource="#geomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom.details</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
A description of geometry not covered by the
existing data names in the GEOM categories, such as
least-squares planes.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom.entry_id">
    <rdfs:subPropertyOf rdf:resource="#geomItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom.entry_id</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This data item is a pointer to attribute id in category entry in the ENTRY category. 
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="geom_angleCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_angle"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="geom_angle">
    <rdfs:label>geom_angle</rdfs:label>
    <rdfs:comment>
Data items in the GEOM_ANGLE category record details about the
bond angles as calculated from the contents
of the ATOM, CELL and SYMMETRY data.

    Example 1 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:geom_angleCategory&gt;
   &lt;PDBx:geom_angle atom_site_id_1="C2" atom_site_id_2="O1" atom_site_id_3="C5" site_symmetry_1="1_555" site_symmetry_2="1_555" site_symmetry_3="1_555"&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
      &lt;PDBx:value&gt;111.6&lt;/PDBx:value&gt;
      &lt;PDBx:value_esd&gt;0.2&lt;/PDBx:value_esd&gt;
   &lt;/PDBx:geom_angle&gt;
   &lt;PDBx:geom_angle atom_site_id_1="O1" atom_site_id_2="C2" atom_site_id_3="C3" site_symmetry_1="1_555" site_symmetry_2="1_555" site_symmetry_3="1_555"&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
      &lt;PDBx:value&gt;110.9&lt;/PDBx:value&gt;
      &lt;PDBx:value_esd&gt;0.2&lt;/PDBx:value_esd&gt;
   &lt;/PDBx:geom_angle&gt;
   &lt;PDBx:geom_angle atom_site_id_1="O1" atom_site_id_2="C2" atom_site_id_3="O21" site_symmetry_1="1_555" site_symmetry_2="1_555" site_symmetry_3="1_555"&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
      &lt;PDBx:value&gt;122.2&lt;/PDBx:value&gt;
      &lt;PDBx:value_esd&gt;0.3&lt;/PDBx:value_esd&gt;
   &lt;/PDBx:geom_angle&gt;
   &lt;PDBx:geom_angle atom_site_id_1="C3" atom_site_id_2="C2" atom_site_id_3="O21" site_symmetry_1="1_555" site_symmetry_2="1_555" site_symmetry_3="1_555"&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
      &lt;PDBx:value&gt;127.0&lt;/PDBx:value&gt;
      &lt;PDBx:value_esd&gt;0.3&lt;/PDBx:value_esd&gt;
   &lt;/PDBx:geom_angle&gt;
   &lt;PDBx:geom_angle atom_site_id_1="C2" atom_site_id_2="C3" atom_site_id_3="N4" site_symmetry_1="1_555" site_symmetry_2="1_555" site_symmetry_3="1_555"&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
      &lt;PDBx:value&gt;101.3&lt;/PDBx:value&gt;
      &lt;PDBx:value_esd&gt;0.2&lt;/PDBx:value_esd&gt;
   &lt;/PDBx:geom_angle&gt;
   &lt;PDBx:geom_angle atom_site_id_1="C2" atom_site_id_2="C3" atom_site_id_3="C31" site_symmetry_1="1_555" site_symmetry_2="1_555" site_symmetry_3="1_555"&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
      &lt;PDBx:value&gt;111.3&lt;/PDBx:value&gt;
      &lt;PDBx:value_esd&gt;0.2&lt;/PDBx:value_esd&gt;
   &lt;/PDBx:geom_angle&gt;
   &lt;PDBx:geom_angle atom_site_id_1="C2" atom_site_id_2="C3" atom_site_id_3="H3" site_symmetry_1="1_555" site_symmetry_2="1_555" site_symmetry_3="1_555"&gt;
      &lt;PDBx:publ_flag&gt;no&lt;/PDBx:publ_flag&gt;
      &lt;PDBx:value&gt;107&lt;/PDBx:value&gt;
      &lt;PDBx:value_esd&gt;1&lt;/PDBx:value_esd&gt;
   &lt;/PDBx:geom_angle&gt;
   &lt;PDBx:geom_angle atom_site_id_1="N4" atom_site_id_2="C3" atom_site_id_3="C31" site_symmetry_1="1_555" site_symmetry_2="1_555" site_symmetry_3="1_555"&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
      &lt;PDBx:value&gt;116.7&lt;/PDBx:value&gt;
      &lt;PDBx:value_esd&gt;0.2&lt;/PDBx:value_esd&gt;
   &lt;/PDBx:geom_angle&gt;
&lt;/PDBx:geom_angleCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_asym_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_asym_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_asym_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_asym_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_asym_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_asym_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_atom_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_atom_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_atom_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_atom_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_atom_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_atom_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_comp_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_comp_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_comp_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_comp_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_comp_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_comp_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_seq_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_seq_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_seq_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_seq_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_seq_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_auth_seq_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_alt_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_alt_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_alt_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_alt_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_alt_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_alt_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_asym_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_asym_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_asym_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_asym_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_asym_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_asym_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_atom_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_atom_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_atom_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_atom_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_atom_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_atom_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_comp_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_comp_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_comp_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_comp_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_comp_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_comp_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_seq_id_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_seq_id_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_seq_id_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_seq_id_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_seq_id_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_label_seq_id_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.pdbx_PDB_model_num"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.pdbx_PDB_model_num"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.pdbx_atom_site_PDB_ins_code_1"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.pdbx_atom_site_PDB_ins_code_1"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.pdbx_atom_site_PDB_ins_code_2"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.pdbx_atom_site_PDB_ins_code_2"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.pdbx_atom_site_PDB_ins_code_3"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.pdbx_atom_site_PDB_ins_code_3"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.publ_flag"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.publ_flag"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.value"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.value"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.value_esd"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.value_esd"/>
            <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_id_1"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_id_2"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.atom_site_id_3"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.site_symmetry_1"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.site_symmetry_2"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#geom_angle.site_symmetry_3"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_geom_angleCategory">
    <rdfs:label>geom_angleCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that datablock
	has a category holder geom_angleCategory.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategory"/>
    <rdfs:seeAlso rdf:resource="#geom_angle"/>
  </owl:InverseFunctionalProperty>
  <owl:InverseFunctionalProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="has_geom_angle">
    <rdfs:label>geom_angleCategory</rdfs:label>
    <rdfs:comment>
	This property indicates that geom_angleCategory.
	has a category geom_angle.
      </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasCategoryElement"/>
    <rdfs:seeAlso rdf:resource="#geom_angle"/>
    <rdfs:domain rdf:resource="#geom_angleCategory"/>
    <rdfs:range rdf:resource="#geom_angle"/>
  </owl:InverseFunctionalProperty>
  <owl:DatatypeProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="geom_angleItem">
    <rdfs:label>geom_angleItem</rdfs:label>
    <rdfs:comment>Abstract Datatype property for geom_angle items.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#categoryItem"/>
    <rdfs:domain rdf:resource="#geom_angle"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="reference_to_geom_angle">
    <rdfs:label>reference_to_geom_angle</rdfs:label>
    <rdfs:comment>cross-reference to geom_angle</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#reference_to"/>
    <rdfs:range rdf:resource="#geom_angle"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="referenced_by_geom_angle">
    <rdfs:label>referenced_by_geom_angle</rdfs:label>
    <rdfs:comment>cross-reference from geom_angle</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#referenced_by"/>
    <rdfs:range rdf:resource="#geom_angle"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_asym_id_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_asym_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the first of the three atom sites that
define the angle.

This data item is a pointer to attribute auth_asym_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_asym_id_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_asym_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the second of the three atom sites
that define the angle.

This data item is a pointer to attribute auth_asym_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_asym_id_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_asym_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the third of the three atom sites that
define the angle.

This data item is a pointer to attribute auth_asym_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_atom_id_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_atom_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the first of the three atom sites that
define the angle.

This data item is a pointer to attribute auth_atom_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_atom_id_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_atom_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the second of the three atom sites
that define the angle.

This data item is a pointer to attribute auth_atom_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_atom_id_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_atom_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the third of the three atom sites that
define the angle.

This data item is a pointer to attribute auth_atom_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_comp_id_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_comp_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the first of the three atom sites that
define the angle.

This data item is a pointer to attribute auth_comp_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_comp_id_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_comp_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the second of the three atom sites
that define the angle.

This data item is a pointer to attribute auth_comp_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_comp_id_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_comp_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the third of the three atom sites that
define the angle.

This data item is a pointer to attribute auth_comp_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_seq_id_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_seq_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the first of the three atom sites that
define the angle.

This data item is a pointer to attribute auth_seq_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_seq_id_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_seq_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the second of the three atom sites
that define the angle.

This data item is a pointer to attribute auth_seq_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_auth_seq_id_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_auth_seq_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the third of the three atom sites that
define the angle.

This data item is a pointer to attribute auth_seq_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_alt_id_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_alt_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the first of the three atom sites that
define the angle.

This data item is a pointer to attribute label_alt_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_alt_id_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_alt_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the second of the three atom sites
that define the angle.

This data item is a pointer to attribute label_alt_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_alt_id_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_alt_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the third of the three atom sites that
define the angle.

This data item is a pointer to attribute label_alt_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_asym_id_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_asym_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the first of the three atom sites that
define the angle.

This data item is a pointer to attribute label_asym_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_asym_id_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_asym_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the second of the three atom sites
that define the angle.

This data item is a pointer to attribute label_asym_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_asym_id_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_asym_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the third of the three atom sites that
define the angle.

This data item is a pointer to attribute label_asym_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_atom_id_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_atom_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the first of the three atom sites that
define the angle.

This data item is a pointer to attribute label_atom_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_atom_id_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_atom_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the second of the three atom sites
that define the angle.

This data item is a pointer to attribute label_atom_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_atom_id_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_atom_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the third of the three atom sites that
define the angle.

This data item is a pointer to attribute label_atom_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_comp_id_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_comp_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the first of the three atom sites that
define the angle.

This data item is a pointer to attribute label_comp_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_comp_id_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_comp_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the second of the three atom sites
that define the angle.

This data item is a pointer to attribute label_comp_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_comp_id_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_label_comp_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the third of the three atom sites that
define the angle.

This data item is a pointer to attribute label_comp_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_seq_id_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>geom_angle.atom_site_label_seq_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the first of the three atom sites that
define the angle.

This data item is a pointer to attribute label_seq_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_seq_id_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>geom_angle.atom_site_label_seq_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the second of the three atom sites
that define the angle.

This data item is a pointer to attribute label_seq_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_label_seq_id_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>geom_angle.atom_site_label_seq_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
An optional identifier of the third of the three atom sites that
define the angle.

This data item is a pointer to attribute label_seq_id in category atom_site in the
 ATOM_SITE category.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.pdbx_PDB_model_num">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
    <rdfs:label>geom_angle.pdbx_PDB_model_num</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute pdbx_PDB_model_num in category atom_site 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.pdbx_atom_site_PDB_ins_code_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.pdbx_atom_site_PDB_ins_code_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute pdbx_PDB_ins_code in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.pdbx_atom_site_PDB_ins_code_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.pdbx_atom_site_PDB_ins_code_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute pdbx_PDB_ins_code in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.pdbx_atom_site_PDB_ins_code_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.pdbx_atom_site_PDB_ins_code_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Pointer to attribute pdbx_PDB_ins_code in category atom_site. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.publ_flag">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:domain rdf:resource="#geom_angle"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf>
          <rdf:List xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">no</rdf:first>
            <rdf:rest>
              <rdf:List>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">n</rdf:first>
                <rdf:rest>
                  <rdf:List>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">yes</rdf:first>
                    <rdf:rest>
                      <rdf:List>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">y</rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                      </rdf:List>
                    </rdf:rest>
                  </rdf:List>
                </rdf:rest>
              </rdf:List>
            </rdf:rest>
          </rdf:List>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
This code signals whether the angle is referred to in a
publication or should be placed in a table of significant angles.
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.value">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>geom_angle.value</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
Angle in degrees defined by the three sites
_geom_angle.atom_site_id_1, _geom_angle.atom_site_id_2 and
attribute atom_site_id_3 in category geom_angle. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.value_esd">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
    <rdfs:label>geom_angle.value_esd</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The standard uncertainty (estimated standard deviation)
of attribute value in category geom_angle. 
                        </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_id_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_id_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The identifier of the first of the three atom sites that define
the angle.

This data item is a pointer to attribute id in category atom_site in the ATOM_SITE
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_id_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_id_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The identifier of the second of the three atom sites that define
the angle. The second atom is taken to be the apex of the angle.

This data item is a pointer to attribute id in category atom_site in the ATOM_SITE
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.atom_site_id_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.atom_site_id_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The identifier of the third of the three atom sites that define
the angle.

This data item is a pointer to attribute id in category atom_site in the ATOM_SITE
 category.
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.site_symmetry_1">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.site_symmetry_1</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The symmetry code of the first of the three atom sites that
define the angle.
4th symmetry operation applied
4
7th symm. posn.; +a on x; -b on y
7_645
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.site_symmetry_2">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.site_symmetry_2</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The symmetry code of the second of the three atom sites that
define the angle.
4th symmetry operation applied
4
7th symm. posn.; +a on x; -b on y
7_645
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="geom_angle.site_symmetry_3">
    <rdfs:subPropertyOf rdf:resource="#geom_angleItem"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label>geom_angle.site_symmetry_3</rdfs:label>
    <rdfs:comment xmlns:xsd="http://www.w3.org/2001/XMLSchema">
The symmetry code of the third of the three atom sites that
define the angle.
4th symmetry operation applied
4
7th symm. posn.; +a on x; -b on y
7_645
                     </rdfs:comment>
  </owl:DatatypeProperty>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="geom_bondCategory">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Category"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#has_geom_bond"/>
            <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class xmlns:xsd="http://www.w3.org/2001/XMLSchema" rdf:ID="geom_bond">
    <rdfs:label>geom_bond</rdfs:label>
    <rdfs:comment>
Data items in the GEOM_BOND category record details about
the bond lengths as calculated from the contents
of the ATOM, CELL and SYMMETRY data.

    Example 1 - based on data set TOZ of Willis, Beckwith &amp; Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
&lt;PDBx:geom_bondCategory&gt;
   &lt;PDBx:geom_bond atom_site_id_1="O1" atom_site_id_2="C2" site_symmetry_1="1_555" site_symmetry_2="1_555"&gt;
      &lt;PDBx:dist&gt;1.342&lt;/PDBx:dist&gt;
      &lt;PDBx:dist_esd&gt;0.004&lt;/PDBx:dist_esd&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
   &lt;/PDBx:geom_bond&gt;
   &lt;PDBx:geom_bond atom_site_id_1="O1" atom_site_id_2="C5" site_symmetry_1="1_555" site_symmetry_2="1_555"&gt;
      &lt;PDBx:dist&gt;1.439&lt;/PDBx:dist&gt;
      &lt;PDBx:dist_esd&gt;0.003&lt;/PDBx:dist_esd&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
   &lt;/PDBx:geom_bond&gt;
   &lt;PDBx:geom_bond atom_site_id_1="C2" atom_site_id_2="C3" site_symmetry_1="1_555" site_symmetry_2="1_555"&gt;
      &lt;PDBx:dist&gt;1.512&lt;/PDBx:dist&gt;
      &lt;PDBx:dist_esd&gt;0.004&lt;/PDBx:dist_esd&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
   &lt;/PDBx:geom_bond&gt;
   &lt;PDBx:geom_bond atom_site_id_1="C2" atom_site_id_2="O21" site_symmetry_1="1_555" site_symmetry_2="1_555"&gt;
      &lt;PDBx:dist&gt;1.199&lt;/PDBx:dist&gt;
      &lt;PDBx:dist_esd&gt;0.004&lt;/PDBx:dist_esd&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
   &lt;/PDBx:geom_bond&gt;
   &lt;PDBx:geom_bond atom_site_id_1="C3" atom_site_id_2="N4" site_symmetry_1="1_555" site_symmetry_2="1_555"&gt;
      &lt;PDBx:dist&gt;1.465&lt;/PDBx:dist&gt;
      &lt;PDBx:dist_esd&gt;0.003&lt;/PDBx:dist_esd&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
   &lt;/PDBx:geom_bond&gt;
   &lt;PDBx:geom_bond atom_site_id_1="C3" atom_site_id_2="C31" site_symmetry_1="1_555" site_symmetry_2="1_555"&gt;
      &lt;PDBx:dist&gt;1.537&lt;/PDBx:dist&gt;
      &lt;PDBx:dist_esd&gt;0.004&lt;/PDBx:dist_esd&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
   &lt;/PDBx:geom_bond&gt;
   &lt;PDBx:geom_bond atom_site_id_1="C3" atom_site_id_2="H3" site_symmetry_1="1_555" site_symmetry_2="1_555"&gt;
      &lt;PDBx:dist&gt;1.00&lt;/PDBx:dist&gt;
      &lt;PDBx:dist_esd&gt;0.03&lt;/PDBx:dist_esd&gt;
      &lt;PDBx:publ_flag&gt;no&lt;/PDBx:publ_flag&gt;
   &lt;/PDBx:geom_bond&gt;
   &lt;PDBx:geom_bond atom_site_id_1="N4" atom_site_id_2="C5" site_symmetry_1="1_555" site_symmetry_2="1_555"&gt;
      &lt;PDBx:dist&gt;1.472&lt;/PDBx:dist&gt;
      &lt;PDBx:dist_esd&gt;0.003&lt;/PDBx:dist_esd&gt;
      &lt;PDBx:publ_flag&gt;yes&lt;/PDBx:publ_flag&gt;
   &lt;/PDBx:geom_bond&gt;
&lt;/PDBx:geom_bondCategory&gt;


         </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#CategoryElement"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="#ge
