<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://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/generalization">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">This deprecated property was intended to relate a quantity kind to its generalization.</j.1:description>
<j.1:isReplacedBy rdf:resource="http://www.w3.org/2004/02/skos/core#broader"/>
<owl:inverseOf rdf:resource="http://qudt.org/schema/qudt/specialization"/>
<j.0:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:deprecated>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
<rdfs:label>generalization</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/generalization>
rdf:type rdf:Property ;
rdf:type owl:ObjectProperty ;
<http://purl.org/dc/terms/description> "This deprecated property was intended to relate a quantity kind to its generalization."^^rdf:HTML ;
<http://purl.org/dc/terms/isReplacedBy> <http://www.w3.org/2004/02/skos/core#broader> ;
<http://qudt.org/schema/qudt/deprecated> true ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "generalization" ;
owl:inverseOf <http://qudt.org/schema/qudt/specialization> ;
.
{"resource":"generalization"
,"qname":"qudt:generalization"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/generalization"
,"properties":["deprecated":"true"
,"description":"This deprecated property was intended to relate a quantity kind to its generalization."
,"inverseOf":"qudt:specialization"
,"is replaced by":"skos:broader"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt>"
,"label":"generalization"
,"type":"rdf:Property"
,"type":"owl:ObjectProperty"
]}
{
"@id" : "http://qudt.org/schema/qudt/generalization",
"@type" : [ "rdf:Property", "owl:ObjectProperty" ],
"description" : "This deprecated property was intended to relate a quantity kind to its generalization.",
"isReplacedBy" : "http://www.w3.org/2004/02/skos/core#broader",
"http://qudt.org/schema/qudt/deprecated" : true,
"isDefinedBy" : [ "http://qudt.org/2.1/schema/shacl/qudt", "http://qudt.org/2.1/schema/qudt" ],
"label" : "generalization",
"inverseOf" : "http://qudt.org/schema/qudt/specialization",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"inverseOf" : {
"@id" : "http://www.w3.org/2002/07/owl#inverseOf",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"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#"
}
}