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:j.1="http://www.linkedmodel.org/schema/vaem#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:j.2="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/ScalarDatatype">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<j.1:isElaboratedIn rdf:resource="http://qudt.org/3.0.0/schema/shacl/datatype"/>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-rdfsDatatype"/>
<rdfs:subClassOf rdf:nodeID="A0"/>
<j.0:description>
Scalar data types are those that have a single value.
The permissible values are defined over a domain that may be integers, float, character or boolean.
Often a scalar data type is referred to as a primitive data type.
</j.0:description>
<rdfs:subClassOf rdf:nodeID="A1"/>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-maxInclusive"/>
<rdfs:subClassOf rdf:nodeID="A2"/>
<rdfs:subClassOf rdf:nodeID="A3"/>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-maxExclusive"/>
<j.0:description>Scalar data types are those that have a single value. The permissible values are defined over a domain that may be integers, float, character or boolean. Often a scalar data type is referred to as a primitive data type.</j.0:description>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-bitOrder"/>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-length"/>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-encoding"/>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-byteOrder"/>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-bits"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-minExclusive"/>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-minInclusive"/>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Datatype"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
<rdfs:subClassOf rdf:nodeID="A4"/>
<rdfs:subClassOf rdf:nodeID="A5"/>
<rdfs:label>Scalar Datatype</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/datatype"/>
<rdfs:subClassOf rdf:nodeID="A6"/>
<rdfs:subClassOf rdf:nodeID="A7"/>
<rdfs:subClassOf rdf:nodeID="A8"/>
<j.2:property rdf:resource="http://qudt.org/schema/qudt/ScalarDatatype-bytes"/>
</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/ScalarDatatype>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/terms/description> """
Scalar data types are those that have a single value.
The permissible values are defined over a domain that may be integers, float, character or boolean.
Often a scalar data type is referred to as a primitive data type.
""" ;
<http://purl.org/dc/terms/description> "Scalar data types are those that have a single value. The permissible values are defined over a domain that may be integers, float, character or boolean. Often a scalar data type is referred to as a primitive data type." ;
<http://www.linkedmodel.org/schema/vaem#isElaboratedIn> <http://qudt.org/3.0.0/schema/shacl/datatype> ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/datatype> ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
rdfs:label "Scalar Datatype" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Datatype> ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-bitOrder> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-bits> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-byteOrder> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-bytes> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-encoding> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-length> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-maxExclusive> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-maxInclusive> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-minExclusive> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-minInclusive> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/ScalarDatatype-rdfsDatatype> ;
.
JSON
{"resource":"Scalar Datatype"
,"qname":"qudt:ScalarDatatype"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/ScalarDatatype"
,"properties":["description":"\n Scalar data types are those that have a single value. \n The permissible values are defined over a domain that may be integers, float, character or boolean. \n Often a scalar data type is referred to as a primitive data type.\n "
,"description":"Scalar data types are those that have a single value. The permissible values are defined over a domain that may be integers, float, character or boolean. Often a scalar data type is referred to as a primitive data type."
,"is elaborated in":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/datatype>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/datatype>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"Scalar Datatype"
,"property":"qudt:ScalarDatatype-bitOrder"
,"property":"qudt:ScalarDatatype-bits"
,"property":"qudt:ScalarDatatype-byteOrder"
,"property":"qudt:ScalarDatatype-bytes"
,"property":"qudt:ScalarDatatype-encoding"
,"property":"qudt:ScalarDatatype-length"
,"property":"qudt:ScalarDatatype-maxExclusive"
,"property":"qudt:ScalarDatatype-maxInclusive"
,"property":"qudt:ScalarDatatype-minExclusive"
,"property":"qudt:ScalarDatatype-minInclusive"
,"property":"qudt:ScalarDatatype-rdfsDatatype"
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":"qudt:Datatype"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/ScalarDatatype",
"@type" : [ "owl:Class", "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"description" : [ "\n Scalar data types are those that have a single value. \n The permissible values are defined over a domain that may be integers, float, character or boolean. \n Often a scalar data type is referred to as a primitive data type.\n ", "Scalar data types are those that have a single value. The permissible values are defined over a domain that may be integers, float, character or boolean. Often a scalar data type is referred to as a primitive data type." ],
"isElaboratedIn" : "http://qudt.org/3.0.0/schema/shacl/datatype",
"isDefinedBy" : [ "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/datatype" ],
"label" : "Scalar Datatype",
"subClassOf" : [ "_:b0", "_:b1", "_:b2", "_:b3", "http://qudt.org/schema/qudt/Datatype", "_:b4", "_:b5", "_:b6", "_:b7", "_:b8" ],
"property" : [ "http://qudt.org/schema/qudt/ScalarDatatype-rdfsDatatype", "http://qudt.org/schema/qudt/ScalarDatatype-maxInclusive", "http://qudt.org/schema/qudt/ScalarDatatype-maxExclusive", "http://qudt.org/schema/qudt/ScalarDatatype-bitOrder", "http://qudt.org/schema/qudt/ScalarDatatype-length", "http://qudt.org/schema/qudt/ScalarDatatype-encoding", "http://qudt.org/schema/qudt/ScalarDatatype-byteOrder", "http://qudt.org/schema/qudt/ScalarDatatype-bits", "http://qudt.org/schema/qudt/ScalarDatatype-minExclusive", "http://qudt.org/schema/qudt/ScalarDatatype-minInclusive", "http://qudt.org/schema/qudt/ScalarDatatype-bytes" ],
"@context" : {
"isElaboratedIn" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#isElaboratedIn",
"@type" : "@id"
},
"property" : {
"@id" : "http://www.w3.org/ns/shacl#property",
"@type" : "@id"
},
"subClassOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"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#"
}
}