Datatype-Float-Discrete-001-RDFXML

From OWL Test Cases

Jump to:navigation, search

This page provides a manually translated normative RDF/XML syntax version for Datatype-Float-Discrete-001.

Premise ontology (download)

Convert syntax: functional, XML, Manchester      This informative conversion will be incorrect for OWL 2 Full. info.pngConversions are provided by the OWL Syntax Converter which tries to "repair" OWL 2 Full inputs to become DL.

Open in RDF Validator

<?xml version="1.0"?>
<rdf:RDF
  xml:base  = "http://example.org/ontology/"
  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#" >

<owl:Ontology/>

<owl:DatatypeProperty rdf:about="dp" />

<rdf:Description rdf:about="a">
  <rdf:type>
    <owl:Restriction>
      <owl:onProperty rdf:resource="dp" />
      <owl:someValuesFrom>
        <rdfs:Datatype>
          <owl:onDatatype rdf:resource="http://www.w3.org/2001/XMLSchema#float" />
          <owl:withRestrictions rdf:parseType="Collection">
            <rdf:Description>
              <xsd:minExclusive rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.0</xsd:minExclusive>
            </rdf:Description>
            <rdf:Description>
              <xsd:maxExclusive rdf:datatype="http://www.w3.org/2001/XMLSchema#float">1.401298464324817e-45</xsd:maxExclusive>
            </rdf:Description>
          </owl:withRestrictions>
        </rdfs:Datatype>
      </owl:someValuesFrom>
    </owl:Restriction>
  </rdf:type>
</rdf:Description>

</rdf:RDF>
Navigation
OWL 2 Informative
OWL 2 Normative
Toolbox