is property of


URI

http://semanticscience.org/resource/isPropertyOf

Label

is property of

Description

is property of is a relation betweena quality, capability or role and the entity that it and it alone bears.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is property of 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/> .

sio:isPropertyOf a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "is property of"@en ;
    dct:description "is property of is a relation betweena  quality, capability or role and the entity that it and it alone bears."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isAttributeOf .