Skip to content

Commit d55ca3a

Browse files
committed
Qudt remove unused relations from upper classes
1 parent 0f18aeb commit d55ca3a

1 file changed

Lines changed: 36 additions & 25 deletions

File tree

implementation/reuse/qudt_lite.ttl

Lines changed: 36 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -171,21 +171,21 @@ qudt:Concept
171171
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
172172
rdfs:label "QUDT Concept" ;
173173
rdfs:subClassOf owl:Thing ;
174-
rdfs:subClassOf [
175-
a owl:Restriction ;
176-
owl:allValuesFrom qudt:Rule ;
177-
owl:onProperty qudt:hasRule ;
178-
] ;
179-
rdfs:subClassOf [
180-
a owl:Restriction ;
181-
owl:maxCardinality "1"^^xsd:int ;
182-
owl:onProperty dcterms:description ;
183-
] ;
184-
rdfs:subClassOf [
185-
a owl:Restriction ;
186-
owl:maxCardinality "1"^^xsd:int ;
187-
owl:onProperty dcterms:isReplacedBy ;
188-
] ;
174+
#rdfs:subClassOf [
175+
# a owl:Restriction ;
176+
# owl:allValuesFrom qudt:Rule ;
177+
# owl:onProperty qudt:hasRule ;
178+
#] ;
179+
#rdfs:subClassOf [
180+
# a owl:Restriction ;
181+
# owl:maxCardinality "1"^^xsd:int ;
182+
# owl:onProperty dcterms:description ;
183+
#] ;
184+
#rdfs:subClassOf [
185+
# a owl:Restriction ;
186+
# owl:maxCardinality "1"^^xsd:int ;
187+
# owl:onProperty dcterms:isReplacedBy ;
188+
#] ;
189189
rdfs:subClassOf [
190190
a owl:Restriction ;
191191
owl:maxCardinality "1"^^xsd:int ;
@@ -212,11 +212,11 @@ qudt:Quantifiable
212212
rdfs:comment "<p><em>Quantifiable</em> ascribes to some thing the capability of being measured, observed, or counted.</p>"^^rdf:HTML ;
213213
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
214214
rdfs:label "Quantifiable" ;
215-
rdfs:subClassOf [
216-
a owl:Restriction ;
217-
owl:allValuesFrom qudt:Datatype ;
218-
owl:onProperty qudt:datatype ;
219-
] ;
215+
#rdfs:subClassOf [
216+
# a owl:Restriction ;
217+
# owl:allValuesFrom qudt:Datatype ;
218+
# owl:onProperty qudt:datatype ;
219+
#] ;
220220
rdfs:subClassOf [
221221
a owl:Restriction ;
222222
owl:allValuesFrom qudt:Unit ;
@@ -227,11 +227,11 @@ qudt:Quantifiable
227227
owl:allValuesFrom qudt:Unit ;
228228
owl:onProperty qudt:unit ;
229229
] ;
230-
rdfs:subClassOf [
231-
a owl:Restriction ;
232-
owl:maxCardinality "1"^^xsd:int ;
233-
owl:onProperty qudt:datatype ;
234-
] ;
230+
#rdfs:subClassOf [
231+
# a owl:Restriction ;
232+
# owl:maxCardinality "1"^^xsd:int ;
233+
# owl:onProperty qudt:datatype ;
234+
#] ;
235235
rdfs:subClassOf [
236236
a owl:Restriction ;
237237
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
@@ -440,3 +440,14 @@ qudt:ucumCode
440440
rdfs:seeAlso <https://ucum.org/ucum.html> ;
441441
rdfs:subPropertyOf skos:notation .
442442

443+
qudt:deprecated
444+
a owl:DatatypeProperty ;
445+
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
446+
rdfs:label "deprecated" ;
447+
rdfs:range xsd:boolean .
448+
449+
qudt:value
450+
a owl:DatatypeProperty ;
451+
dcterms:description "A property to relate an observable thing with a value of any kind"^^rdf:HTML ;
452+
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
453+
rdfs:label "value" .

0 commit comments

Comments
 (0)