Skip to content

RDF datatypes ontology

Link
Ontology IRI https://w3id.org/rdf-tensor/datatypes
Supports content negotiation
Turtle https://w3id.org/rdf-tensor/datatypes.ttl
N-Triples https://w3id.org/rdf-tensor/datatypes.nt
Jelly https://w3id.org/rdf-tensor/datatypes.jelly

Ontology source

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX dt: <https://w3id.org/rdf-tensor/datatypes#>

dt:NumericDataTensor  a  rdfs:Datatype;
        dc:date          "2024-07-28"^^xsd:date;
        rdfs:label       "Numeric Data Tensor";
        rdfs:comment     "The datatype for a tensor representing numeric data."@en;
        dc:description   "The datatype for a tensor representing numeric data."@en;
        skos:definition  "The datatype for a tensor representing numeric data."@en;
        dc:creator       "Piotr Marciniak" .

dt:BooleanDataTensor  a  rdfs:Datatype;
        dc:date          "2024-07-28"^^xsd:date;
        rdfs:label       "Boolean Data Tensor";
        rdfs:comment     "The datatype for a tensor representing boolean data."@en;
        dc:description   "The datatype for a tensor representing boolean data."@en;
        skos:definition  "The datatype for a tensor representing boolean data."@en;
        dc:creator       "Piotr Marciniak" .