qudt:Narratable

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

Type
Description

Narratable specifies properties that provide for documentation and references.

Properties
Annotations
rdfs:comment

Narratable specifies properties that provide for documentation and references.

rdfs:label
Narratable
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: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/Narratable">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/AspectClass"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">&lt;p&gt;&lt;em&gt;Narratable&lt;/em&gt; specifies properties that provide for documentation and references.&lt;/p&gt;</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/overlay/qudt"/>
    <rdfs:label>Narratable</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Aspect"/>
  </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/Narratable>
  rdf:type <http://qudt.org/schema/qudt/AspectClass> ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  rdfs:comment "<p><em>Narratable</em> specifies properties that provide for documentation and references.</p>"^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/overlay/qudt> ;
  rdfs:label "Narratable" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Aspect> ;
.
JSON
{"resource":"Narratable" 
 ,"qname":"qudt:Narratable" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Narratable" 
 ,"properties":["comment":"&lt;p&gt;&lt;em&gt;Narratable&lt;\/em&gt; specifies properties that provide for documentation and references.&lt;\/p&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/overlay\/qudt&gt;" 
    ,"label":"Narratable" 
    ,"subClassOf":"qudt:Aspect" 
    ,"type":"qudt:AspectClass" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/Narratable",
  "@type" : [ "http://qudt.org/schema/qudt/AspectClass", "http://www.w3.org/ns/shacl#NodeShape" ],
  "comment" : "<p><em>Narratable</em> specifies properties that provide for documentation and references.</p>",
  "isDefinedBy" : "http://qudt.org/2.1/schema/shacl/overlay/qudt",
  "label" : "Narratable",
  "subClassOf" : "http://qudt.org/schema/qudt/Aspect",
  "@context" : {
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "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:55:29.920-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)