has basis leaf node


URI

http://semanticscience.org/resource/hasBasis

Label

has basis

Description

has basis is a relation between a realizable entity and the quality that forms the basis for it.

Usage

DOMAINPROPERTYRANGE
realizable entity has basis quality

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sio:hasBasis a owl:ObjectProperty ;
    rdfs:label "has basis"@en ;
    dct:description "has basis is a relation between a realizable entity and the quality that forms the basis for it."@en ;
    rdfs:domain sio:RealizableEntity ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:range sio:Quality ;
    rdfs:subPropertyOf sio:hasAttribute ;
    owl:inverseOf sio:isBaseFor ;
    skos:example "the solubility of salt (the disposition) is based on the molecular structure of NaCl (the quality) that allows the polarized water-molecules (the trigger)  to break the ion bonds (the realization)."@en .