View as:
CSV
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/FloatingPointEncodingType">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
<p>A type for specifying an "Encoding" with the following instance(s):
"Double Precision Encoding", and "Single Precision Real Encoding".
</p></j.0:description>
<j.0:description>A "Encoding" with the following instance(s): "Double Precision Encoding", "Single Precision Real Encoding".</j.0:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
<rdfs:label>Floating Point Encoding</rdfs:label>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Encoding"/>
</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/FloatingPointEncodingType>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/terms/description> """
<p>A type for specifying an \"Encoding\" with the following instance(s):
\"Double Precision Encoding\", and \"Single Precision Real Encoding\".
</p>"""^^rdf:HTML ;
<http://purl.org/dc/terms/description> "A \"Encoding\" with the following instance(s): \"Double Precision Encoding\", \"Single Precision Real Encoding\"." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
rdfs:label "Floating Point Encoding" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Encoding> ;
.
JSON
{"resource":"Floating Point Encoding"
,"qname":"qudt:FloatingPointEncodingType"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/FloatingPointEncodingType"
,"properties":["description":"\n <p>A type for specifying an \"Encoding\" with the following instance(s): \n \"Double Precision Encoding\", and \"Single Precision Real Encoding\".\n <\/p>"
,"description":"A \"Encoding\" with the following instance(s): \"Double Precision Encoding\", \"Single Precision Real Encoding\"."
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype>"
,"label":"Floating Point Encoding"
,"subClassOf":"qudt:Encoding"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/FloatingPointEncodingType",
"@type" : [ "owl:Class", "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"description" : "\n <p>A type for specifying an \"Encoding\" with the following instance(s): \n \"Double Precision Encoding\", and \"Single Precision Real Encoding\".\n </p>",
"http://purl.org/dc/terms/description" : "A \"Encoding\" with the following instance(s): \"Double Precision Encoding\", \"Single Precision Real Encoding\".",
"isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/schema/shacl/datatype" ],
"label" : "Floating Point Encoding",
"subClassOf" : "http://qudt.org/schema/qudt/Encoding",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"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#"
}
}