IRI: http://purl.org/spar/cito/refutes
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:refutes a owl:ObjectProperty ;
rdfs:label "refutes"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:refutes :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity refutes statements, ideas or conclusions presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: We do not think that all their arguments in favour of their own and against the other strategies are equally convincing [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/refutes">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">refutes</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the citing entity refutes statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:refutes :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: We do not think that all their arguments in favour of their own and against the other strategies are equally convincing [X].</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/refutes",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:refutes :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity refutes statements, ideas or conclusions presented in the cited entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "refutes"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Example: We do not think that all their arguments in favour of their own and against the other strategies are equally convincing [X]."
}
]
}
]<http://purl.org/spar/cito/refutes> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/refutes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/refutes> <http://www.w3.org/2000/01/rdf-schema#label> "refutes"@en .
<http://purl.org/spar/cito/refutes> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity refutes statements, ideas or conclusions presented in the cited entity."@en .
<http://purl.org/spar/cito/refutes> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:refutes :paper-b .\n " .
<http://purl.org/spar/cito/refutes> <http://www.w3.org/2004/02/skos/core#note> "Example: We do not think that all their arguments in favour of their own and against the other strategies are equally convincing [X]."@en .
<http://purl.org/spar/cito/refutes> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/refutes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .