Ontology Version: 2.11.0

cacontology-synthesis:lineNumbering leaf node


URI

https://cacontology.projectvic.org/synthesis#lineNumbering

Label

line numbering

Description

Line numbering convention used by TextEvidencePointer lineStart/lineEnd (e.g., '1-based').

Usage

DOMAINPROPERTYRANGE
uco-observable:ObservableObject cacontology-synthesis:lineNumbering xsd:string

Implementation

@prefix cacontology-synthesis: <https://cacontology.projectvic.org/synthesis#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-synthesis:lineNumbering a owl:DatatypeProperty ;
    rdfs:label "line numbering"@en ;
    rdfs:comment "Line numbering convention used by TextEvidencePointer lineStart/lineEnd (e.g., '1-based')."@en ;
    rdfs:domain uco-observable:ObservableObject ;
    rdfs:range xsd:string .