qudt:LatexString

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

Type
Description

A type of string in which some characters may be wrapped with 'and characters for LaTeX rendering.

Properties
Annotations
rdfs:comment
A type of string in which some characters may be wrapped with 'and characters for LaTeX rendering.
dcterms:description
A type of string in which some characters may be wrapped with 'and characters for LaTeX rendering.
rdfs:label
Latex String
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://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.1="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/LatexString">
    <rdfs:comment>A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <j.0:description>A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering.</j.0:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <rdfs:label>Latex String</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </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/LatexString>
  rdf:type rdfs:Datatype ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> "A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering." ;
  rdfs:comment "A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering." ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "Latex String" ;
  rdfs:subClassOf xsd:string ;
.
JSON
{"resource":"Latex String" 
 ,"qname":"qudt:LatexString" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/LatexString" 
 ,"properties":["comment":"A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering." 
    ,"description":"A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering." 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"Latex String" 
    ,"subClassOf":"xsd:string" 
    ,"type":"rdfs:Datatype" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/LatexString",
  "@type" : [ "rdfs:Datatype", "http://www.w3.org/ns/shacl#NodeShape" ],
  "description" : "A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering.",
  "comment" : "A type of string in which some characters may be wrapped with '$' and '$ characters for LaTeX rendering.",
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ],
  "label" : "Latex String",
  "subClassOf" : "xsd:string",
  "@context" : {
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@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 2025-02-18T17:32:36.292-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)