Skip to content

Commit

Permalink
Fix hasSubcharacteristic chains for quiality in use characteristic
Browse files Browse the repository at this point in the history
  • Loading branch information
fanavarro committed Feb 1, 2024
1 parent 332b452 commit 22d9359
Showing 1 changed file with 1 addition and 78 deletions.
79 changes: 1 addition & 78 deletions ontology/oquo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -3038,60 +3038,12 @@ We also have the outstanding issue of how to aim different definitions to differ

<owl:Class rdf:about="https://purl.archive.org/oquo#QualityInUseCharacteristic">
<rdfs:subClassOf rdf:resource="http://purl.org/net/QualityModel#QualityCharacteristic"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#CognitiveSatisfactionCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#ContextConformityInUseCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#ContextExtendibilityInUseCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#EffectivenessInUseCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#EfficiencyInUseCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#EmotionalSatisfactionCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#FlexibilityInUseCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#PhysicalSatisfactionCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#SatisfactionInUseCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
Expand All @@ -3104,15 +3056,7 @@ We also have the outstanding issue of how to aim different definitions to differ
<owl:allValuesFrom>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://purl.archive.org/oquo#CognitiveSatisfactionCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#ContextConformityInUseCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#ContextExtendibilityInUseCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#EffectivenessInUseCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#EfficiencyInUseCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#EmotionalSatisfactionCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#FlexibilityInUseCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#PhysicalSatisfactionCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#SatisfactionInUseCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#UsabilityInUseCharacteristic"/>
</owl:unionOf>
</owl:Class>
Expand Down Expand Up @@ -4023,12 +3967,6 @@ We also have the outstanding issue of how to aim different definitions to differ

<owl:Class rdf:about="https://purl.archive.org/oquo#UsabilityInUseCharacteristic">
<rdfs:subClassOf rdf:resource="http://purl.org/net/QualityModel#QualityCharacteristic"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#CognitiveSatisfactionCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
Expand All @@ -4041,18 +3979,6 @@ We also have the outstanding issue of how to aim different definitions to differ
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#EfficiencyInUseCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#EmotionalSatisfactionCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
<owl:someValuesFrom rdf:resource="https://purl.archive.org/oquo#PhysicalSatisfactionCharacteristic"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/net/QualityModel#hasSubCharacteristic"/>
Expand All @@ -4065,11 +3991,8 @@ We also have the outstanding issue of how to aim different definitions to differ
<owl:allValuesFrom>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://purl.archive.org/oquo#CognitiveSatisfactionCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#EffectivenessInUseCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#EfficiencyInUseCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#EmotionalSatisfactionCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#PhysicalSatisfactionCharacteristic"/>
<rdf:Description rdf:about="https://purl.archive.org/oquo#SatisfactionInUseCharacteristic"/>
</owl:unionOf>
</owl:Class>
Expand Down Expand Up @@ -4203,8 +4126,8 @@ We also have the outstanding issue of how to aim different definitions to differ

<rdf:Description rdf:about="http://www.w3.org/2006/time#Instant">
<rdfs:comment xml:lang="es">Una entidad temporal con una extensión o duración cero.</rdfs:comment>
<rdfs:label xml:lang="es">instante de tiempo.</rdfs:label>
<skos:definition xml:lang="es">Una entidad temporal con una extensión o duración cero.</skos:definition>
<rdfs:label xml:lang="es">instante de tiempo.</rdfs:label>
<rdfs:comment xml:lang="en">A temporal entity with zero extent or duration</rdfs:comment>
<rdfs:label xml:lang="en">Time instant</rdfs:label>
<skos:definition xml:lang="en">A temporal entity with zero extent or duration</skos:definition>
Expand Down

0 comments on commit 22d9359

Please sign in to comment.