@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/2004/03/trix/rdfg-1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns0:equivalentGraph
    a owl:ObjectProperty ;
    rdfs:comment """
The graphs associated with the subject and object are equivalent.
      """ ;
    rdfs:domain ns0:Graph ;
    rdfs:label "equivalent graph" ;
    rdfs:range ns0:Graph .
 
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/2004/03/trix/rdfg-1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns0:equivalentGraph
    a owl:ObjectProperty ;
    rdfs:comment """
The graphs associated with the subject and object are equivalent.
      """ ;
    rdfs:domain ns0:Graph ;
    rdfs:label "equivalent graph" ;
    rdfs:range ns0:Graph .