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:j.1="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/StructuredDatatype">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
<j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">
<p>A <em>Structured Datatype</em>, in contrast to a scalar data type, is used to characterize classes of more complex data structures.
Examples are collections, linked and indexed lists, trees, ordered trees, and multi-dimensional file formats.
</p></j.0:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/datatype"/>
<rdfs:label>Structured Data Type</rdfs:label>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Datatype"/>
<j.1:property rdf:resource="http://qudt.org/schema/qudt/StructuredDatatype-elementType"/>
</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/StructuredDatatype>
rdf:type rdfs:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/terms/description> """
<p>A <em>Structured Datatype</em>, in contrast to a scalar data type, is used to characterize classes of more complex data structures.
Examples are collections, linked and indexed lists, trees, ordered trees, and multi-dimensional file formats.
</p>"""^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/datatype> ;
rdfs:label "Structured Data Type" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Datatype> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/StructuredDatatype-elementType> ;
.
JSON
{"resource":"Structured Data Type"
,"qname":"qudt:StructuredDatatype"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/StructuredDatatype"
,"properties":["description":"\n <p>A <em>Structured Datatype<\/em>, in contrast to a scalar data type, is used to characterize classes of more complex data structures.\n Examples are collections, linked and indexed lists, trees, ordered trees, and multi-dimensional file formats.\n <\/p>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/datatype>"
,"label":"Structured Data Type"
,"property":"qudt:StructuredDatatype-elementType"
,"subClassOf":"qudt:Datatype"
,"type":"rdfs:Class"
,"type":"sh:NodeShape"
]}
JSON-LD
{
"@id" : "http://qudt.org/schema/qudt/StructuredDatatype",
"@type" : [ "rdfs:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"description" : "\n <p>A <em>Structured Datatype</em>, in contrast to a scalar data type, is used to characterize classes of more complex data structures.\n Examples are collections, linked and indexed lists, trees, ordered trees, and multi-dimensional file formats.\n </p>",
"isDefinedBy" : "http://qudt.org/2.1/schema/shacl/datatype",
"label" : "Structured Data Type",
"subClassOf" : "http://qudt.org/schema/qudt/Datatype",
"property" : "http://qudt.org/schema/qudt/StructuredDatatype-elementType",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"subClassOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
"@type" : "@id"
},
"property" : {
"@id" : "http://www.w3.org/ns/shacl#property",
"@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#"
}
}