qudt:ScalarDatatype-maxInclusive
URI: http://qudt.org/schema/qudt/ScalarDatatype-maxInclusive
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/ScalarDatatype-maxInclusive"> <rdf:type rdf:resource="http://www.w3.org/ns/shacl#PropertyShape"/> <j.0:path rdf:resource="http://qudt.org/schema/qudt/maxInclusive"/> <rdfs:isDefinedBy rdf:resource="http://edg.topbraid.solutions/1.0/schema/qudt"/> <j.0:maxCount rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</j.0:maxCount> <j.0:or rdf:resource="http://qudt.org/schema/qudt/NumericUnionList"/> </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/ScalarDatatype-maxInclusive> rdf:type <http://www.w3.org/ns/shacl#PropertyShape> ; <http://www.w3.org/ns/shacl#path> <http://qudt.org/schema/qudt/maxInclusive> ; rdfs:isDefinedBy <http://edg.topbraid.solutions/1.0/schema/qudt> ; <http://www.w3.org/ns/shacl#maxCount> 1 ; <http://www.w3.org/ns/shacl#or> <http://qudt.org/schema/qudt/NumericUnionList> ; .
{"resource":"ScalarDatatype-maxInclusive" ,"qname":"qudt:ScalarDatatype-maxInclusive" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/ScalarDatatype-maxInclusive" ,"properties":["isDefinedBy":"<http:\/\/edg.topbraid.solutions\/1.0\/schema\/qudt>" ,"max count":"1" ,"or":"qudt:NumericUnionList" ,"path":"qudt:maxInclusive" ,"type":"sh:PropertyShape" ]}
{ "@id" : "http://qudt.org/schema/qudt/ScalarDatatype-maxInclusive", "@type" : "http://www.w3.org/ns/shacl#PropertyShape", "isDefinedBy" : "http://edg.topbraid.solutions/1.0/schema/qudt", "http://www.w3.org/ns/shacl#maxCount" : 1, "or" : "http://qudt.org/schema/qudt/NumericUnionList", "path" : "http://qudt.org/schema/qudt/maxInclusive", "@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" }, "maxCount" : { "@id" : "http://www.w3.org/ns/shacl#maxCount", "@type" : "http://www.w3.org/2001/XMLSchema#integer" }, "or" : { "@id" : "http://www.w3.org/ns/shacl#or", "@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#" } }