qudt:description

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

Type
Description

Properties
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/description">
    <j.0:outOfScope rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:outOfScope>
  </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/description>
  <http://qudt.org/schema/qudt/outOfScope> true ;
.
JSON
{"resource":"description" 
 ,"qname":"qudt:description" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/description" 
 ,"properties":["out of scope":"true" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/description",
  "http://qudt.org/schema/qudt/outOfScope" : true,
  "@context" : {
    "outOfScope" : {
      "@id" : "http://qudt.org/schema/qudt/outOfScope",
      "@type" : "http://www.w3.org/2001/XMLSchema#boolean"
    },
    "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:56:26.391-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)