View as:
CSV
RDF/XML
<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/Prefix-ucumCode">
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#PropertyShape"/>
<j.0:path rdf:resource="http://qudt.org/schema/qudt/ucumCode"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
<j.0:datatype rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<j.0:pattern>[\x21,\x23-\x27,\x2a,\x2c,\x30-\x3c,\x3e-\x5a,\x5c,\x5e-\x7a,\x7c,\x7e]+</j.0:pattern>
</rdf:Description>
</rdf:RDF>
TURTLE
@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/Prefix-ucumCode>
rdf:type <http://www.w3.org/ns/shacl#PropertyShape> ;
<http://www.w3.org/ns/shacl#path> <http://qudt.org/schema/qudt/ucumCode> ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
<http://www.w3.org/ns/shacl#datatype> xsd:string ;
<http://www.w3.org/ns/shacl#pattern> "[\\x21,\\x23-\\x27,\\x2a,\\x2c,\\x30-\\x3c,\\x3e-\\x5a,\\x5c,\\x5e-\\x7a,\\x7c,\\x7e]+" ;
.
JSON
{"resource":"Prefix-ucumCode"
,"qname":"qudt:Prefix-ucumCode"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/Prefix-ucumCode"
,"properties":["datatype":"xsd:string"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"path":"qudt:ucumCode"
,"pattern":"[\\x21,\\x23-\\x27,\\x2a,\\x2c,\\x30-\\x3c,\\x3e-\\x5a,\\x5c,\\x5e-\\x7a,\\x7c,\\x7e]+"
,"type":"sh:PropertyShape"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/Prefix-ucumCode",
"@type" : "http://www.w3.org/ns/shacl#PropertyShape",
"isDefinedBy" : "http://qudt.org/3.0.0/schema/shacl/qudt",
"datatype" : "xsd:string",
"path" : "http://qudt.org/schema/qudt/ucumCode",
"pattern" : "[\\x21,\\x23-\\x27,\\x2a,\\x2c,\\x30-\\x3c,\\x3e-\\x5a,\\x5c,\\x5e-\\x7a,\\x7c,\\x7e]+",
"@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"
},
"datatype" : {
"@id" : "http://www.w3.org/ns/shacl#datatype",
"@type" : "@id"
},
"pattern" : {
"@id" : "http://www.w3.org/ns/shacl#pattern"
},
"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#"
}
}