qudt:description
URI: http://qudt.org/schema/qudt/description
Work in progress
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:j.0="http://qudt.org/schema/qudt/" 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/description"> <j.0:outOfScope rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:outOfScope> </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/description> <http://qudt.org/schema/qudt/outOfScope> true ; .
{"resource":"description" ,"qname":"qudt:description" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/description" ,"properties":["out of scope":"true" ]}
{ "@id" : "http://qudt.org/schema/qudt/description", "http://qudt.org/schema/qudt/outOfScope" : true, "@context" : { "outOfScope" : { "@id" : "http://qudt.org/schema/qudt/outOfScope", "@type" : "http://www.w3.org/2001/XMLSchema#boolean" }, "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#" } }