qudt:unit

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

Type
Description

A reference to the unit of measure of a quantity (variable or constant) of interest.

Properties
Annotations
dcterms:description
A reference to the unit of measure of a quantity (variable or constant) of interest.
rdfs:label
unit
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    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/unit">
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
    <j.0:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:deprecated>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <rdfs:label>unit</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <j.1:isReplacedBy rdf:resource="http://qudt.org/schema/qudt/hasUnit"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">A reference to the unit of measure of a quantity (variable or constant) of interest.</j.1:description>
    <owl:inverseOf rdf:resource="http://qudt.org/schema/qudt/unitFor"/>
  </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/unit>
  rdf:type rdf:Property ;
  rdf:type owl:ObjectProperty ;
  <http://purl.org/dc/terms/description> "A reference to the unit of measure of a quantity (variable or constant) of interest."^^rdf:HTML ;
  <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/schema/qudt/hasUnit> ;
  <http://qudt.org/schema/qudt/deprecated> true ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
  rdfs:label "unit" ;
  rdfs:range <http://qudt.org/schema/qudt/Unit> ;
  owl:inverseOf <http://qudt.org/schema/qudt/unitFor> ;
.
JSON
{"resource":"unit" 
 ,"qname":"qudt:unit" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/unit" 
 ,"properties":["deprecated":"true" 
    ,"description":"A reference to the unit of measure of a quantity (variable or constant) of interest." 
    ,"inverseOf":"qudt:unitFor" 
    ,"is replaced by":"qudt:hasUnit" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&gt;" 
    ,"label":"unit" 
    ,"range":"qudt:Unit" 
    ,"type":"rdf:Property" 
    ,"type":"owl:ObjectProperty" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/unit",
  "@type" : [ "owl:ObjectProperty", "rdf:Property" ],
  "description" : "A reference to the unit of measure of a quantity (variable or constant) of interest.",
  "isReplacedBy" : "http://qudt.org/schema/qudt/hasUnit",
  "http://qudt.org/schema/qudt/deprecated" : true,
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
  "label" : "unit",
  "range" : "http://qudt.org/schema/qudt/Unit",
  "inverseOf" : "http://qudt.org/schema/qudt/unitFor",
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "deprecated" : {
      "@id" : "http://qudt.org/schema/qudt/deprecated",
      "@type" : "http://www.w3.org/2001/XMLSchema#boolean"
    },
    "range" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#range",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isReplacedBy" : {
      "@id" : "http://purl.org/dc/terms/isReplacedBy",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "inverseOf" : {
      "@id" : "http://www.w3.org/2002/07/owl#inverseOf",
      "@type" : "@id"
    },
    "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 2024-11-15T15:31:54.569-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)