core:statement leaf node


URI

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

Label

statement

Description

A textual statement of an assertion.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:statement xsd:string

Implementation

@prefix core: <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#> .

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