<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/Citation">
<j.1:property rdf:resource="http://qudt.org/schema/qudt/Citation-url"/>
<rdfs:subClassOf rdf:nodeID="A0"/>
<j.1:property rdf:resource="http://qudt.org/schema/qudt/Citation-description"/>
<rdfs:label>Citation</rdfs:label>
<j.0:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Provides a simple way of making citations.</j.0:description>
<rdfs:subClassOf rdf:nodeID="A1"/>
<rdfs:subClassOf rdf:resource="http://qudt.org/schema/qudt/Concept"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/qudt"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Provides a simple way of making citations.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
</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/Citation>
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdf:type <http://www.w3.org/ns/shacl#NodeShape> ;
<http://purl.org/dc/terms/description> "Provides a simple way of making citations."^^rdf:HTML ;
rdfs:comment "Provides a simple way of making citations."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
rdfs:label "Citation" ;
rdfs:subClassOf <http://qudt.org/schema/qudt/Concept> ;
rdfs:subClassOf [] ;
rdfs:subClassOf [] ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Citation-description> ;
<http://www.w3.org/ns/shacl#property> <http://qudt.org/schema/qudt/Citation-url> ;
.
{"resource":"Citation"
,"qname":"qudt:Citation"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/Citation"
,"properties":["comment":"Provides a simple way of making citations."
,"description":"Provides a simple way of making citations."
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"Citation"
,"property":"qudt:Citation-description"
,"property":"qudt:Citation-url"
,"subClassOf":null
,"subClassOf":null
,"subClassOf":"qudt:Concept"
,"type":"rdfs:Class"
,"type":"owl:Class"
,"type":"sh:NodeShape"
]}
{
"@id" : "http://qudt.org/schema/qudt/Citation",
"@type" : [ "rdfs:Class", "owl:Class", "http://www.w3.org/ns/shacl#NodeShape" ],
"description" : "Provides a simple way of making citations.",
"comment" : "Provides a simple way of making citations.",
"isDefinedBy" : [ "http://qudt.org/3.0.0/schema/shacl/qudt", "http://qudt.org/3.0.0/schema/qudt" ],
"label" : "Citation",
"subClassOf" : [ "_:b0", "_:b1", "http://qudt.org/schema/qudt/Concept" ],
"property" : [ "http://qudt.org/schema/qudt/Citation-url", "http://qudt.org/schema/qudt/Citation-description" ],
"@context" : {
"property" : {
"@id" : "http://www.w3.org/ns/shacl#property",
"@type" : "@id"
},
"subClassOf" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"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"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"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#"
}
}