qudt:floatPercentage

URI: http://qudt.org/schema/qudt/floatPercentage

Type
Description

Properties
owl:equivalentClass
`float  [xsd:float]`[>= "0.00"^^`float  [xsd:float]` , <= "100.00"^^`float  [xsd:float]`]
Annotations
rdfs:label
float percentage
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/schema/qudt/floatPercentage">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
    <owl:equivalentClass rdf:nodeID="A0"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <rdfs:label>float percentage</rdfs:label>
  </rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://qudt.org/schema/qudt/floatPercentage>
  rdf:type rdfs:Datatype ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:label "float percentage" ;
  owl:equivalentClass [] ;
.
JSON
{"resource":"float percentage" 
 ,"qname":"qudt:floatPercentage" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/floatPercentage" 
 ,"properties":["equivalentClass":null 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"label":"float percentage" 
    ,"type":"rdfs:Datatype" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/floatPercentage",
  "@type" : "rdfs:Datatype",
  "isDefinedBy" : "http://qudt.org/2.1/schema/qudt",
  "label" : "float percentage",
  "equivalentClass" : "_:b0",
  "@context" : {
    "equivalentClass" : {
      "@id" : "http://www.w3.org/2002/07/owl#equivalentClass",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2025-01-28T13:56:33.569-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)