@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://guava.iis.sinica.edu.tw/r4r/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:cites ns0:Definition "Any resource (A) is referenced by any other resource (B) only when the publication time of A is equal to B. .cites. is used to describe this relation. When it is used as the basic relation description for resource publication, r4r:Cites can be used to describe relations between article, data, or code of RRObject. When it is used for reusing context, r4r:Cites relates any resource that reuses RRObject for citation, and the reusing context is enriched by the packaging of RRPolicy." ; a owl:ObjectProperty ; rdfs:domain ns0:RRObject ; rdfs:isDefinedBy "http://guava.iis.sinica.edu.tw/r4r/cites"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; rdfs:label "cites" ; owl:propertyDisjointWith ns0:isCitedBy .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://guava.iis.sinica.edu.tw/r4r/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:cites
    ns0:Definition "Any resource (A) is referenced by any other resource (B) only when the publication time of A is equal to B. .cites. is used to describe this relation. When it is used as the basic relation description for resource publication, r4r:Cites can be used to describe relations between article, data, or code of RRObject. When it is used for reusing context, r4r:Cites relates any resource that reuses RRObject for citation, and the reusing context is enriched by the packaging of RRPolicy." ;
    a owl:ObjectProperty ;
    rdfs:domain ns0:RRObject ;
    rdfs:isDefinedBy "http://guava.iis.sinica.edu.tw/r4r/cites"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    rdfs:label "cites" ;
    owl:propertyDisjointWith ns0:isCitedBy .