qudt:allowedUnitOfSystem

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

Type
Description

This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system.

Properties
Annotations
dcterms:description
This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system.
rdfs:label
allowed unit of system
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/allowedUnitOfSystem">
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:subPropertyOf rdf:resource="http://qudt.org/schema/qudt/isUnitOfSystem"/>
    <j.0:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:deprecated>
    <owl:inverseOf rdf:resource="http://qudt.org/schema/qudt/hasAllowedUnit"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system.</j.1:description>
    <j.1:isReplacedBy rdf:resource="http://qudt.org/schema/qudt/applicableSystem"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:label>allowed unit of system</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
  </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/allowedUnitOfSystem>
  rdf:type rdf:Property ;
  rdf:type owl:ObjectProperty ;
  <http://purl.org/dc/terms/description> "This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system."^^rdf:HTML ;
  <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/schema/qudt/applicableSystem> ;
  <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 "allowed unit of system" ;
  rdfs:subPropertyOf <http://qudt.org/schema/qudt/isUnitOfSystem> ;
  owl:inverseOf <http://qudt.org/schema/qudt/hasAllowedUnit> ;
.
JSON
{"resource":"allowed unit of system" 
 ,"qname":"qudt:allowedUnitOfSystem" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/allowedUnitOfSystem" 
 ,"properties":["deprecated":"true" 
    ,"description":"This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system." 
    ,"inverseOf":"qudt:hasAllowedUnit" 
    ,"is replaced by":"qudt:applicableSystem" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&gt;" 
    ,"label":"allowed unit of system" 
    ,"subPropertyOf":"qudt:isUnitOfSystem" 
    ,"type":"rdf:Property" 
    ,"type":"owl:ObjectProperty" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/allowedUnitOfSystem",
  "@type" : [ "owl:ObjectProperty", "rdf:Property" ],
  "description" : "This property relates a unit of measure with a unit system that does not define the unit, but allows its use within the system. An allowed unit must be convertible to some dimensionally eqiuvalent unit that is defined by the system.",
  "isReplacedBy" : "http://qudt.org/schema/qudt/applicableSystem",
  "http://qudt.org/schema/qudt/deprecated" : true,
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
  "label" : "allowed unit of system",
  "subPropertyOf" : "http://qudt.org/schema/qudt/isUnitOfSystem",
  "inverseOf" : "http://qudt.org/schema/qudt/hasAllowedUnit",
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "subPropertyOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subPropertyOf",
      "@type" : "@id"
    },
    "deprecated" : {
      "@id" : "http://qudt.org/schema/qudt/deprecated",
      "@type" : "http://www.w3.org/2001/XMLSchema#boolean"
    },
    "inverseOf" : {
      "@id" : "http://www.w3.org/2002/07/owl#inverseOf",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "isReplacedBy" : {
      "@id" : "http://purl.org/dc/terms/isReplacedBy",
      "@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 2023-05-10T19:04:57.526-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)