qudt:OrderedType

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

Type
Description

Describes how a data or information structure is ordered.

Properties
sh:property
Property ^rdf:type: in=[qudt:Unordered, qudt:PartiallyOrdered, qudt:TotallyOrdered]
Annotations
dcterms:description
Describes how a data or information structure is ordered.
rdfs:label
Ordered 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://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/OrderedType">
    <j.0:description>Describes how a data or information structure is ordered.</j.0:description>
    <j.1:property rdf:nodeID="A0"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/OrderedType-literal"/>
    <owl:oneOf rdf:nodeID="A1"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <rdfs:subClassOf rdf:nodeID="A2"/>
    <rdfs:label>Ordered type</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/EnumeratedValue"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
  </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/OrderedType>
  rdf:type rdfs:Class ;
  rdf:type owl:Class ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> "Describes how a data or information structure is ordered." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
  rdfs:label "Ordered type" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/EnumeratedValue> ;
  rdfs:subClassOf [] ;
  owl:oneOf [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/OrderedType-literal> ;
  <http://www.w3.org/ns/shacl#property> [] ;
.
JSON
{"resource":"Ordered type" 
 ,"qname":"qudt:OrderedType" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/OrderedType" 
 ,"properties":["description":"Describes how a data or information structure is ordered." 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype&gt;" 
    ,"label":"Ordered type" 
    ,"oneOf":null 
    ,"property":null 
    ,"property":"qudt:OrderedType-literal" 
    ,"subClassOf":null 
    ,"subClassOf":"qudt:EnumeratedValue" 
    ,"type":"rdfs:Class" 
    ,"type":"owl:Class" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/OrderedType",
  "@type" : [ "owl:Class", "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
  "description" : "Describes how a data or information structure is ordered.",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "http://qudt.org/2.1/schema/shacl/datatype" ],
  "label" : "Ordered type",
  "subClassOf" : [ "_:b2", "http://qudt.org/schema/qudt/EnumeratedValue" ],
  "oneOf" : "_:b1",
  "property" : [ "_:b0", "http://qudt.org/schema/qudt/OrderedType-literal" ],
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "oneOf" : {
      "@id" : "http://www.w3.org/2002/07/owl#oneOf",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@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#"
  }
}

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