@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://vcharpenay.github.io/hto/hto.xml#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:associatedTo a owl:AnnotationProperty ; rdfs:comment "gives the OWL class defined in the present ontology that should be associated to the individual defined as subject." ; rdfs:domain ns0:HTag .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vcharpenay.github.io/hto/hto.xml#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:associatedTo
    a owl:AnnotationProperty ;
    rdfs:comment "gives the OWL class defined in the present ontology that should be associated to the individual defined as subject." ;
    rdfs:domain ns0:HTag .