qudt:hasBaseQuantityKind
URI: http://qudt.org/schema/qudt/hasBaseQuantityKind
Work in progress
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 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/hasBaseQuantityKind"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/> <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/> <rdfs:label>has base quantity kind</rdfs:label> <rdfs:subPropertyOf rdf:resource="http://qudt.org/schema/qudt/hasQuantityKind"/> </rdf:Description> </rdf:RDF>
@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/hasBaseQuantityKind> rdf:type rdf:Property ; rdf:type owl:FunctionalProperty ; rdf:type owl:ObjectProperty ; rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ; rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ; rdfs:label "has base quantity kind" ; rdfs:subPropertyOf <http://qudt.org/schema/qudt/hasQuantityKind> ; .
{"resource":"has base quantity kind" ,"qname":"qudt:hasBaseQuantityKind" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/hasBaseQuantityKind" ,"properties":["isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>" ,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>" ,"label":"has base quantity kind" ,"subPropertyOf":"qudt:hasQuantityKind" ,"type":"rdf:Property" ,"type":"owl:FunctionalProperty" ,"type":"owl:ObjectProperty" ]}
{ "@id" : "http://qudt.org/schema/qudt/hasBaseQuantityKind", "@type" : [ "owl:FunctionalProperty", "owl:ObjectProperty", "rdf:Property" ], "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/qudt", "http://qudt.org/3.0.0/schema/shacl/qudt" ], "label" : "has base quantity kind", "subPropertyOf" : "http://qudt.org/schema/qudt/hasQuantityKind", "@context" : { "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "label" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#label" }, "subPropertyOf" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#subPropertyOf", "@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#" } }