Ontology Version: 2.11.0

cacontology-synthesis:pageEnd leaf node


URI

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

Label

page end

Description

Ending page number in the source PDF (when applicable).

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:TextEvidencePointer cacontology-synthesis:pageEnd 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-synthesis:pageEnd a owl:DatatypeProperty ;
    rdfs:label "page end"@en ;
    rdfs:comment "Ending page number in the source PDF (when applicable)."@en ;
    rdfs:domain cacontology-synthesis:TextEvidencePointer ;
    rdfs:range xsd:integer .