@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix gr: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . owl:DatatypeProperty a rdfs:Class ; rdfs:label "DatatypeProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of has value float (0..1)" ; foaf:primaryTopic gr:hasValueFloat . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:domain a rdf:Property ; rdfs:label "domain" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . rdfs:subPropertyOf a rdf:Property ; rdfs:label "subPropertyOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of has value float (0..1)" . dc:format "text/n3" ; dcterms:title "Notation3 description of has value float (0..1)" . dc:format "text/plain" ; dcterms:title "NTriples description of has value float (0..1)" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has value float (0..1)" . dc:format "text/turtle" ; dcterms:title "Turtle description of has value float (0..1)" . a owl:Ontology ; rdfs:label "GoodRelations Ontology"@en ; dc:title "The GoodRelations Vocabulary for Semantic Web-based E-Commerce"@en ; dcterms:license . gr:QuantitativeValueFloat a owl:Class ; rdfs:label "Quantitative value float"@en . gr:hasMaxValueFloat a owl:DatatypeProperty ; rdfs:label "has max value float (1..1)"@en . gr:hasMinValueFloat a owl:DatatypeProperty ; rdfs:label "has min value float (1..1)"@en . gr:hasValueFloat a owl:DatatypeProperty ; rdfs:label "has value float (0..1)"@en ; rdfs:comment "This subproperty specifies that the upper and lower limit of the given gr:QuantitativeValueFloat are identical and have the respective float value. It is a shortcut for such cases where a quantitative property is (at least practically) a single point value and not an interval."@en ; rdfs:domain gr:QuantitativeValueFloat ; rdfs:isDefinedBy ; rdfs:range xsd:float ; rdfs:subPropertyOf gr:hasMaxValueFloat, gr:hasMinValueFloat . [] a ov:RequestedDocument ; dcterms:source .