qudt:Figure
URI: http://qudt.org/schema/qudt/Figure
`figure caption` max 1
`figure label` max 1
`height [qudt:height]` max 1
`image [qudt:image]` max 1
`image location` exactly 1
`landscape` max 1
`width [qudt:width]` max 1
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/Figure"> <rdfs:subClassOf rdf:nodeID="A0"/> <j.0:property rdf:resource="http://qudt.org/schema/qudt/Figure-height"/> <j.0:property rdf:resource="http://qudt.org/schema/qudt/Figure-figureCaption"/> <rdfs:subClassOf rdf:nodeID="A1"/> <rdfs:label>Figure</rdfs:label> <rdfs:subClassOf rdf:nodeID="A2"/> <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/> <j.0:property rdf:resource="http://qudt.org/schema/qudt/Figure-width"/> <j.0:property rdf:resource="http://qudt.org/schema/qudt/Figure-landscape"/> <rdfs:subClassOf rdf:nodeID="A3"/> <rdfs:subClassOf rdf:nodeID="A4"/> <j.0:property rdf:resource="http://qudt.org/schema/qudt/Figure-image"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/> <j.0:property rdf:resource="http://qudt.org/schema/qudt/Figure-figureLabel"/> <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"/> <rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/> <rdfs:subClassOf rdf:nodeID="A5"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/> <rdfs:subClassOf rdf:nodeID="A6"/> <j.0:property rdf:resource="http://qudt.org/schema/qudt/Figure-imageLocation"/> </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/Figure> 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 "Figure" ; rdfs:subClassOf <http://qudt.org/schema/qudt/Concept> ; rdfs:subClassOf [] ; rdfs:subClassOf [] ; rdfs:subClassOf [] ; rdfs:subClassOf [] ; rdfs:subClassOf [] ; rdfs:subClassOf [] ; rdfs:subClassOf [] ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Figure-figureCaption> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Figure-figureLabel> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Figure-height> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Figure-image> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Figure-imageLocation> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Figure-landscape> ; <http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Figure-width> ; .
{"resource":"Figure" ,"qname":"qudt:Figure" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/Figure" ,"properties":["isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>" ,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>" ,"label":"Figure" ,"property":"qudt:Figure-figureCaption" ,"property":"qudt:Figure-figureLabel" ,"property":"qudt:Figure-height" ,"property":"qudt:Figure-image" ,"property":"qudt:Figure-imageLocation" ,"property":"qudt:Figure-landscape" ,"property":"qudt:Figure-width" ,"subClassOf":null ,"subClassOf":null ,"subClassOf":null ,"subClassOf":null ,"subClassOf":null ,"subClassOf":null ,"subClassOf":null ,"subClassOf":"qudt:Concept" ,"type":"rdfs:Class" ,"type":"owl:Class" ,"type":"sh:NodeShape" ]}
{ "@id" : "http://qudt.org/schema/qudt/Figure", "@type" : [ "http://www.w3.org/ns/shacl#NodeShape", "rdfs:Class", "owl:Class" ], "isDefinedBy" : [ "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/qudt" ], "label" : "Figure", "subClassOf" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4", "http://qudt.org/schema/qudt/Concept", "_:b5", "_:b6" ], "property" : [ "http://qudt.org/schema/qudt/Figure-height", "http://qudt.org/schema/qudt/Figure-figureCaption", "http://qudt.org/schema/qudt/Figure-width", "http://qudt.org/schema/qudt/Figure-landscape", "http://qudt.org/schema/qudt/Figure-image", "http://qudt.org/schema/qudt/Figure-figureLabel", "http://qudt.org/schema/qudt/Figure-imageLocation" ], "@context" : { "subClassOf" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf", "@type" : "@id" }, "property" : { "@id" : "http://www.w3.org/ns/shacl#property", "@type" : "@id" }, "label" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#label" }, "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@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#" } }