View as:
CSV
RDF/XML
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:j.0="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/AbstractQuantityKind">
<j.0:property rdf:resource="http://qudt.org/schema/qudt/AbstractQuantityKind-symbol"/>
<rdfs:subClassOf rdf:nodeID="A0"/>
<rdfs:subClassOf rdf:nodeID="A1"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<j.0:property rdf:resource="http://qudt.org/schema/qudt/AbstractQuantityKind-broader"/>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
<j.0:property rdf:resource="http://qudt.org/schema/qudt/AbstractQuantityKind-altSymbol"/>
<j.0:property rdf:resource="http://qudt.org/schema/qudt/AbstractQuantityKind-latexSymbol"/>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<rdfs:subClassOf rdf:nodeID="A2"/>
<rdfs:label>Quantity Kind (abstract)</rdfs:label>
<rdfs:subClassOf rdf:nodeID="A3"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/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/AbstractQuantityKind>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
rdfs:label "Quantity Kind (abstract)" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Concept> ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/AbstractQuantityKind-altSymbol> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/AbstractQuantityKind-broader> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/AbstractQuantityKind-latexSymbol> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/AbstractQuantityKind-symbol> ;
.
JSON
{"resource":"Quantity Kind (abstract)"
,"qname":"qudt:AbstractQuantityKind"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/AbstractQuantityKind"
,"properties":["isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"Quantity Kind (abstract)"
,"property":"qudt:AbstractQuantityKind-altSymbol"
,"property":"qudt:AbstractQuantityKind-broader"
,"property":"qudt:AbstractQuantityKind-latexSymbol"
,"property":"qudt:AbstractQuantityKind-symbol"
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":null
,"subClassOf":"qudt:Concept"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/AbstractQuantityKind",
"@type" : [ "rdfs:Class", "owl:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"isDefinedBy" : [ "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/qudt" ],
"label" : "Quantity Kind (abstract)",
"subClassOf" : [ "_:b0", "_:b1", "http://qudt.org/schema/qudt/Concept", "_:b2", "_:b3" ],
"property" : [ "http://qudt.org/schema/qudt/AbstractQuantityKind-symbol", "http://qudt.org/schema/qudt/AbstractQuantityKind-broader", "http://qudt.org/schema/qudt/AbstractQuantityKind-altSymbol", "http://qudt.org/schema/qudt/AbstractQuantityKind-latexSymbol" ],
"@context" : {
"property" : {
"@id" : "http://www.w3.org/ns/shacl#property",
"@type" : "@id"
},
"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"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"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#"
}
}