View as:
CSV
RDF/XML
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://purl.org/dc/terms/"
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/prefix">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<j.0:description>Associates a unit with the appropriate prefix, if any.</j.0:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>Associates a unit with the appropriate prefix, if any.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
<rdfs:label>prefix</rdfs:label>
<rdfs:range rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
</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>
rdf:type rdf:Property ;
rdf:type owl:ObjectProperty ;
<http://purl.org/dc/terms/description> "Associates a unit with the appropriate prefix, if any." ;
rdfs:comment "Associates a unit with the appropriate prefix, if any." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "prefix" ;
rdfs:range <http://qudt.org/schema/qudt/Prefix> ;
.
JSON
{"resource":"prefix"
,"qname":"qudt:prefix"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/prefix"
,"properties":["comment":"Associates a unit with the appropriate prefix, if any."
,"description":"Associates a unit with the appropriate prefix, if any."
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt>"
,"label":"prefix"
,"range":"qudt:Prefix"
,"type":"rdf:Property"
,"type":"owl:ObjectProperty"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : [ "rdf:Property", "owl:ObjectProperty" ],
"description" : "Associates a unit with the appropriate prefix, if any.",
"comment" : "Associates a unit with the appropriate prefix, if any.",
"isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
"label" : "prefix",
"range" : "http://qudt.org/schema/qudt/Prefix",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"range" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#range",
"@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#"
}
}