qudt:Quantity-quantityValue
URI: http://qudt.org/schema/qudt/Quantity-quantityValue
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: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/Quantity-quantityValue"> <rdf:type rdf:resource="http://www.w3.org/ns/shacl#PropertyShape"/> <j.0:path rdf:resource="http://qudt.org/schema/qudt/quantityValue"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/> <j.0:class rdf:resource="http://qudt.org/schema/qudt/QuantityValue"/> </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/Quantity-quantityValue> rdf:type <http://www.w3.org/ns/shacl#PropertyShape> ; <http://www.w3.org/ns/shacl#path> <http://qudt.org/schema/qudt/quantityValue> ; rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ; <http://www.w3.org/ns/shacl#class> <http://qudt.org/schema/qudt/QuantityValue> ; .
{"resource":"Quantity-quantityValue" ,"qname":"qudt:Quantity-quantityValue" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Quantity-quantityValue" ,"properties":["class":"qudt:QuantityValue" ,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>" ,"path":"qudt:quantityValue" ,"type":"sh:PropertyShape" ]}
{ "@id" : "http://qudt.org/schema/qudt/Quantity-quantityValue", "@type" : "http://www.w3.org/ns/shacl#PropertyShape", "isDefinedBy" : "http://qudt.org/3.0.0/schema/shacl/qudt", "class" : "http://qudt.org/schema/qudt/QuantityValue", "path" : "http://qudt.org/schema/qudt/quantityValue", "@context" : { "path" : { "@id" : "http://www.w3.org/ns/shacl#path", "@type" : "@id" }, "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "class" : { "@id" : "http://www.w3.org/ns/shacl#class", "@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#" } }