Ontology Version: 2.11.0

cacontology-synthesis:lineNumberStart leaf node


URI

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

Label

line number start

Description

First line number used by TextEvidencePointer lineStart/lineEnd for the referenced artifact (typically 1).

Usage

DOMAINPROPERTYRANGE
uco-observable:ObservableObject cacontology-synthesis:lineNumberStart xsd:integer

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:lineNumberStart a owl:DatatypeProperty ;
    rdfs:label "line number start"@en ;
    rdfs:comment "First line number used by TextEvidencePointer lineStart/lineEnd for the referenced artifact (typically 1)."@en ;
    rdfs:domain uco-observable:ObservableObject ;
    rdfs:range xsd:integer .