qudt:TotallyOrdered

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

Type
Description

Properties
qudt:plainTextDescription
Totally ordered structure.
qudt:literal
total
Annotations
rdfs:label
Totally Ordered
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:owl="http://www.w3.org/2002/07/owl#"
    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/TotallyOrdered">
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/OrderedType"/>
    <j.0:literal>total</j.0:literal>
    <j.0:plainTextDescription>Totally ordered structure.</j.0:plainTextDescription>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <rdfs:label>Totally Ordered</rdfs:label>
  </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/TotallyOrdered>
  rdf:type <http://qudt.org/schema/qudt/OrderedType> ;
  <http://qudt.org/schema/qudt/literal> "total" ;
  <http://qudt.org/schema/qudt/plainTextDescription> "Totally ordered structure." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
  rdfs:label "Totally Ordered" ;
.
JSON
{"resource":"Totally Ordered" 
 ,"qname":"qudt:TotallyOrdered" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/TotallyOrdered" 
 ,"properties":["description (plain text)":"Totally ordered structure." 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&gt;" 
    ,"label":"Totally Ordered" 
    ,"literal":"total" 
    ,"type":"qudt:OrderedType" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/TotallyOrdered",
  "@type" : "http://qudt.org/schema/qudt/OrderedType",
  "literal" : "total",
  "plainTextDescription" : "Totally ordered structure.",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
  "label" : "Totally Ordered",
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "literal" : {
      "@id" : "http://qudt.org/schema/qudt/literal"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "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 2024-08-31T10:26:43.439-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)