@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.essepuntato.it/2013/10/vagueness/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.essepuntato.it/2013/10/> . ns0:qualitative-vagueness a ns0:VaguenessType, owl:NamedIndividual ; rdfs:comment "A vagueness type that concerns the identification of such other discriminants of which boundaries are not quantifiable in any precise way."@en ; rdfs:isDefinedBy ns1:vagueness ; rdfs:label "qualitative vagueness"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.essepuntato.it/2013/10/vagueness/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.essepuntato.it/2013/10/> .

ns0:qualitative-vagueness
    a ns0:VaguenessType, owl:NamedIndividual ;
    rdfs:comment "A vagueness type that concerns the identification of such other discriminants of which boundaries are not quantifiable in any precise way."@en ;
    rdfs:isDefinedBy ns1:vagueness ;
    rdfs:label "qualitative vagueness"@en .