observable:profile leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#profile

Label

profile

Description

A profile specifies a particular online service profile.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:profile observable:ObservableObject

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

observable:profile a owl:ObjectProperty ;
    rdfs:label "profile"@en ;
    rdfs:comment "A profile specifies a particular online service profile."@en ;
    rdfs:range observable:ObservableObject .