Sections
You are here: Home » Data » Documents » Development » RDF files » Compound

Compound

— filed under: , , ,

OpenTox representation of a compound

RDF/XML   

 

  • Compound URI is defined by dc:identifier (Dublin Core namespace) 

 

  <ot:Compound rdf:ID="benzene">
        <dc:identifier rdf:datatype="&xsd;string"
            >http://myservice/compound/{compoundid1}</dc:identifier>
  </ot:Compound>

 

  • Conformers
    <ot:Compound rdf:ID="benzene">
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >http://myservice/compound/{compoundid1}</dc:identifier>
        <ot:conformer rdf:resource="#Conformer_1"/>
    </ot:Compound>
    <ot:Conformer rdf:ID="Conformer_1">
        <dc:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">/conformer/{id}</dc:identifier>
    </ot:Conformer>
Document Actions