qudt:MathsFunctionType

URI: http://qudt.org/schema/qudt/MathsFunctionType

Type
Description

A sub-type of 'QUDT Concept'.

Properties
Annotations
dc:description
An enumeration of math functions used for transformations and statistics.
dcterms:description
A sub-type of 'QUDT Concept'.
rdfs:label
Maths Function Type
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    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/MathsFunctionType">
    <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>A sub-type of 'QUDT Concept'.</j.0:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
    <rdfs:label>Maths Function Type</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/>
    <dc:description>An enumeration of math functions used for transformations and statistics.</dc:description>
  </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/MathsFunctionType>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/elements/1.1/description> "An enumeration of math functions used for transformations and statistics." ;
  <http://purl.org/dc/terms/description> "A sub-type of 'QUDT Concept'." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
  rdfs:label "Maths Function Type" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Concept> ;
.
JSON
{"resource":"Maths Function Type" 
 ,"qname":"qudt:MathsFunctionType" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/MathsFunctionType" 
 ,"properties":["description":"A sub-type of 'QUDT Concept'." 
    ,"description":"An enumeration of math functions used for transformations and statistics." 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype&gt;" 
    ,"label":"Maths Function Type" 
    ,"subClassOf":"qudt:Concept" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/MathsFunctionType",
  "@type" : [ "owl:Class", "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
  "http://purl.org/dc/elements/1.1/description" : "An enumeration of math functions used for transformations and statistics.",
  "description" : "A sub-type of 'QUDT Concept'.",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/schema/shacl/datatype" ],
  "label" : "Maths Function Type",
  "subClassOf" : "http://qudt.org/schema/qudt/Concept",
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "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#"
  }
}

Generated 2025-01-28T13:57:43.728-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)