qudt:PartiallyOrdered
URI: http://qudt.org/schema/qudt/PartiallyOrdered
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:j.1="http://www.linkedmodel.org/schema/dtype#" 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/PartiallyOrdered"> <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/> <rdf:type rdf:resource="http://qudt.org/schema/qudt/OrderedType"/> <j.1:literal>partial</j.1:literal> <j.0:plainTextDescription>Partial ordered structure.</j.0:plainTextDescription> <rdfs:isDefinedBy rdf:resource="file:///Users/ralphtq/git-qudt/qudt-public-repo/qudt"/> <rdfs:label>Partially Ordered</rdfs:label> </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/PartiallyOrdered> rdf:type <http://qudt.org/schema/qudt/OrderedType> ; <http://qudt.org/schema/qudt/plainTextDescription> "Partial ordered structure." ; <http://www.linkedmodel.org/schema/dtype#literal> "partial" ; rdfs:isDefinedBy <file:///Users/ralphtq/git-qudt/qudt-public-repo/qudt> ; rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ; rdfs:label "Partially Ordered" ; .
{"resource":"Partially Ordered" ,"qname":"qudt:PartiallyOrdered" ,"uri":"http:\/\/qudt.org\/schema\/qudt\/PartiallyOrdered" ,"properties":["description (plain text)":"Partial ordered structure." ,"isDefinedBy":"<file:\/\/\/Users\/ralphtq\/git-qudt\/qudt-public-repo\/qudt>" ,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>" ,"label":"Partially Ordered" ,"literal":"partial" ,"type":"qudt:OrderedType" ]}
{ "@id" : "http://qudt.org/schema/qudt/PartiallyOrdered", "@type" : "http://qudt.org/schema/qudt/OrderedType", "plainTextDescription" : "Partial ordered structure.", "literal" : "partial", "isDefinedBy" : [ "http://qudt.org/2.1/schema/qudt", "file:///Users/ralphtq/git-qudt/qudt-public-repo/qudt" ], "label" : "Partially Ordered", "@context" : { "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "literal" : { "@id" : "http://www.linkedmodel.org/schema/dtype#literal" }, "plainTextDescription" : { "@id" : "http://qudt.org/schema/qudt/plainTextDescription" }, "label" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#label" }, "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#" } }