has property


URI

http://semanticscience.org/resource/hasProperty

Label

has property

Description

has property is a relation between an entity and the quality, capability or role that it and it alone bears.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has property owl:Thing (inferred)

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:hasProperty a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has property"@en ;
    dct:description "has property is a relation between an entity and the quality, capability or role that it and it alone bears."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:hasAttribute ;
    owl:inverseOf sio:isPropertyOf ;
    skos:example "michel's hair has the quality of being brown in colour."@en .