Class: OwlSubclassOfSomeValuesFrom

Composition of subClassOf and SomeValuesFrom

URI: semsql_owl:OwlSubclassOfSomeValuesFrom

classDiagram OwlComplexAxiom <|-- OwlSubclassOfSomeValuesFrom OwlSubclassOfSomeValuesFrom : object OwlSubclassOfSomeValuesFrom : predicate OwlSubclassOfSomeValuesFrom : subject

Usage

SELECT * FROM owl_subclass_of_some_values_from;

Inheritance

Slots

Name Cardinality and Range Description
subject 0..1
Node
the class C in the axiom C subClassOf P some D
predicate 0..1
PropertyNode
the predicate P in the axiom C subClassOf P some D
object 0..1
Node
the class D in the axiom C subClassOf P some D

Usages

Comments

  • sqlview>> SELECT subClassOf.stanza, subClassOf.subject, svf.on_property AS predicate, svf.filler AS object FROM statements AS subClassOf, owl_some_values_from AS svf WHERE subClassOf.predicate = 'rdfs:subClassOf' AND svf.id=subClassOf.object

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/semsql/owl

SQL View

This class has a SQL view definition:

sqlview>>
  SELECT subClassOf.stanza,
         subClassOf.subject,
         svf.on_property AS predicate,
         svf.filler AS object
         FROM
    statements AS subClassOf, 
    owl_some_values_from AS svf
  WHERE
    subClassOf.predicate = 'rdfs:subClassOf' AND
    svf.id=subClassOf.object

Mappings

Mapping Type Mapped Value
self ['semsql_owl:OwlSubclassOfSomeValuesFrom']
native ['semsql_owl:OwlSubclassOfSomeValuesFrom']

LinkML Specification

Direct

name: owl_subclass_of_some_values_from
description: Composition of subClassOf and SomeValuesFrom
comments:
- "sqlview>>\n  SELECT subClassOf.stanza,\n         subClassOf.subject,\n        \
  \ svf.on_property AS predicate,\n         svf.filler AS object\n         FROM\n\
  \    statements AS subClassOf, \n    owl_some_values_from AS svf\n  WHERE\n    subClassOf.predicate\
  \ = 'rdfs:subClassOf' AND\n    svf.id=subClassOf.object"
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: owl_complex_axiom
slots:
- subject
- predicate
- object
slot_usage:
  subject:
    name: subject
    description: the class C in the axiom C subClassOf P some D
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - repair_action
    - problem
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - repair_action
    - problem
    role: subclass
  predicate:
    name: predicate
    description: the predicate P in the axiom C subClassOf P some D
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - problem
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - problem
    role: on property
  object:
    name: object
    description: the class D in the axiom C subClassOf P some D
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    role: filler

Induced

name: owl_subclass_of_some_values_from
description: Composition of subClassOf and SomeValuesFrom
comments:
- "sqlview>>\n  SELECT subClassOf.stanza,\n         subClassOf.subject,\n        \
  \ svf.on_property AS predicate,\n         svf.filler AS object\n         FROM\n\
  \    statements AS subClassOf, \n    owl_some_values_from AS svf\n  WHERE\n    subClassOf.predicate\
  \ = 'rdfs:subClassOf' AND\n    svf.id=subClassOf.object"
from_schema: https://w3id.org/semsql/owl
rank: 1000
is_a: owl_complex_axiom
slot_usage:
  subject:
    name: subject
    description: the class C in the axiom C subClassOf P some D
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - repair_action
    - problem
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - repair_action
    - problem
    role: subclass
  predicate:
    name: predicate
    description: the predicate P in the axiom C subClassOf P some D
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - problem
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - problem
    role: on property
  object:
    name: object
    description: the class D in the axiom C subClassOf P some D
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    role: filler
attributes:
  subject:
    name: subject
    description: the class C in the axiom C subClassOf P some D
    from_schema: https://w3id.org/semsql/rdf
    rank: 1000
    slot_uri: rdf:subject
    alias: subject
    owner: owl_subclass_of_some_values_from
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - repair_action
    - problem
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - repair_action
    - problem
    role: subclass
    range: node
  predicate:
    name: predicate
    description: the predicate P in the axiom C subClassOf P some D
    from_schema: https://w3id.org/semsql/rdf
    rank: 1000
    slot_uri: rdf:predicate
    alias: predicate
    owner: owl_subclass_of_some_values_from
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - problem
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - problem
    role: on property
    range: property_node
  object:
    name: object
    description: the class D in the axiom C subClassOf P some D
    from_schema: https://w3id.org/semsql/rdf
    rank: 1000
    slot_uri: rdf:object
    alias: object
    owner: owl_subclass_of_some_values_from
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    role: filler
    range: node