qudt:CardinalityType

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

Type
Description

In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set A=2,4,6 contains 3 elements, and therefore A has a cardinality of 3. There are two approaches to cardinality: one which compares sets directly using bijections and injections, and another which uses cardinal numbers.

Properties
qudt:plainTextDescription
In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set 'A = {2, 4, 6}' contains 3 elements, and therefore 'A' has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers.
sh:property
Property ^rdf:type: in=[qudt:CT_COUNTABLY-INFINITE, qudt:CT_FINITE, qudt:CT_UNCOUNTABLE], isDefinedBy=<http://qudt.org/2.1/schema/shacl/datatype>
Annotations
dcterms:description
In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set A=2,4,6 contains 3 elements, and therefore A has a cardinality of 3. There are two approaches to cardinality: one which compares sets directly using bijections and injections, and another which uses cardinal numbers.
rdfs:label
Cardinality Type
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.2="http://www.w3.org/ns/prov#"
    xmlns:j.3="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/CardinalityType">
    <j.2:wasInfluencedBy rdf:resource="http://en.wikipedia.org/wiki/Cardinality"/>
    <j.0:plainTextDescription>In mathematics, the cardinality of a set is a measure of the number of elements of the set.  For example, the set 'A = {2, 4, 6}' contains 3 elements, and therefore 'A' has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers.</j.0:plainTextDescription>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/EnumeratedValue"/>
    <j.3:in rdf:nodeID="A0"/>
    <j.3:property rdf:nodeID="A1"/>
    <rdfs:subClassOf rdf:nodeID="A2"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Cardinal_number</j.0:informativeReference>
    <rdfs:label>Cardinality Type</rdfs:label>
    <j.3:property rdf:resource="http://qudt.org/schema/qudt/CardinalityType-literal"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <owl:oneOf rdf:nodeID="A3"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
  In mathematics, the cardinality of a set is a measure of the number of elements of the set.
  For example, the set $A = {2, 4, 6}$ contains 3 elements, and therefore $A$ has a cardinality of 3. 
  There are two approaches to cardinality: one which compares sets directly using bijections and injections,
   and another which uses cardinal numbers.
  </j.1:description>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Cardinality</j.0:informativeReference>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <j.2:wasInfluencedBy rdf:resource="http://en.wikipedia.org/wiki/Cardinal_number"/>
  </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/CardinalityType>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> """
  In mathematics, the cardinality of a set is a measure of the number of elements of the set.
  For example, the set $A = {2, 4, 6}$ contains 3 elements, and therefore $A$ has a cardinality of 3. 
  There are two approaches to cardinality: one which compares sets directly using bijections and injections,
   and another which uses cardinal numbers.
  """^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Cardinal_number"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Cardinality"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/plainTextDescription> "In mathematics, the cardinality of a set is a measure of the number of elements of the set.  For example, the set 'A = {2, 4, 6}' contains 3 elements, and therefore 'A' has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
  rdfs:label "Cardinality Type" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/EnumeratedValue> ;
  rdfs:subClassOf [] ;
  owl:oneOf [] ;
  <http://www.w3.org/ns/prov#wasInfluencedBy> <http://en.wikipedia.org/wiki/Cardinal_number> ;
  <http://www.w3.org/ns/prov#wasInfluencedBy> <http://en.wikipedia.org/wiki/Cardinality> ;
  <http://www.w3.org/ns/shacl#in> [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/CardinalityType-literal> ;
  <http://www.w3.org/ns/shacl#property> [] ;
.
JSON
{"resource":"Cardinality Type" 
 ,"qname":"qudt:CardinalityType" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/CardinalityType" 
 ,"properties":["description":"\n  In mathematics, the cardinality of a set is a measure of the number of elements of the set.\n  For example, the set $A = {2, 4, 6}$ contains 3 elements, and therefore $A$ has a cardinality of 3. \n  There are two approaches to cardinality: one which compares sets directly using bijections and injections,\n   and another which uses cardinal numbers.\n  " 
    ,"description (plain text)":"In mathematics, the cardinality of a set is a measure of the number of elements of the set.  For example, the set 'A = {2, 4, 6}' contains 3 elements, and therefore 'A' has a cardinality of 3. There are two approaches to cardinality \u2013 one which compares sets directly using bijections and injections, and another which uses cardinal numbers." 
    ,"in":null 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Cardinal_number" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Cardinality" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype&gt;" 
    ,"label":"Cardinality Type" 
    ,"oneOf":null 
    ,"property":null 
    ,"property":"qudt:CardinalityType-literal" 
    ,"subClassOf":null 
    ,"subClassOf":"qudt:EnumeratedValue" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ,"was influenced by":"&lt;http:\/\/en.wikipedia.org\/wiki\/Cardinal_number&gt;" 
    ,"was influenced by":"&lt;http:\/\/en.wikipedia.org\/wiki\/Cardinality&gt;" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/CardinalityType",
  "@type" : [ "http://www.w3.org/ns/shacl#NodeShape", "rdfs:Class", "owl:Class" ],
  "description" : "\n  In mathematics, the cardinality of a set is a measure of the number of elements of the set.\n  For example, the set $A = {2, 4, 6}$ contains 3 elements, and therefore $A$ has a cardinality of 3. \n  There are two approaches to cardinality: one which compares sets directly using bijections and injections,\n   and another which uses cardinal numbers.\n  ",
  "informativeReference" : [ "http://en.wikipedia.org/wiki/Cardinal_number", "http://en.wikipedia.org/wiki/Cardinality" ],
  "plainTextDescription" : "In mathematics, the cardinality of a set is a measure of the number of elements of the set.  For example, the set 'A = {2, 4, 6}' contains 3 elements, and therefore 'A' has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers.",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/datatype", "http://qudt.org/2.1/schema/qudt" ],
  "label" : "Cardinality Type",
  "subClassOf" : [ "http://qudt.org/schema/qudt/EnumeratedValue", "_:b2" ],
  "oneOf" : "_:b3",
  "wasInfluencedBy" : [ "http://en.wikipedia.org/wiki/Cardinality", "http://en.wikipedia.org/wiki/Cardinal_number" ],
  "in" : "_:b0",
  "property" : [ "_:b1", "http://qudt.org/schema/qudt/CardinalityType-literal" ],
  "@context" : {
    "wasInfluencedBy" : {
      "@id" : "http://www.w3.org/ns/prov#wasInfluencedBy",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "in" : {
      "@id" : "http://www.w3.org/ns/shacl#in",
      "@type" : "@id"
    },
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "oneOf" : {
      "@id" : "http://www.w3.org/2002/07/owl#oneOf",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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:55:34.748-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)