qudt:Verifiable

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

Type
Description

An aspect class that holds properties that provide external knowledge and specifications of a given resource.

Properties
rdfs:subClassOf
`dbpedia match` min 0
`normative reference (ISO)` min 0
`normative reference (ISO)` min 0
`normative reference` min 0
`normative reference` min 0
Annotations
rdfs:comment
An aspect class that holds properties that provide external knowledge and specifications of a given resource.
rdfs:label
Verifiable
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/Verifiable">
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/Verifiable-normativeReference"/>
    <rdfs:label>Verifiable</rdfs:label>
    <rdfs:comment>An aspect class that holds properties that provide external knowledge and specifications of a given resource.</rdfs:comment>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/AspectClass"/>
    <rdfs:subClassOf rdf:nodeID="A0"/>
    <rdfs:subClassOf rdf:nodeID="A1"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
    <rdfs:subClassOf rdf:nodeID="A2"/>
    <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Aspect"/>
    <rdfs:subClassOf rdf:nodeID="A3"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/Verifiable-dbpediaMatch"/>
    <rdfs:subClassOf rdf:nodeID="A4"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/Verifiable-isoNormativeReference"/>
    <j.1:property rdf:resource="http://qudt.org/schema/qudt/Verifiable-informativeReference"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
  </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/Verifiable>
  rdf:type <http://qudt.org/schema/qudt/AspectClass> ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  rdfs:comment "An aspect class that holds properties that provide external knowledge and specifications of a given resource." ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
  rdfs:label "Verifiable" ;
  rdfs:subClassOf <http://qudt.org/schema/qudt/Aspect> ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  rdfs:subClassOf [] ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Verifiable-dbpediaMatch> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Verifiable-informativeReference> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Verifiable-isoNormativeReference> ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Verifiable-normativeReference> ;
.
JSON
{"resource":"Verifiable" 
 ,"qname":"qudt:Verifiable" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Verifiable" 
 ,"properties":["comment":"An aspect class that holds properties that provide external knowledge and specifications of a given resource." 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&gt;" 
    ,"label":"Verifiable" 
    ,"property":"qudt:Verifiable-dbpediaMatch" 
    ,"property":"qudt:Verifiable-informativeReference" 
    ,"property":"qudt:Verifiable-isoNormativeReference" 
    ,"property":"qudt:Verifiable-normativeReference" 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":null 
    ,"subClassOf":"qudt:Aspect" 
    ,"type":"qudt:AspectClass" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/Verifiable",
  "@type" : [ "http://qudt.org/schema/qudt/AspectClass", "http://www.w3.org/ns/shacl#NodeShape" ],
  "comment" : "An aspect class that holds properties that provide external knowledge and specifications of a given resource.",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
  "label" : "Verifiable",
  "subClassOf" : [ "_:b0", "_:b1", "_:b2", "http://qudt.org/schema/qudt/Aspect", "_:b3", "_:b4" ],
  "property" : [ "http://qudt.org/schema/qudt/Verifiable-normativeReference", "http://qudt.org/schema/qudt/Verifiable-dbpediaMatch", "http://qudt.org/schema/qudt/Verifiable-isoNormativeReference", "http://qudt.org/schema/qudt/Verifiable-informativeReference" ],
  "@context" : {
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "subClassOf" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@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 2024-11-15T15:32:59.483-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)