sou:SOU_CGS

URI: http://qudt.org/vocab/sou/SOU_CGS

Type
Description

Properties
Annotations
rdfs:label
CGS System of Units (deprecated URI)
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/vocab/sou/SOU_CGS">
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/SystemOfUnits"/>
    <j.0:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:deprecated>
    <rdfs:label>CGS System of Units (deprecated URI)</rdfs:label>
    <rdfs:seeAlso rdf:resource="http://qudt.org/vocab/sou/CGS"/>
  </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/vocab/sou/SOU_CGS>
  rdf:type <http://qudt.org/schema/qudt/SystemOfUnits> ;
  <http://qudt.org/schema/qudt/deprecated> true ;
  rdfs:label "CGS System of Units (deprecated URI)" ;
  rdfs:seeAlso <http://qudt.org/vocab/sou/CGS> ;
.
JSON
{"resource":"CGS System of Units (deprecated URI)" 
 ,"qname":"sou:SOU_CGS" 
 ,"uri":"http:\/\/qudt.org\/vocab\/sou\/SOU_CGS" 
 ,"properties":["deprecated":"true" 
    ,"label":"CGS System of Units (deprecated URI)" 
    ,"seeAlso":"sou:CGS" 
    ,"type":"qudt:SystemOfUnits" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/sou/SOU_CGS",
  "@type" : "http://qudt.org/schema/qudt/SystemOfUnits",
  "http://qudt.org/schema/qudt/deprecated" : true,
  "label" : "CGS System of Units (deprecated URI)",
  "seeAlso" : "http://qudt.org/vocab/sou/CGS",
  "@context" : {
    "deprecated" : {
      "@id" : "http://qudt.org/schema/qudt/deprecated",
      "@type" : "http://www.w3.org/2001/XMLSchema#boolean"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "seeAlso" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
      "@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-09-27T10:05:02.999-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)