@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sco: <http://ontextract.org/sco#> .

sco:TemporalReferencingMethod a owl:Class ;
    rdfs:label "Temporal Referencing Method" ;
    dcterms:bibliographicCitation "Dubossarsky et al. (2019). Time-Out. Superior to alignment-based methods." ;
    rdfs:comment "Avoids alignment by using single vector space with temporal tags (word_1910, word_1920, etc.)." ;
    rdfs:subClassOf sco:DetectionMethod .

