@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

sco:hasURIStability a owl:DatatypeProperty ;
    rdfs:label "has URI stability" ;
    dcterms:bibliographicCitation "Capobianco et al. (2020). URI stability as quality metric." ;
    rdfs:comment "Measure of identifier consistency (0.0-1.0); 1.0 = no URI changes." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range xsd:float .

