core:statement leaf node


URI

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

Label

statement

Description

A textual statement of an assertion.

Usage

DOMAINPROPERTYRANGE
core:Assertion core:statement xs:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

default1:statement a owl:DatatypeProperty ;
    rdfs:label "statement"@en ;
    rdfs:comment "A textual statement of an assertion."@en ;
    rdfs:domain default1:Assertion ;
    rdfs:range xsd:string .