<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>
@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 ;
.
{"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":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"Latex String"
,"subClassOf":"xsd:string"
,"type":"rdfs:Datatype"
,"type":"sh:NodeShape"
]}