<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
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/UCUMci">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
<owl:onDatatype rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<owl:withRestrictions rdf:nodeID="A0"/>
<j.0:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:deprecated>
<rdfs:comment>Lexical pattern for the case-insensitive version of UCUM code</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
<rdfs:label>case-insensitive UCUM code</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
</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/UCUMci>
rdf:type rdfs:Datatype ;
<http://qudt.org/schema/qudt/deprecated> true ;
rdfs:comment "Lexical pattern for the case-insensitive version of UCUM code" ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
rdfs:label "case-insensitive UCUM code" ;
rdfs:subClassOf rdfs:Resource ;
owl:onDatatype xsd:string ;
owl:withRestrictions [] ;
.
{"resource":"case-insensitive UCUM code"
,"qname":"qudt:UCUMci"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/UCUMci"
,"properties":["comment":"Lexical pattern for the case-insensitive version of UCUM code"
,"deprecated":"true"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"label":"case-insensitive UCUM code"
,"onDatatype":"xsd:string"
,"subClassOf":"rdfs:Resource"
,"type":"rdfs:Datatype"
,"withRestrictions":null
]}
{
"@id" : "http://qudt.org/schema/qudt/UCUMci",
"@type" : "rdfs:Datatype",
"http://qudt.org/schema/qudt/deprecated" : true,
"comment" : "Lexical pattern for the case-insensitive version of UCUM code",
"isDefinedBy" : "http://qudt.org/2.1/schema/qudt",
"label" : "case-insensitive UCUM code",
"subClassOf" : "rdfs:Resource",
"onDatatype" : "xsd:string",
"withRestrictions" : "_:b0",
"@context" : {
"onDatatype" : {
"@id" : "http://www.w3.org/2002/07/owl#onDatatype",
"@type" : "@id"
},
"withRestrictions" : {
"@id" : "http://www.w3.org/2002/07/owl#withRestrictions",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"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#"
}
}