@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:hasSubResource rdfs:subPropertyOf ns0:isRelated . ns0:hasSuperResource rdfs:subPropertyOf ns0:isRelated . ns0:hasTopic rdfs:subPropertyOf ns0:isRelated . ns0:isRelated a ns1:SymmetricProperty, owl:AnnotationProperty, owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "Defines an annotation for a resource in the form of a relationship between the subject resource and another resource" ; rdfs:label "is related to" ; rdfs:range rdfs:Resource ; rdfs:subPropertyOf ns0:annotation . ns0:isTopicOf rdfs:subPropertyOf ns0:isRelated .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:hasSubResource
    rdfs:subPropertyOf ns0:isRelated .

ns0:hasSuperResource
    rdfs:subPropertyOf ns0:isRelated .

ns0:hasTopic
    rdfs:subPropertyOf ns0:isRelated .

ns0:isRelated
    a ns1:SymmetricProperty, owl:AnnotationProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "Defines an annotation for a resource in the form of a relationship between the subject resource and another resource" ;
    rdfs:label "is related to" ;
    rdfs:range rdfs:Resource ;
    rdfs:subPropertyOf ns0:annotation .

ns0:isTopicOf
    rdfs:subPropertyOf ns0:isRelated .