qudt:specialization

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

Type
Description

This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity.

Properties
Annotations
dcterms:description
This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity.
This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity.
rdfs:label
specialization
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:j.1="http://purl.org/dc/terms/"
    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/specialization">
    <rdfs:label>specialization</rdfs:label>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity.</j.1:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
    <j.0:hasBaseQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Dimensionless"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
    <j.0:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:deprecated>
    <j.1:description>This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity.</j.1:description>
    <owl:inverseOf rdf:resource="http://qudt.org/schema/qudt/generalization"/>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
  </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/specialization>
  rdf:type rdf:Property ;
  rdf:type owl:ObjectProperty ;
  <http://purl.org/dc/terms/description> "This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity." ;
  <http://purl.org/dc/terms/description> "This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity."^^rdf:HTML ;
  <http://qudt.org/schema/qudt/deprecated> true ;
  <http://qudt.org/schema/qudt/hasBaseQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
  rdfs:label "specialization" ;
  owl:inverseOf <http://qudt.org/schema/qudt/generalization> ;
.
JSON
{"resource":"specialization" 
 ,"qname":"qudt:specialization" 
 ,"uri":"http:\/\/qudt.org\/schema\/qudt\/specialization" 
 ,"properties":["deprecated":"true" 
    ,"description":"This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity." 
    ,"description":"This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity." 
    ,"has base quantity kind":"quantitykind:Dimensionless" 
    ,"inverseOf":"qudt:generalization" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/qudt&gt;" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt&gt;" 
    ,"label":"specialization" 
    ,"type":"rdf:Property" 
    ,"type":"owl:ObjectProperty" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/schema/qudt/specialization",
  "@type" : [ "owl:ObjectProperty", "rdf:Property" ],
  "description" : "This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity.",
  "http://purl.org/dc/terms/description" : "This deprecated property originally related a quantity kind to its specialization(s). For example, linear velocity and angular velocity are both specializations of velocity.",
  "http://qudt.org/schema/qudt/deprecated" : true,
  "hasBaseQuantityKind" : "http://qudt.org/vocab/quantitykind/Dimensionless",
  "isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
  "label" : "specialization",
  "inverseOf" : "http://qudt.org/schema/qudt/generalization",
  "@context" : {
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@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"
    },
    "hasBaseQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasBaseQuantityKind",
      "@type" : "@id"
    },
    "deprecated" : {
      "@id" : "http://qudt.org/schema/qudt/deprecated",
      "@type" : "http://www.w3.org/2001/XMLSchema#boolean"
    },
    "inverseOf" : {
      "@id" : "http://www.w3.org/2002/07/owl#inverseOf",
      "@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:36.520-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)