qudt:Aspect

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

Type
Description

An aspect is an abstract type class that defines properties that can be reused.

Properties
Annotations
rdfs:comment
An aspect is an abstract type class that defines properties that can be reused.
dcterms:description
An aspect is an abstract type class that defines properties that can be reused.
rdfs:label
QUDT Aspect
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:j.1="http://qudt.org/schema/qudt/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.2="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/Aspect">
    <rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">An aspect is an abstract type class that defines properties that can be reused.</rdfs:comment>
    <j.2:property rdf:resource="http://qudt.org/schema/qudt/Aspect-rdfs_isDefinedBy"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/AspectClass"/>
    <rdfs:label>QUDT Aspect</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/overlay/qudt"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">An aspect is an abstract type class that defines properties that can be reused.</j.0:description>
  </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/Aspect>
  rdf:type <http://qudt.org/schema/qudt/AspectClass> ;
  rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
  <http://purl.org/dc/terms/description> "An aspect is an abstract type class that defines properties that can be reused."^^rdf:HTML ;
  rdfs:comment "An aspect is an abstract type class that defines properties that can be reused."^^rdf:HTML ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/overlay/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
  rdfs:label "QUDT Aspect" ;
  rdfs:subClassOf rdfs:Resource ;
  rdfs:subClassOf owl:Thing ;
  <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Aspect-rdfs_isDefinedBy> ;
.
JSON
{"resource":"QUDT Aspect" 
 ,"qname":"qudt:Aspect" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Aspect" 
 ,"properties":["comment":"An aspect is an abstract type class that defines properties that can be reused." 
    ,"description":"An aspect is an abstract type class that defines properties that can be reused." 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/overlay\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt&gt;" 
    ,"label":"QUDT Aspect" 
    ,"property":"qudt:Aspect-rdfs_isDefinedBy" 
    ,"subClassOf":"rdfs:Resource" 
    ,"subClassOf":"owl:Thing" 
    ,"type":"qudt:AspectClass" 
    ,"type":"sh:NodeShape" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/Aspect",
  "@type" : [ "http://qudt.org/schema/qudt/AspectClass", "http://www.w3.org/ns/shacl#NodeShape" ],
  "description" : "An aspect is an abstract type class that defines properties that can be reused.",
  "comment" : "An aspect is an abstract type class that defines properties that can be reused.",
  "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/shacl/overlay/qudt" ],
  "label" : "QUDT Aspect",
  "subClassOf" : [ "rdfs:Resource", "owl:Thing" ],
  "property" : "http://qudt.org/schema/qudt/Aspect-rdfs_isDefinedBy",
  "@context" : {
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "property" : {
      "@id" : "http://www.w3.org/ns/shacl#property",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "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-02-18T17:31:40.434-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)