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/Encoding">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<j.0:description>An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules. Examples of encodings include character encodings, such as UTF-8.</j.0:description>
<j.1:property rdf:resource="http://qudt.org/schema/qudt/Encoding-bytes"/>
<rdfs:subClassOf rdf:nodeID="A0"/>
<rdfs:subClassOf rdf:nodeID="A1"/>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<rdfs:label>Encoding</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/>
<j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
<p>An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules.
Examples of encodings include character encodings, such as UTF-8.
</p></j.0:description>
<j.1:property rdf:resource="http://qudt.org/schema/qudt/Encoding-bits"/>
</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/Encoding>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/terms/description> """
<p>An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules.
Examples of encodings include character encodings, such as UTF-8.
</p>"""^^rdf:HTML ;
<http://purl.org/dc/terms/description> "An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules. Examples of encodings include character encodings, such as UTF-8." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
rdfs:label "Encoding" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Concept> ;
rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Encoding-bits> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Encoding-bytes> ;
.
JSON
{"resource":"Encoding"
,"qname":"qudt:Encoding"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/Encoding"
,"properties":["description":"\n <p>An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules. \n Examples of encodings include character encodings, such as UTF-8.\n <\/p>"
,"description":"An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules. Examples of encodings include character encodings, such as UTF-8."
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype>"
,"label":"Encoding"
,"property":"qudt:Encoding-bits"
,"property":"qudt:Encoding-bytes"
,"subClassOf":null
,"subClassOf":null
,"subClassOf":"qudt:Concept"
,"subClassOf":"skos:Concept"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/Encoding",
"@type" : [ "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape", "owl:Class" ],
"description" : [ "An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules. Examples of encodings include character encodings, such as UTF-8.", {
"@type" : "rdf:HTML",
"@value" : "\n <p>An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules. \n Examples of encodings include character encodings, such as UTF-8.\n </p>"
} ],
"isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/schema/shacl/datatype" ],
"label" : "Encoding",
"subClassOf" : [ "http://www.w3.org/2004/02/skos/core#Concept", "_:b0", "_:b1", "http://qudt.org/schema/qudt/Concept" ],
"property" : [ "http://qudt.org/schema/qudt/Encoding-bytes", "http://qudt.org/schema/qudt/Encoding-bits" ],
"@context" : {
"subClassOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"property" : {
"@id" : "http://www.w3.org/ns/shacl#property",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@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#"
}
}