core:object leaf node


URI

https://ontology.unifiedcyberontology.org/uco/core/object

Label

object

Description

Specifies one or more UcoObjects.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:object core:UcoObject

Implementation

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

core:object a owl:ObjectProperty ;
    rdfs:label "object"@en ;
    rdfs:comment "Specifies one or more UcoObjects."@en ;
    rdfs:range core:UcoObject .