core:object leaf node


URI

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

Label

object

Description

One or more UcoObject identifers referencing other objects. - One or more UcoObjects.

Implementation

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

default1:object a owl:ObjectProperty ;
    rdfs:label "object"@en ;
    rdfs:comment "One or more UcoObject identifers referencing other objects."@en,
        "One or more UcoObjects."@en ;
    rdfs:domain default1:Annotation,
        default1:ContextualCompilation,
        default1:EnclosingCompilation ;
    rdfs:range default1:UcoObject .