https://unifiedcyberontology.org/ontology/uco/core#statement
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | core:statement | xsd:string |
@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 .