qudt:QuantityKindDimensionVector-dimensionExponentForMass

URI: http://qudt.org/schema/qudt/QuantityKindDimensionVector-dimensionExponentForMass

Type
Description

Properties
Annotations
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:j.0="http://www.w3.org/ns/shacl#"
    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/QuantityKindDimensionVector-dimensionExponentForMass">
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/overlay/qudt"/>
    <j.0:or rdf:resource="http://qudt.org/schema/qudt/NumericTypeUnion"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#PropertyShape"/>
    <j.0:path rdf:resource="http://qudt.org/schema/qudt/dimensionExponentForMass"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <j.0:maxCount rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</j.0:maxCount>
    <j.0:minCount rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</j.0:minCount>
  </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/QuantityKindDimensionVector-dimensionExponentForMass>
  rdf:type <http://www.w3.org/ns/shacl#PropertyShape> ;
  <http://www.w3.org/ns/shacl#path> <http://qudt.org/schema/qudt/dimensionExponentForMass> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/overlay/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  <http://www.w3.org/ns/shacl#maxCount> 1 ;
  <http://www.w3.org/ns/shacl#minCount> 1 ;
  <http://www.w3.org/ns/shacl#or> <http://qudt.org/schema/qudt/NumericTypeUnion> ;
.
JSON
{"resource":"QuantityKindDimensionVector-dimensionExponentForMass" 
 ,"qname":"qudt:QuantityKindDimensionVector-dimensionExponentForMass" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/QuantityKindDimensionVector-dimensionExponentForMass" 
 ,"properties":["isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/overlay\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"max count":"1" 
    ,"min count":"1" 
    ,"or":"qudt:NumericTypeUnion" 
    ,"path":"qudt:dimensionExponentForMass" 
    ,"type":"sh:PropertyShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/QuantityKindDimensionVector-dimensionExponentForMass",
  "@type" : "http://www.w3.org/ns/shacl#PropertyShape",
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/shacl/overlay/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
  "http://www.w3.org/ns/shacl#maxCount" : 1,
  "http://www.w3.org/ns/shacl#minCount" : 1,
  "or" : "http://qudt.org/schema/qudt/NumericTypeUnion",
  "path" : "http://qudt.org/schema/qudt/dimensionExponentForMass",
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "or" : {
      "@id" : "http://www.w3.org/ns/shacl#or",
      "@type" : "@id"
    },
    "path" : {
      "@id" : "http://www.w3.org/ns/shacl#path",
      "@type" : "@id"
    },
    "maxCount" : {
      "@id" : "http://www.w3.org/ns/shacl#maxCount",
      "@type" : "http://www.w3.org/2001/XMLSchema#integer"
    },
    "minCount" : {
      "@id" : "http://www.w3.org/ns/shacl#minCount",
      "@type" : "http://www.w3.org/2001/XMLSchema#integer"
    },
    "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-02-18T17:31:26.686-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)