@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://read-it.hum.uu.nl/vocab#RangeSelector> a rdfs:Class ;
    rdfs:subClassOf <http://www.w3.org/ns/oa#RangeSelector> .

<https://read-it.hum.uu.nl/vocab#Source> a rdfs:Class ;
    rdfs:subClassOf <http://schema.org/CreativeWork> .

<https://read-it.hum.uu.nl/vocab#fullText> a rdf:Property ;
    rdfs:domain <https://read-it.hum.uu.nl/vocab#Source> ;
    rdfs:range <http://schema.org/Text> .

<https://read-it.hum.uu.nl/vocab#hasEndSelector> a rdf:Property ;
    rdfs:domain <https://read-it.hum.uu.nl/vocab#RangeSelector> ;
    rdfs:range <http://www.w3.org/ns/oa#XPathSelector> ;
    rdfs:subPropertyOf <http://www.w3.org/ns/oa#hasEndSelector> .

<https://read-it.hum.uu.nl/vocab#hasStartSelector> a rdf:Property ;
    rdfs:domain <https://read-it.hum.uu.nl/vocab#RangeSelector> ;
    rdfs:range <http://www.w3.org/ns/oa#XPathSelector> ;
    rdfs:subPropertyOf <http://www.w3.org/ns/oa#hasStartSelector> .

<https://read-it.hum.uu.nl/vocab#needsVerification> a rdf:Property ;
    rdfs:domain <http://www.w3.org/ns/oa#Annotation> ;
    rdfs:range xsd:boolean .

<https://read-it.hum.uu.nl/vocab#relevance> rdfs:range xsd:float .

<https://read-it.hum.uu.nl/vocab#self> a <http://www.w3.org/ns/activitystreams#Application> ;
    foaf:homepage <https://read-it.hum.uu.nl/> .

