https://cacontology.projectvic.org/synthesis#lineStart
Starting 1-indexed line number in the referenced text artifact.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:TextEvidencePointer | cacontology-synthesis:lineStart | xsd:integer |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-synthesis:lineStart a owl:DatatypeProperty ;
rdfs:label "line start"@en ;
rdfs:comment "Starting 1-indexed line number in the referenced text artifact."@en ;
rdfs:domain cacontology-synthesis:TextEvidencePointer ;
rdfs:range xsd:integer .