IRI: http://purl.org/spar/cito/AffilationSelfCitation
@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:AffilationSelfCitation a owl:Class ;
rdfs:label "affilation self citation"@en ;
vann:example """
# The following cito:AffiliationSelfCitation resource
:my-citation a cito:AffiliationSelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
# can be alternatively described as follows
:paper-a cito:extends :paper-b .
:paper-a cito:sharesAuthorInstitutionWith :paper-b .
""" ;
rdfs:comment """A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution.
"""@en ;
rdfs:isDefinedBy cito: ;
rdfs:subClassOf cito:SelfCitation ;
vs:term_status reg:statusStable ;
skos:note "Like the ancestor class `cito:Citation`, `cito:AffiliationSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesAuthorInstitutionWith` for linking the citing paper and the cited paper."@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/AffilationSelfCitation">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/SelfCitation"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution.
</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">affilation self citation</rdfs:label>
<vann:example>
# The following cito:AffiliationSelfCitation resource
:my-citation a cito:AffiliationSelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
# can be alternatively described as follows
:paper-a cito:extends :paper-b .
:paper-a cito:sharesAuthorInstitutionWith :paper-b .
</vann:example>
<skos:note xml:lang="en">Like the ancestor class `cito:Citation`, `cito:AffiliationSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesAuthorInstitutionWith` for linking the citing paper and the cited paper.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/AffilationSelfCitation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n # The following cito:AffiliationSelfCitation resource\n\n :my-citation a cito:AffiliationSelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n\n # can be alternatively described as follows\n\n :paper-a cito:extends :paper-b .\n :paper-a cito:sharesAuthorInstitutionWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution.\n "
}
],
"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": "affilation self citation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/cito/SelfCitation"
}
],
"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": "Like the ancestor class `cito:Citation`, `cito:AffiliationSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesAuthorInstitutionWith` for linking the citing paper and the cited paper."
}
]
}
]<http://purl.org/spar/cito/AffilationSelfCitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/AffilationSelfCitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/cito/SelfCitation> .
<http://purl.org/spar/cito/AffilationSelfCitation> <http://www.w3.org/2000/01/rdf-schema#comment> "A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution.\n "@en .
<http://purl.org/spar/cito/AffilationSelfCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/cito/AffilationSelfCitation> <http://purl.org/vocab/vann/example> "\n # The following cito:AffiliationSelfCitation resource\n\n :my-citation a cito:AffiliationSelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n\n # can be alternatively described as follows\n\n :paper-a cito:extends :paper-b .\n :paper-a cito:sharesAuthorInstitutionWith :paper-b .\n " .
<http://purl.org/spar/cito/AffilationSelfCitation> <http://www.w3.org/2000/01/rdf-schema#label> "affilation self citation"@en .
<http://purl.org/spar/cito/AffilationSelfCitation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/AffilationSelfCitation> <http://www.w3.org/2004/02/skos/core#note> "Like the ancestor class `cito:Citation`, `cito:AffiliationSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesAuthorInstitutionWith` for linking the citing paper and the cited paper."@en .
IRI: http://purl.org/spar/cito/AuthorNetworkSelfCitation
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cito:AuthorNetworkSelfCitation a owl:Class ;
rdfs:label "author network self citation"@en ;
vann:example """
:my-citation a cito:AuthorNetworkSelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCoAuthorshipCitationLevel "2"^^xsd:positiveInteger ;
cito:hasCitedEntity :paper-b .
""" ;
rdfs:comment "A citation in which at least one author of the citing entity has direct or indirect co-authorship links with one of the authors of the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onDataRange xsd:positiveInteger ;
owl:onProperty cito:hasCoAuthorshipCitationLevel ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
cito:SelfCitation ;
vs:term_status reg:statusStable ;
skos:note "Derived from the article 'A Small World of Citations? The Influence of Collaboration Networks on Citation Practices' by Matthew L. Wallace, Vincent Larivière and Yves Gingras, published in PLOS One (https://doi.org/10.1371/journal.pone.0033339)."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/AuthorNetworkSelfCitation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">author network self citation</rdfs:label>
<rdfs:subClassOf rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b1"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/SelfCitation"/>
<rdfs:comment xml:lang="en">A citation in which at least one author of the citing entity has direct or indirect co-authorship links with one of the authors of the cited entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Derived from the article 'A Small World of Citations? The Influence of Collaboration Networks on Citation Practices' by Matthew L. Wallace, Vincent Larivière and Yves Gingras, published in PLOS One (https://doi.org/10.1371/journal.pone.0033339).</skos:note>
<vann:example>
:my-citation a cito:AuthorNetworkSelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCoAuthorshipCitationLevel "2"^^xsd:positiveInteger ;
cito:hasCitedEntity :paper-b .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b1">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<owl:onProperty rdf:resource="http://purl.org/spar/cito/hasCoAuthorshipCitationLevel"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/AuthorNetworkSelfCitation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-citation a cito:AuthorNetworkSelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCoAuthorshipCitationLevel \"2\"^^xsd:positiveInteger ;\n cito:hasCitedEntity :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A citation in which at least one author of the citing entity has direct or indirect co-authorship links with one of the authors of 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": "author network self citation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n7a11dca0d3954cb9a83bb2e6e5d77316b1"
},
{
"@id": "http://purl.org/spar/cito/SelfCitation"
}
],
"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": "Derived from the article 'A Small World of Citations? The Influence of Collaboration Networks on Citation Practices' by Matthew L. Wallace, Vincent Larivière and Yves Gingras, published in PLOS One (https://doi.org/10.1371/journal.pone.0033339)."
}
]
},
{
"@id": "_:n7a11dca0d3954cb9a83bb2e6e5d77316b1",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onDataRange": [
{
"@id": "http://www.w3.org/2001/XMLSchema#positiveInteger"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/cito/hasCoAuthorshipCitationLevel"
}
],
"http://www.w3.org/2002/07/owl#qualifiedCardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
]
}
]<http://purl.org/spar/cito/AuthorNetworkSelfCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b1 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> .
<http://purl.org/spar/cito/AuthorNetworkSelfCitation> <http://www.w3.org/2000/01/rdf-schema#label> "author network self citation"@en .
<http://purl.org/spar/cito/AuthorNetworkSelfCitation> <http://purl.org/vocab/vann/example> "\n :my-citation a cito:AuthorNetworkSelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCoAuthorshipCitationLevel \"2\"^^xsd:positiveInteger ;\n cito:hasCitedEntity :paper-b .\n " .
<http://purl.org/spar/cito/AuthorNetworkSelfCitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n7a11dca0d3954cb9a83bb2e6e5d77316b1 .
<http://purl.org/spar/cito/AuthorNetworkSelfCitation> <http://www.w3.org/2000/01/rdf-schema#comment> "A citation in which at least one author of the citing entity has direct or indirect co-authorship links with one of the authors of the cited entity."@en .
<http://purl.org/spar/cito/AuthorNetworkSelfCitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/cito/SelfCitation> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/cito/AuthorNetworkSelfCitation> <http://www.w3.org/2004/02/skos/core#note> "Derived from the article 'A Small World of Citations? The Influence of Collaboration Networks on Citation Practices' by Matthew L. Wallace, Vincent Larivière and Yves Gingras, published in PLOS One (https://doi.org/10.1371/journal.pone.0033339)."@en .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b1 <http://www.w3.org/2002/07/owl#qualifiedCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b1 <http://www.w3.org/2002/07/owl#onDataRange> <http://www.w3.org/2001/XMLSchema#positiveInteger> .
<http://purl.org/spar/cito/AuthorNetworkSelfCitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/AuthorNetworkSelfCitation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/AuthorSelfCitation
@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:AuthorSelfCitation a owl:Class ;
rdfs:label "author self citation"@en ;
vann:example """
# The following cito:AuthorSelfCitation resource
:my-citation a cito:AuthorSelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
# can be alternatively described as follows
:paper-a cito:extends :paper-b .
:paper-a cito:sharesAuthorWith :paper-b .
""" ;
rdfs:comment """A citation in which the citing and the cited entities have at least one author in common.
"""@en ;
rdfs:isDefinedBy cito: ;
rdfs:subClassOf cito:SelfCitation ;
vs:term_status reg:statusStable ;
skos:note "Like the ancestor class `cito:Citation`, `cito:AuthorSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesAuthorWith` for linking the citing paper and the cited paper."@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/AuthorSelfCitation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A citation in which the citing and the cited entities have at least one author in common.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">author self citation</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/SelfCitation"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Like the ancestor class `cito:Citation`, `cito:AuthorSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesAuthorWith` for linking the citing paper and the cited paper.</skos:note>
<vann:example>
# The following cito:AuthorSelfCitation resource
:my-citation a cito:AuthorSelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
# can be alternatively described as follows
:paper-a cito:extends :paper-b .
:paper-a cito:sharesAuthorWith :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/AuthorSelfCitation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n # The following cito:AuthorSelfCitation resource\n\n :my-citation a cito:AuthorSelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n\n # can be alternatively described as follows\n\n :paper-a cito:extends :paper-b .\n :paper-a cito:sharesAuthorWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A citation in which the citing and the cited entities have at least one author in common.\n "
}
],
"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": "author self citation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/cito/SelfCitation"
}
],
"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": "Like the ancestor class `cito:Citation`, `cito:AuthorSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesAuthorWith` for linking the citing paper and the cited paper."
}
]
}
]<http://purl.org/spar/cito/AuthorSelfCitation> <http://www.w3.org/2004/02/skos/core#note> "Like the ancestor class `cito:Citation`, `cito:AuthorSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesAuthorWith` for linking the citing paper and the cited paper."@en .
<http://purl.org/spar/cito/AuthorSelfCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/cito/AuthorSelfCitation> <http://purl.org/vocab/vann/example> "\n # The following cito:AuthorSelfCitation resource\n\n :my-citation a cito:AuthorSelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n\n # can be alternatively described as follows\n\n :paper-a cito:extends :paper-b .\n :paper-a cito:sharesAuthorWith :paper-b .\n " .
<http://purl.org/spar/cito/AuthorSelfCitation> <http://www.w3.org/2000/01/rdf-schema#comment> "A citation in which the citing and the cited entities have at least one author in common.\n "@en .
<http://purl.org/spar/cito/AuthorSelfCitation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/AuthorSelfCitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/AuthorSelfCitation> <http://www.w3.org/2000/01/rdf-schema#label> "author self citation"@en .
<http://purl.org/spar/cito/AuthorSelfCitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/cito/SelfCitation> .
IRI: http://purl.org/spar/cito/Citation
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cito:Citation a owl:Class ;
rdfs:label "citation"@en ;
vann:example """
# The following RDF statement
:paper-a cito:extends :paper-b .
# can be alternatively described as follows
:my-citation a cito:Citation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
""" ;
rdfs:comment """
A citation is a conceptual directional link from a citing entity to a cited entity, created by a human performative act of making a citation, typically instantiated by the inclusion of a bibliographic reference (`biro:BibliographicReference`) in the reference list of the citing entity, or by the inclusion within the citing entity of a link, in the form of an HTTP Uniform Resource Locator (URL), to a resource on the World Wide Web.
"""@en ;
rdfs:isDefinedBy cito: ;
owl:equivalentClass [ a owl:Class ;
owl:intersectionOf ( sit:Situation [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty cito:hasCitationCharacterization ] [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty cito:hasCitedEntity ] [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty cito:hasCitingEntity ] ) ] ;
vs:term_status reg:statusStable ;
skos:note """
The time span of a citation, i.e. the interval between the publication year of the citing entity and the publication year of the cited entity, can be recorded using the data property `cito:hasCitationTimeSpan`.
The nature or type of a citation can be characterized by using CiTO object properties, e.g. http://purl.org/spar/cito/citesAsDataSource (definition: 'The citing entity cites the cited entity as a source of data').
This CiTO class `cito:Citation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties.
This usage involved [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), whereby a CiTO object property, such as the aforementioned `cito:extends`, is used as the object of the OWL assertion.
Using punning, the CiTO object property is considered as a proper named individual of the class `owl:Thing`.
Such reification of citation acts can be very useful, since it permits one to combine these CiTO properties with other vocabularies, or to handle situations in which none of the citation characterizations available in CiTO are applicable.
Such situations can be resolved by the creation of a user-defined citation characterization, for example by using the [Web Annotation Data Model](https://www.w3.org/TR/annotation-model/), as explained at http://semanticpublishing.wordpress.com/2013/07/03/extending-cito-for-open-annotations/.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b5">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<owl:onProperty rdf:resource="http://purl.org/spar/cito/hasCitingEntity"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b3">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<owl:onProperty rdf:resource="http://purl.org/spar/cito/hasCitationCharacterization"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b6">
<rdf:first rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation"/>
<rdf:rest rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b7"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/cito/Citation">
<rdfs:label xml:lang="en">citation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<owl:equivalentClass rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b2"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">
A citation is a conceptual directional link from a citing entity to a cited entity, created by a human performative act of making a citation, typically instantiated by the inclusion of a bibliographic reference (`biro:BibliographicReference`) in the reference list of the citing entity, or by the inclusion within the citing entity of a link, in the form of an HTTP Uniform Resource Locator (URL), to a resource on the World Wide Web.
</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
The time span of a citation, i.e. the interval between the publication year of the citing entity and the publication year of the cited entity, can be recorded using the data property `cito:hasCitationTimeSpan`.
The nature or type of a citation can be characterized by using CiTO object properties, e.g. http://purl.org/spar/cito/citesAsDataSource (definition: 'The citing entity cites the cited entity as a source of data').
This CiTO class `cito:Citation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties.
This usage involved [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), whereby a CiTO object property, such as the aforementioned `cito:extends`, is used as the object of the OWL assertion.
Using punning, the CiTO object property is considered as a proper named individual of the class `owl:Thing`.
Such reification of citation acts can be very useful, since it permits one to combine these CiTO properties with other vocabularies, or to handle situations in which none of the citation characterizations available in CiTO are applicable.
Such situations can be resolved by the creation of a user-defined citation characterization, for example by using the [Web Annotation Data Model](https://www.w3.org/TR/annotation-model/), as explained at http://semanticpublishing.wordpress.com/2013/07/03/extending-cito-for-open-annotations/.
</skos:note>
<vann:example>
# The following RDF statement
:paper-a cito:extends :paper-b .
# can be alternatively described as follows
:my-citation a cito:Citation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b8">
<rdf:first rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b4"/>
<rdf:rest rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b9"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b9">
<rdf:first rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b5"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<owl:onProperty rdf:resource="http://purl.org/spar/cito/hasCitedEntity"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b7">
<rdf:first rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b3"/>
<rdf:rest rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b8"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b2">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n7a11dca0d3954cb9a83bb2e6e5d77316b6"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/Citation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n # The following RDF statement\n\n :paper-a cito:extends :paper-b .\n\n # can be alternatively described as follows\n\n :my-citation a cito:Citation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nA citation is a conceptual directional link from a citing entity to a cited entity, created by a human performative act of making a citation, typically instantiated by the inclusion of a bibliographic reference (`biro:BibliographicReference`) in the reference list of the citing entity, or by the inclusion within the citing entity of a link, in the form of an HTTP Uniform Resource Locator (URL), to a resource on the World Wide Web.\n "
}
],
"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": "citation"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "_:n7a11dca0d3954cb9a83bb2e6e5d77316b2"
}
],
"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": "\nThe time span of a citation, i.e. the interval between the publication year of the citing entity and the publication year of the cited entity, can be recorded using the data property `cito:hasCitationTimeSpan`.\n\nThe nature or type of a citation can be characterized by using CiTO object properties, e.g. http://purl.org/spar/cito/citesAsDataSource (definition: 'The citing entity cites the cited entity as a source of data'). \n\nThis CiTO class `cito:Citation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties. \n\nThis usage involved [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), whereby a CiTO object property, such as the aforementioned `cito:extends`, is used as the object of the OWL assertion.\n\nUsing punning, the CiTO object property is considered as a proper named individual of the class `owl:Thing`. \n\nSuch reification of citation acts can be very useful, since it permits one to combine these CiTO properties with other vocabularies, or to handle situations in which none of the citation characterizations available in CiTO are applicable. \n\nSuch situations can be resolved by the creation of a user-defined citation characterization, for example by using the [Web Annotation Data Model](https://www.w3.org/TR/annotation-model/), as explained at http://semanticpublishing.wordpress.com/2013/07/03/extending-cito-for-open-annotations/.\n "
}
]
},
{
"@id": "_:n7a11dca0d3954cb9a83bb2e6e5d77316b2",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation"
},
{
"@id": "_:n7a11dca0d3954cb9a83bb2e6e5d77316b3"
},
{
"@id": "_:n7a11dca0d3954cb9a83bb2e6e5d77316b4"
},
{
"@id": "_:n7a11dca0d3954cb9a83bb2e6e5d77316b5"
}
]
}
]
},
{
"@id": "_:n7a11dca0d3954cb9a83bb2e6e5d77316b3",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/cito/hasCitationCharacterization"
}
]
},
{
"@id": "_:n7a11dca0d3954cb9a83bb2e6e5d77316b4",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/cito/hasCitedEntity"
}
]
},
{
"@id": "_:n7a11dca0d3954cb9a83bb2e6e5d77316b5",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/cito/hasCitingEntity"
}
]
}
]_:n7a11dca0d3954cb9a83bb2e6e5d77316b5 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b3 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> .
<http://purl.org/spar/cito/Citation> <http://www.w3.org/2002/07/owl#equivalentClass> _:n7a11dca0d3954cb9a83bb2e6e5d77316b2 .
<http://purl.org/spar/cito/Citation> <http://www.w3.org/2000/01/rdf-schema#label> "citation"@en .
<http://purl.org/spar/cito/Citation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n7a11dca0d3954cb9a83bb2e6e5d77316b4 .
<http://purl.org/spar/cito/Citation> <http://www.w3.org/2000/01/rdf-schema#comment> "\nA citation is a conceptual directional link from a citing entity to a cited entity, created by a human performative act of making a citation, typically instantiated by the inclusion of a bibliographic reference (`biro:BibliographicReference`) in the reference list of the citing entity, or by the inclusion within the citing entity of a link, in the form of an HTTP Uniform Resource Locator (URL), to a resource on the World Wide Web.\n "@en .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/cito/Citation> <http://purl.org/vocab/vann/example> "\n # The following RDF statement\n\n :paper-a cito:extends :paper-b .\n\n # can be alternatively described as follows\n\n :my-citation a cito:Citation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n " .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b4 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n7a11dca0d3954cb9a83bb2e6e5d77316b9 .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/cito/Citation> <http://www.w3.org/2004/02/skos/core#note> "\nThe time span of a citation, i.e. the interval between the publication year of the citing entity and the publication year of the cited entity, can be recorded using the data property `cito:hasCitationTimeSpan`.\n\nThe nature or type of a citation can be characterized by using CiTO object properties, e.g. http://purl.org/spar/cito/citesAsDataSource (definition: 'The citing entity cites the cited entity as a source of data'). \n\nThis CiTO class `cito:Citation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties. \n\nThis usage involved [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), whereby a CiTO object property, such as the aforementioned `cito:extends`, is used as the object of the OWL assertion.\n\nUsing punning, the CiTO object property is considered as a proper named individual of the class `owl:Thing`. \n\nSuch reification of citation acts can be very useful, since it permits one to combine these CiTO properties with other vocabularies, or to handle situations in which none of the citation characterizations available in CiTO are applicable. \n\nSuch situations can be resolved by the creation of a user-defined citation characterization, for example by using the [Web Annotation Data Model](https://www.w3.org/TR/annotation-model/), as explained at http://semanticpublishing.wordpress.com/2013/07/03/extending-cito-for-open-annotations/.\n "@en .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b3 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/cito/hasCitationCharacterization> .
<http://purl.org/spar/cito/Citation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n7a11dca0d3954cb9a83bb2e6e5d77316b8 .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n7a11dca0d3954cb9a83bb2e6e5d77316b7 .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b5 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/cito/hasCitingEntity> .
<http://purl.org/spar/cito/Citation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n7a11dca0d3954cb9a83bb2e6e5d77316b3 .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b4 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/cito/hasCitedEntity> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b2 <http://www.w3.org/2002/07/owl#intersectionOf> _:n7a11dca0d3954cb9a83bb2e6e5d77316b6 .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n7a11dca0d3954cb9a83bb2e6e5d77316b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n7a11dca0d3954cb9a83bb2e6e5d77316b5 .
IRI: http://purl.org/spar/cito/DistantCitation
@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:DistantCitation a owl:Class ;
rdfs:label "distant citation"@en ;
vann:example """
:my-citation a cito:DistantCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
""" ;
rdfs:comment "A citation in which the citing and the cited entities have nothing significant in common with one another (for example authors, journal, institutional affiliation, or funding agency) over and beyond their subject matter."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subClassOf cito:Citation ;
vs:term_status reg:statusStable ;
skos:note "Derived from the article 'A Small World of Citations? The Influence of Collaboration Networks on Citation Practices' by Matthew L. Wallace, Vincent Larivière and Yves Gingras, published in PLOS One (https://doi.org/10.1371/journal.pone.0033339)."@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/DistantCitation">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A citation in which the citing and the cited entities have nothing significant in common with one another (for example authors, journal, institutional affiliation, or funding agency) over and beyond their subject matter.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/Citation"/>
<rdfs:label xml:lang="en">distant citation</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos:note xml:lang="en">Derived from the article 'A Small World of Citations? The Influence of Collaboration Networks on Citation Practices' by Matthew L. Wallace, Vincent Larivière and Yves Gingras, published in PLOS One (https://doi.org/10.1371/journal.pone.0033339).</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-citation a cito:DistantCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/DistantCitation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-citation a cito:DistantCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A citation in which the citing and the cited entities have nothing significant in common with one another (for example authors, journal, institutional affiliation, or funding agency) over and beyond their subject matter."
}
],
"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": "distant citation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/cito/Citation"
}
],
"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": "Derived from the article 'A Small World of Citations? The Influence of Collaboration Networks on Citation Practices' by Matthew L. Wallace, Vincent Larivière and Yves Gingras, published in PLOS One (https://doi.org/10.1371/journal.pone.0033339)."
}
]
}
]<http://purl.org/spar/cito/DistantCitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/DistantCitation> <http://www.w3.org/2000/01/rdf-schema#comment> "A citation in which the citing and the cited entities have nothing significant in common with one another (for example authors, journal, institutional affiliation, or funding agency) over and beyond their subject matter."@en .
<http://purl.org/spar/cito/DistantCitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/cito/Citation> .
<http://purl.org/spar/cito/DistantCitation> <http://www.w3.org/2004/02/skos/core#note> "Derived from the article 'A Small World of Citations? The Influence of Collaboration Networks on Citation Practices' by Matthew L. Wallace, Vincent Larivière and Yves Gingras, published in PLOS One (https://doi.org/10.1371/journal.pone.0033339)."@en .
<http://purl.org/spar/cito/DistantCitation> <http://purl.org/vocab/vann/example> "\n :my-citation a cito:DistantCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n " .
<http://purl.org/spar/cito/DistantCitation> <http://www.w3.org/2000/01/rdf-schema#label> "distant citation"@en .
<http://purl.org/spar/cito/DistantCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/cito/DistantCitation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/FunderSelfCitation
@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:FunderSelfCitation a owl:Class ;
rdfs:label "funder self citation"@en ;
vann:example """
# The following cito:FunderSelfCitation resource
:my-citation a cito:FunderSelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
# can be alternatively described as follows
:paper-a cito:extends :paper-b .
:paper-a cito:sharesFundingAgencyWith :paper-b .
""" ;
rdfs:comment """
A citation in which the works reported in the citing and the cited entities were funded by the same funding agency.
"""@en ;
rdfs:isDefinedBy cito: ;
rdfs:subClassOf cito:SelfCitation ;
vs:term_status reg:statusStable ;
skos:note "Like the ancestor class `cito:Citation`, `cito:FunderSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesFundingAgencyWith` for linking the citing paper and the cited paper."@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/FunderSelfCitation">
<rdfs:label xml:lang="en">funder self citation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/SelfCitation"/>
<rdfs:comment xml:lang="en">
A citation in which the works reported in the citing and the cited entities were funded by the same funding agency.
</rdfs:comment>
<vann:example>
# The following cito:FunderSelfCitation resource
:my-citation a cito:FunderSelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
# can be alternatively described as follows
:paper-a cito:extends :paper-b .
:paper-a cito:sharesFundingAgencyWith :paper-b .
</vann:example>
<skos:note xml:lang="en">Like the ancestor class `cito:Citation`, `cito:FunderSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesFundingAgencyWith` for linking the citing paper and the cited paper.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/FunderSelfCitation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n # The following cito:FunderSelfCitation resource\n\n :my-citation a cito:FunderSelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n\n # can be alternatively described as follows\n\n :paper-a cito:extends :paper-b .\n :paper-a cito:sharesFundingAgencyWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nA citation in which the works reported in the citing and the cited entities were funded by the same funding agency.\n "
}
],
"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": "funder self citation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/cito/SelfCitation"
}
],
"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": "Like the ancestor class `cito:Citation`, `cito:FunderSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesFundingAgencyWith` for linking the citing paper and the cited paper."
}
]
}
]<http://purl.org/spar/cito/FunderSelfCitation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/FunderSelfCitation> <http://www.w3.org/2000/01/rdf-schema#label> "funder self citation"@en .
<http://purl.org/spar/cito/FunderSelfCitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/FunderSelfCitation> <http://www.w3.org/2004/02/skos/core#note> "Like the ancestor class `cito:Citation`, `cito:FunderSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesFundingAgencyWith` for linking the citing paper and the cited paper."@en .
<http://purl.org/spar/cito/FunderSelfCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/cito/FunderSelfCitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/cito/SelfCitation> .
<http://purl.org/spar/cito/FunderSelfCitation> <http://purl.org/vocab/vann/example> "\n # The following cito:FunderSelfCitation resource\n\n :my-citation a cito:FunderSelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n\n # can be alternatively described as follows\n\n :paper-a cito:extends :paper-b .\n :paper-a cito:sharesFundingAgencyWith :paper-b .\n " .
<http://purl.org/spar/cito/FunderSelfCitation> <http://www.w3.org/2000/01/rdf-schema#comment> "\nA citation in which the works reported in the citing and the cited entities were funded by the same funding agency.\n "@en .
IRI: http://purl.org/spar/cito/JournalCartelCitation
@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:JournalCartelCitation a owl:Class ;
rdfs:label "journal cartel citation"@en ;
vann:example """
:my-citation a cito:JournalCartelCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
""" ;
rdfs:comment "A citation from one journal to another journal which forms one of a very large number of citations from the citing journal to recent articles in the cited journal, possibly undertaken as part of a citation cartel for the purpose of gaming the impact factor of the cited journal."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subClassOf cito:Citation ;
vs:term_status reg:statusStable ;
skos:note "Derived from the blog post 'What do we know about journal citation cartels? A call for information' by Philippe Mongeon, Ludo Waltman and Sarah de Rijcke (https://www.cwts.nl/blog?article=n-q2w2b4)."@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/JournalCartelCitation">
<rdfs:comment xml:lang="en">A citation from one journal to another journal which forms one of a very large number of citations from the citing journal to recent articles in the cited journal, possibly undertaken as part of a citation cartel for the purpose of gaming the impact factor of the cited journal.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/Citation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">journal cartel citation</rdfs:label>
<skos:note xml:lang="en">Derived from the blog post 'What do we know about journal citation cartels? A call for information' by Philippe Mongeon, Ludo Waltman and Sarah de Rijcke (https://www.cwts.nl/blog?article=n-q2w2b4).</skos:note>
<vann:example>
:my-citation a cito:JournalCartelCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/JournalCartelCitation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-citation a cito:JournalCartelCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A citation from one journal to another journal which forms one of a very large number of citations from the citing journal to recent articles in the cited journal, possibly undertaken as part of a citation cartel for the purpose of gaming the impact factor of the cited journal."
}
],
"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": "journal cartel citation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/cito/Citation"
}
],
"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": "Derived from the blog post 'What do we know about journal citation cartels? A call for information' by Philippe Mongeon, Ludo Waltman and Sarah de Rijcke (https://www.cwts.nl/blog?article=n-q2w2b4)."
}
]
}
]<http://purl.org/spar/cito/JournalCartelCitation> <http://www.w3.org/2000/01/rdf-schema#comment> "A citation from one journal to another journal which forms one of a very large number of citations from the citing journal to recent articles in the cited journal, possibly undertaken as part of a citation cartel for the purpose of gaming the impact factor of the cited journal."@en .
<http://purl.org/spar/cito/JournalCartelCitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/JournalCartelCitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/cito/Citation> .
<http://purl.org/spar/cito/JournalCartelCitation> <http://purl.org/vocab/vann/example> "\n :my-citation a cito:JournalCartelCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n " .
<http://purl.org/spar/cito/JournalCartelCitation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/JournalCartelCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/cito/JournalCartelCitation> <http://www.w3.org/2000/01/rdf-schema#label> "journal cartel citation"@en .
<http://purl.org/spar/cito/JournalCartelCitation> <http://www.w3.org/2004/02/skos/core#note> "Derived from the blog post 'What do we know about journal citation cartels? A call for information' by Philippe Mongeon, Ludo Waltman and Sarah de Rijcke (https://www.cwts.nl/blog?article=n-q2w2b4)."@en .
IRI: http://purl.org/spar/cito/JournalSelfCitation
@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:JournalSelfCitation a owl:Class ;
rdfs:label "journal self citation"@en ;
vann:example """
# The following cito:AffiliationSelfCitation resource
:my-citation a cito:AffiliationSelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
# can be alternatively described as follows
:paper-a cito:extends :paper-b .
:paper-a cito:sharesAuthorInstitutionWith :paper-b .
""" ;
rdfs:comment """
A citation in which the citing and the cited entities are published in the same journal.
"""@en ;
rdfs:isDefinedBy cito: ;
rdfs:subClassOf cito:SelfCitation ;
vs:term_status reg:statusStable ;
skos:note """
Like the ancestor class `cito:Citation`, `cito:JournalSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesJournalWith` for linking the citing paper and the cited paper.
Derived from the blog post "Journal self-citations are increasingly biased toward impact factor years" by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).
"""@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/JournalSelfCitation">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/SelfCitation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">
A citation in which the citing and the cited entities are published in the same journal.
</rdfs:comment>
<rdfs:label xml:lang="en">journal self citation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<skos:note xml:lang="en">
Like the ancestor class `cito:Citation`, `cito:JournalSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesJournalWith` for linking the citing paper and the cited paper.
Derived from the blog post "Journal self-citations are increasingly biased toward impact factor years" by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).
</skos:note>
<vann:example>
# The following cito:AffiliationSelfCitation resource
:my-citation a cito:AffiliationSelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
# can be alternatively described as follows
:paper-a cito:extends :paper-b .
:paper-a cito:sharesAuthorInstitutionWith :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/JournalSelfCitation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n # The following cito:AffiliationSelfCitation resource\n\n :my-citation a cito:AffiliationSelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n\n # can be alternatively described as follows\n\n :paper-a cito:extends :paper-b .\n :paper-a cito:sharesAuthorInstitutionWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nA citation in which the citing and the cited entities are published in the same journal.\n "
}
],
"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": "journal self citation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/cito/SelfCitation"
}
],
"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": "\nLike the ancestor class `cito:Citation`, `cito:JournalSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesJournalWith` for linking the citing paper and the cited paper.\n\nDerived from the blog post \"Journal self-citations are increasingly biased toward impact factor years\" by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).\n "
}
]
}
]<http://purl.org/spar/cito/JournalSelfCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/cito/JournalSelfCitation> <http://purl.org/vocab/vann/example> "\n # The following cito:AffiliationSelfCitation resource\n\n :my-citation a cito:AffiliationSelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n\n # can be alternatively described as follows\n\n :paper-a cito:extends :paper-b .\n :paper-a cito:sharesAuthorInstitutionWith :paper-b .\n " .
<http://purl.org/spar/cito/JournalSelfCitation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/JournalSelfCitation> <http://www.w3.org/2000/01/rdf-schema#comment> "\nA citation in which the citing and the cited entities are published in the same journal.\n "@en .
<http://purl.org/spar/cito/JournalSelfCitation> <http://www.w3.org/2000/01/rdf-schema#label> "journal self citation"@en .
<http://purl.org/spar/cito/JournalSelfCitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/JournalSelfCitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/cito/SelfCitation> .
<http://purl.org/spar/cito/JournalSelfCitation> <http://www.w3.org/2004/02/skos/core#note> "\nLike the ancestor class `cito:Citation`, `cito:JournalSelfCitation` and its accompanying object properties `cito:hasCitingEntity`, `cito:hasCitedEntity` and `cito:hasCitationCharacterization` can be employed to reify direct citation statements made using the CiTO citation object property `cito:cites` or one of its sub-properties, accompanied by an additional statement using `cito:sharesJournalWith` for linking the citing paper and the cited paper.\n\nDerived from the blog post \"Journal self-citations are increasingly biased toward impact factor years\" by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).\n "@en .
IRI: http://purl.org/spar/cito/SelfCitation
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:SelfCitation a owl:Class ;
rdfs:label "self citation"@en ;
vann:example """
:my-citation a cito:SelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
""" ;
rdfs:comment "A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subClassOf cito:Citation ;
vs:term_status reg:statusStable .
<?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: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/SelfCitation">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">self citation</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/cito/Citation"/>
<vann:example>
:my-citation a cito:SelfCitation ;
cito:hasCitingEntity :paper-a ;
cito:hasCitationCharacterization cito:extends ;
cito:hasCitedEntity :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/SelfCitation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-citation a cito:SelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency."
}
],
"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": "self citation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/cito/Citation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/SelfCitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/SelfCitation> <http://www.w3.org/2000/01/rdf-schema#comment> "A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency."@en .
<http://purl.org/spar/cito/SelfCitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/cito/Citation> .
<http://purl.org/spar/cito/SelfCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/cito/SelfCitation> <http://purl.org/vocab/vann/example> "\n :my-citation a cito:SelfCitation ; \n cito:hasCitingEntity :paper-a ;\n cito:hasCitationCharacterization cito:extends ;\n cito:hasCitedEntity :paper-b .\n " .
<http://purl.org/spar/cito/SelfCitation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/SelfCitation> <http://www.w3.org/2000/01/rdf-schema#label> "self citation"@en .
IRI: http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
sit:Situation a owl:Class ;
rdfs:label "situation"@en ;
rdfs:comment "A view on a set of entities. It can be seen as a 'relational context', reifying a relation."@en ;
rdfs:isDefinedBy sit: .
<?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#"
>
<rdf:Description rdf:about="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation">
<rdfs:comment xml:lang="en">A view on a set of entities. It can be seen as a 'relational context', reifying a relation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">situation</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A view on a set of entities. It can be seen as a 'relational context', reifying a relation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "situation"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/2000/01/rdf-schema#comment> "A view on a set of entities. It can be seen as a 'relational context', reifying a relation."@en .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/2000/01/rdf-schema#label> "situation"@en .
Jump to:
IRI: http://purl.org/spar/cito/agreesWith
@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:agreesWith a owl:ObjectProperty ;
rdfs:label "agrees with"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:agreesWith :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity agrees with statements, ideas or conclusions presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isAgreedWithBy ;
vs:term_status reg:statusStable ;
skos:note "Example: We share Galileo's opinion: the Earth moves [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/agreesWith">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity agrees with statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isAgreedWithBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">agrees with</rdfs:label>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:agreesWith :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: We share Galileo's opinion: the Earth moves [X].</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/agreesWith",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:agreesWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity agrees with 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": "agrees with"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isAgreedWithBy"
}
],
"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 share Galileo's opinion: the Earth moves [X]."
}
]
}
]<http://purl.org/spar/cito/agreesWith> <http://www.w3.org/2004/02/skos/core#note> "Example: We share Galileo's opinion: the Earth moves [X]."@en .
<http://purl.org/spar/cito/agreesWith> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/agreesWith> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/agreesWith> <http://www.w3.org/2000/01/rdf-schema#label> "agrees with"@en .
<http://purl.org/spar/cito/agreesWith> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isAgreedWithBy> .
<http://purl.org/spar/cito/agreesWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/agreesWith> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/agreesWith> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:agreesWith :paper-b .\n " .
<http://purl.org/spar/cito/agreesWith> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity agrees with statements, ideas or conclusions presented in the cited entity."@en .
IRI: http://schema.org/citation
@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 schema1: <http://schema.org/> .
@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#> .
schema1:citation a owl:ObjectProperty ;
rdfs:label "citation" ;
vann:example """
:paper-a a fabio:JournalArticle ;
schema:citation :paper-b .
""" ;
rdfs:comment "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc."@en ;
rdfs:isDefinedBy schema1: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "This property is defined in [schema.org](https://schema.org/) and has been added here to align schema.org with CiTO. The object property `schema:citation` expresses similar semantics to `cito:cites` except for the explicit definition of domain and range classes, that are `schema:CreativeWork` according to schema.org. For that reason, it is here defined as a subproperty of `cito:cites`."@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://schema.org/citation">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://schema.org/"/>
<rdfs:label>citation</rdfs:label>
<skos:note xml:lang="en">This property is defined in [schema.org](https://schema.org/) and has been added here to align schema.org with CiTO. The object property `schema:citation` expresses similar semantics to `cito:cites` except for the explicit definition of domain and range classes, that are `schema:CreativeWork` according to schema.org. For that reason, it is here defined as a subproperty of `cito:cites`.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
schema:citation :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://schema.org/citation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n schema:citation :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://schema.org/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "citation"
}
],
"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": "This property is defined in [schema.org](https://schema.org/) and has been added here to align schema.org with CiTO. The object property `schema:citation` expresses similar semantics to `cito:cites` except for the explicit definition of domain and range classes, that are `schema:CreativeWork` according to schema.org. For that reason, it is here defined as a subproperty of `cito:cites`."
}
]
}
]<http://schema.org/citation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://schema.org/citation> <http://www.w3.org/2004/02/skos/core#note> "This property is defined in [schema.org](https://schema.org/) and has been added here to align schema.org with CiTO. The object property `schema:citation` expresses similar semantics to `cito:cites` except for the explicit definition of domain and range classes, that are `schema:CreativeWork` according to schema.org. For that reason, it is here defined as a subproperty of `cito:cites`."@en .
<http://schema.org/citation> <http://www.w3.org/2000/01/rdf-schema#comment> "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc."@en .
<http://schema.org/citation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://schema.org/citation> <http://www.w3.org/2000/01/rdf-schema#label> "citation" .
<http://schema.org/citation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://schema.org/> .
<http://schema.org/citation> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n schema:citation :paper-b .\n " .
<http://schema.org/citation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/cites
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:cites a owl:ObjectProperty ;
rdfs:label "cites"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:cites :paper-b .
""" ;
rdfs:comment "A relation according to which a citing entity cites a cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism)."@en ;
rdfs:isDefinedBy cito: ;
owl:inverseOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/cites">
<rdfs:comment xml:lang="en">A relation according to which a citing entity cites a cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism).</rdfs:comment>
<rdfs:label xml:lang="en">cites</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:cites :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/cites",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:cites :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which a citing entity cites a cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism)."
}
],
"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": "cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/cites> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which a citing entity cites a cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism)."@en .
<http://purl.org/spar/cito/cites> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/cites> <http://www.w3.org/2000/01/rdf-schema#label> "cites"@en .
<http://purl.org/spar/cito/cites> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/cites> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:cites :paper-b .\n " .
<http://purl.org/spar/cito/cites> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/cites> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/citesAsAuthority
@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:citesAsAuthority a owl:ObjectProperty ;
rdfs:label "cites as authority"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:citesAsAuthority :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedAsAuthorityBy ;
vs:term_status reg:statusStable ;
skos:note "Example: Newton asserted that we are like dwarfs standing on the shoulders of giants [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/citesAsAuthority">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">cites as authority</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsAuthorityBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion.</rdfs:comment>
<skos:note xml:lang="en">Example: Newton asserted that we are like dwarfs standing on the shoulders of giants [X].</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:citesAsAuthority :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesAsAuthority",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsAuthority :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion."
}
],
"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": "cites as authority"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedAsAuthorityBy"
}
],
"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: Newton asserted that we are like dwarfs standing on the shoulders of giants [X]."
}
]
}
]<http://purl.org/spar/cito/citesAsAuthority> <http://www.w3.org/2004/02/skos/core#note> "Example: Newton asserted that we are like dwarfs standing on the shoulders of giants [X]."@en .
<http://purl.org/spar/cito/citesAsAuthority> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesAsAuthority> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion."@en .
<http://purl.org/spar/cito/citesAsAuthority> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsAuthority :paper-b .\n " .
<http://purl.org/spar/cito/citesAsAuthority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/citesAsAuthority> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/citesAsAuthority> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedAsAuthorityBy> .
<http://purl.org/spar/cito/citesAsAuthority> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesAsAuthority> <http://www.w3.org/2000/01/rdf-schema#label> "cites as authority"@en .
IRI: http://purl.org/spar/cito/citesAsDataSource
@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:citesAsDataSource a owl:ObjectProperty ;
rdfs:label "cites as data source"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:citesAsDataSource :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity cites the cited entity as source of data."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedAsDataSourceBy ;
vs:term_status reg:statusStable ;
skos:note "Example: Italy has more than ten thousand kilometers of shoreline: see [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/citesAsDataSource">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">cites as data source</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the citing entity cites the cited entity as source of data.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsDataSourceBy"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:citesAsDataSource :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: Italy has more than ten thousand kilometers of shoreline: see [X].</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesAsDataSource",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsDataSource :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity cites the cited entity as source of data."
}
],
"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": "cites as data source"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedAsDataSourceBy"
}
],
"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: Italy has more than ten thousand kilometers of shoreline: see [X]."
}
]
}
]<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2004/02/skos/core#note> "Example: Italy has more than ten thousand kilometers of shoreline: see [X]."@en .
<http://purl.org/spar/cito/citesAsDataSource> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsDataSource :paper-b .\n " .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2000/01/rdf-schema#label> "cites as data source"@en .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity cites the cited entity as source of data."@en .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedAsDataSourceBy> .
IRI: http://purl.org/spar/cito/citesAsEvidence
@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:citesAsEvidence a owl:ObjectProperty ;
rdfs:label "cites as evidence"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:citesAsEvidence :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity cites the cited entity as source of factual evidence for statements it contains."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedAsEvidenceBy ;
vs:term_status reg:statusStable ;
skos:note "Example: We found an unquestionable demonstration of our hypothesis in [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/citesAsEvidence">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">cites as evidence</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the citing entity cites the cited entity as source of factual evidence for statements it contains.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsEvidenceBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:citesAsEvidence :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Example: We found an unquestionable demonstration of our hypothesis in [X].</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesAsEvidence",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsEvidence :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity cites the cited entity as source of factual evidence for statements it contains."
}
],
"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": "cites as evidence"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedAsEvidenceBy"
}
],
"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 found an unquestionable demonstration of our hypothesis in [X]."
}
]
}
]<http://purl.org/spar/cito/citesAsEvidence> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/citesAsEvidence> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesAsEvidence> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesAsEvidence> <http://www.w3.org/2000/01/rdf-schema#label> "cites as evidence"@en .
<http://purl.org/spar/cito/citesAsEvidence> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsEvidence :paper-b .\n " .
<http://purl.org/spar/cito/citesAsEvidence> <http://www.w3.org/2004/02/skos/core#note> "Example: We found an unquestionable demonstration of our hypothesis in [X]."@en .
<http://purl.org/spar/cito/citesAsEvidence> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity cites the cited entity as source of factual evidence for statements it contains."@en .
<http://purl.org/spar/cito/citesAsEvidence> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedAsEvidenceBy> .
<http://purl.org/spar/cito/citesAsEvidence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/cito/citesAsMetadataDocument
@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:citesAsMetadataDocument a owl:ObjectProperty ;
rdfs:label "cites as metadata document"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:citesAsMetadataDocument :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity cites the cited entity as being the container of metadata describing the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedAsMetadataDocumentBy ;
vs:term_status reg:statusStable ;
skos:note "Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/citesAsMetadataDocument">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsMetadataDocumentBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">cites as metadata document</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity cites the cited entity as being the container of metadata describing the citing entity.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper.</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:citesAsMetadataDocument :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesAsMetadataDocument",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsMetadataDocument :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity cites the cited entity as being the container of metadata describing the citing 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": "cites as metadata document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedAsMetadataDocumentBy"
}
],
"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: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper."
}
]
}
]<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2000/01/rdf-schema#label> "cites as metadata document"@en .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2004/02/skos/core#note> "Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper."@en .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsMetadataDocument :paper-b .\n " .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity cites the cited entity as being the container of metadata describing the citing entity."@en .
IRI: http://purl.org/spar/cito/citesAsPotentialSolution
@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:citesAsPotentialSolution a owl:ObjectProperty ;
rdfs:label "cites as potential solution"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:citesAsPotentialSolution :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedAsPotentialSolutionBy ;
vs:term_status reg:statusStable ;
skos:note "Example: This risk could be avoided using the approach shown in [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/citesAsPotentialSolution">
<rdfs:label xml:lang="en">cites as potential solution</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsPotentialSolutionBy"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<skos:note xml:lang="en">Example: This risk could be avoided using the approach shown in [X].</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:citesAsPotentialSolution :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesAsPotentialSolution",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsPotentialSolution :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed."
}
],
"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": "cites as potential solution"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedAsPotentialSolutionBy"
}
],
"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: This risk could be avoided using the approach shown in [X]."
}
]
}
]<http://purl.org/spar/cito/citesAsPotentialSolution> <http://www.w3.org/2000/01/rdf-schema#label> "cites as potential solution"@en .
<http://purl.org/spar/cito/citesAsPotentialSolution> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesAsPotentialSolution> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedAsPotentialSolutionBy> .
<http://purl.org/spar/cito/citesAsPotentialSolution> <http://www.w3.org/2004/02/skos/core#note> "Example: This risk could be avoided using the approach shown in [X]."@en .
<http://purl.org/spar/cito/citesAsPotentialSolution> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsPotentialSolution :paper-b .\n " .
<http://purl.org/spar/cito/citesAsPotentialSolution> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed."@en .
<http://purl.org/spar/cito/citesAsPotentialSolution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesAsPotentialSolution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/citesAsPotentialSolution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/citesAsRecommendedReading
@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:citesAsRecommendedReading a owl:ObjectProperty ;
rdfs:label "cites as recommended reading"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:citesAsRecommendedReading :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity cites the cited entity as an item of recommended reading."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedAsRecommendedReadingBy ;
vs:term_status reg:statusStable ;
skos:note """
Example: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.
This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. Similarly, it could be used to describe items in a "Suggested further reading" list at the end of a book chapter.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/citesAsRecommendedReading">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsRecommendedReadingBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">cites as recommended reading</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the citing entity cites the cited entity as an item of recommended reading.</rdfs:comment>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:citesAsRecommendedReading :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Example: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.
This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. Similarly, it could be used to describe items in a "Suggested further reading" list at the end of a book chapter.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesAsRecommendedReading",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsRecommendedReading :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity cites the cited entity as an item of recommended reading."
}
],
"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": "cites as recommended reading"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedAsRecommendedReadingBy"
}
],
"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": "\nExample: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.\n\nThis property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. Similarly, it could be used to describe items in a \"Suggested further reading\" list at the end of a book chapter.\n "
}
]
}
]<http://purl.org/spar/cito/citesAsRecommendedReading> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsRecommendedReading :paper-b .\n " .
<http://purl.org/spar/cito/citesAsRecommendedReading> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/citesAsRecommendedReading> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/citesAsRecommendedReading> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedAsRecommendedReadingBy> .
<http://purl.org/spar/cito/citesAsRecommendedReading> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesAsRecommendedReading> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesAsRecommendedReading> <http://www.w3.org/2004/02/skos/core#note> "\nExample: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.\n\nThis property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. Similarly, it could be used to describe items in a \"Suggested further reading\" list at the end of a book chapter.\n "@en .
<http://purl.org/spar/cito/citesAsRecommendedReading> <http://www.w3.org/2000/01/rdf-schema#label> "cites as recommended reading"@en .
<http://purl.org/spar/cito/citesAsRecommendedReading> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity cites the cited entity as an item of recommended reading."@en .
IRI: http://purl.org/spar/cito/citesAsRelated
@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:citesAsRelated a owl:ObjectProperty ;
rdfs:label "cites as related"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:citesAsRelated :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity cites the cited entity as one that is related."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedAsRelatedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: An analysis similar to what we proposed here is presented in [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/citesAsRelated">
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsRelatedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">cites as related</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the citing entity cites the cited entity as one that is related.</rdfs:comment>
<skos:note xml:lang="en">Example: An analysis similar to what we proposed here is presented in [X].</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:citesAsRelated :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesAsRelated",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsRelated :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity cites the cited entity as one that is related."
}
],
"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": "cites as related"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedAsRelatedBy"
}
],
"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: An analysis similar to what we proposed here is presented in [X]."
}
]
}
]<http://purl.org/spar/cito/citesAsRelated> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedAsRelatedBy> .
<http://purl.org/spar/cito/citesAsRelated> <http://www.w3.org/2004/02/skos/core#note> "Example: An analysis similar to what we proposed here is presented in [X]."@en .
<http://purl.org/spar/cito/citesAsRelated> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesAsRelated> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesAsRelated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/citesAsRelated> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsRelated :paper-b .\n " .
<http://purl.org/spar/cito/citesAsRelated> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/citesAsRelated> <http://www.w3.org/2000/01/rdf-schema#label> "cites as related"@en .
<http://purl.org/spar/cito/citesAsRelated> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity cites the cited entity as one that is related."@en .
IRI: http://purl.org/spar/cito/citesAsSourceDocument
@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:citesAsSourceDocument a owl:ObjectProperty ;
rdfs:label "cites as source document"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:citesAsSourceDocument :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity cites the cited entity as being the entity from which the citing entity is derived, or about which the citing entity contains metadata."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedAsSourceDocumentBy ;
vs:term_status reg:statusStable ;
skos:note "Example: Several sections of this work are based on our literature review of the topic published as journal article [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/citesAsSourceDocument">
<rdfs:label xml:lang="en">cites as source document</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsSourceDocumentBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity cites the cited entity as being the entity from which the citing entity is derived, or about which the citing entity contains metadata.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:citesAsSourceDocument :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Example: Several sections of this work are based on our literature review of the topic published as journal article [X].</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesAsSourceDocument",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsSourceDocument :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity cites the cited entity as being the entity from which the citing entity is derived, or about which the citing entity contains metadata."
}
],
"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": "cites as source document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedAsSourceDocumentBy"
}
],
"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: Several sections of this work are based on our literature review of the topic published as journal article [X]."
}
]
}
]<http://purl.org/spar/cito/citesAsSourceDocument> <http://www.w3.org/2000/01/rdf-schema#label> "cites as source document"@en .
<http://purl.org/spar/cito/citesAsSourceDocument> <http://www.w3.org/2004/02/skos/core#note> "Example: Several sections of this work are based on our literature review of the topic published as journal article [X]."@en .
<http://purl.org/spar/cito/citesAsSourceDocument> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedAsSourceDocumentBy> .
<http://purl.org/spar/cito/citesAsSourceDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesAsSourceDocument> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:citesAsSourceDocument :paper-b .\n " .
<http://purl.org/spar/cito/citesAsSourceDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/citesAsSourceDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/citesAsSourceDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity cites the cited entity as being the entity from which the citing entity is derived, or about which the citing entity contains metadata."@en .
<http://purl.org/spar/cito/citesAsSourceDocument> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
IRI: http://purl.org/spar/cito/citesForInformation
@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:citesForInformation a owl:ObjectProperty ;
rdfs:label "cites for information"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:citesForInformation :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity cites the cited entity as a source of information on the subject under discussion."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedForInformationBy ;
vs:term_status reg:statusStable ;
skos:note "Example: The grammar of Pascal was introduced in [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/citesForInformation">
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedForInformationBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">cites for information</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity cites the cited entity as a source of information on the subject under discussion.</rdfs:comment>
<skos:note xml:lang="en">Example: The grammar of Pascal was introduced in [X].</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:citesForInformation :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesForInformation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:citesForInformation :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity cites the cited entity as a source of information on the subject under discussion."
}
],
"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": "cites for information"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedForInformationBy"
}
],
"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: The grammar of Pascal was introduced in [X]."
}
]
}
]<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2004/02/skos/core#note> "Example: The grammar of Pascal was introduced in [X]."@en .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/citesForInformation> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:citesForInformation :paper-b .\n " .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedForInformationBy> .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2000/01/rdf-schema#label> "cites for information"@en .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity cites the cited entity as a source of information on the subject under discussion."@en .
IRI: http://purl.org/spar/cito/compiles
@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:compiles a owl:ObjectProperty ;
rdfs:label "compiles"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:compiles :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity is used to create or compile the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCompiledBy ;
vs:term_status reg:statusStable ;
skos:note """
Example: This book gathers interviews with academic researchers of several disciplines [X].
Note: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/compiles">
<rdfs:label xml:lang="en">compiles</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCompiledBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity is used to create or compile the cited entity.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Example: This book gathers interviews with academic researchers of several disciplines [X].
Note: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated.
</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:compiles :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/compiles",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:compiles :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity is used to create or compile 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": "compiles"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCompiledBy"
}
],
"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": "\nExample: This book gathers interviews with academic researchers of several disciplines [X].\n\nNote: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated.\n "
}
]
}
]<http://purl.org/spar/cito/compiles> <http://www.w3.org/2000/01/rdf-schema#label> "compiles"@en .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCompiledBy> .
<http://purl.org/spar/cito/compiles> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:compiles :paper-b .\n " .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity is used to create or compile the cited entity."@en .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2004/02/skos/core#note> "\nExample: This book gathers interviews with academic researchers of several disciplines [X].\n\nNote: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated.\n "@en .
IRI: http://purl.org/spar/cito/confirms
@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:confirms a owl:ObjectProperty ;
rdfs:label "confirms"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:confirms :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity confirms facts, ideas or statements presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isConfirmedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: Our findings are similar to those published in [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/confirms">
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isConfirmedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity confirms facts, ideas or statements presented in the cited entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">confirms</rdfs:label>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:confirms :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: Our findings are similar to those published in [X].</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/confirms",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:confirms :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity confirms facts, ideas or statements 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": "confirms"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isConfirmedBy"
}
],
"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: Our findings are similar to those published in [X]."
}
]
}
]<http://purl.org/spar/cito/confirms> <http://www.w3.org/2004/02/skos/core#note> "Example: Our findings are similar to those published in [X]."@en .
<http://purl.org/spar/cito/confirms> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:confirms :paper-b .\n " .
<http://purl.org/spar/cito/confirms> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/confirms> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/confirms> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/confirms> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity confirms facts, ideas or statements presented in the cited entity."@en .
<http://purl.org/spar/cito/confirms> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isConfirmedBy> .
<http://purl.org/spar/cito/confirms> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/confirms> <http://www.w3.org/2000/01/rdf-schema#label> "confirms"@en .
IRI: http://purl.org/spar/cito/containsAssertionFrom
@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:containsAssertionFrom a owl:ObjectProperty ;
rdfs:label "contains assertion from"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:containsAssertionFrom :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity contains a statement of fact or a logical assertion (or a collection of such facts and/or assertions) originally present in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:providesAssertionFor ;
vs:term_status reg:statusStable ;
skos:note """
Example: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.
This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/containsAssertionFrom">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/providesAssertionFor"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity contains a statement of fact or a logical assertion (or a collection of such facts and/or assertions) originally present in the cited entity.</rdfs:comment>
<rdfs:label xml:lang="en">contains assertion from</rdfs:label>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:containsAssertionFrom :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Example: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.
This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/containsAssertionFrom",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:containsAssertionFrom :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity contains a statement of fact or a logical assertion (or a collection of such facts and/or assertions) originally present 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": "contains assertion from"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/providesAssertionFor"
}
],
"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": "\nExample: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.\n\nThis object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.\n "
}
]
}
]<http://purl.org/spar/cito/containsAssertionFrom> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/containsAssertionFrom> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/containsAssertionFrom> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/providesAssertionFor> .
<http://purl.org/spar/cito/containsAssertionFrom> <http://www.w3.org/2004/02/skos/core#note> "\nExample: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.\n\nThis object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.\n "@en .
<http://purl.org/spar/cito/containsAssertionFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/containsAssertionFrom> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:containsAssertionFrom :paper-b .\n " .
<http://purl.org/spar/cito/containsAssertionFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/containsAssertionFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity contains a statement of fact or a logical assertion (or a collection of such facts and/or assertions) originally present in the cited entity."@en .
<http://purl.org/spar/cito/containsAssertionFrom> <http://www.w3.org/2000/01/rdf-schema#label> "contains assertion from"@en .
IRI: http://purl.org/spar/cito/corrects
@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:corrects a owl:ObjectProperty ;
rdfs:label "corrects"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:corrects :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity corrects statements, ideas or conclusions presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCorrectedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: The result published in [X] is partially wrong, the correct result is 42."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/corrects">
<rdfs:comment xml:lang="en">A relation according to which the citing entity corrects statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<rdfs:label xml:lang="en">corrects</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCorrectedBy"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Example: The result published in [X] is partially wrong, the correct result is 42.</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:corrects :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/corrects",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:corrects :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity corrects 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": "corrects"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCorrectedBy"
}
],
"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: The result published in [X] is partially wrong, the correct result is 42."
}
]
}
]<http://purl.org/spar/cito/corrects> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity corrects statements, ideas or conclusions presented in the cited entity."@en .
<http://purl.org/spar/cito/corrects> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/corrects> <http://www.w3.org/2000/01/rdf-schema#label> "corrects"@en .
<http://purl.org/spar/cito/corrects> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/corrects> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/corrects> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/corrects> <http://www.w3.org/2004/02/skos/core#note> "Example: The result published in [X] is partially wrong, the correct result is 42."@en .
<http://purl.org/spar/cito/corrects> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:corrects :paper-b .\n " .
<http://purl.org/spar/cito/corrects> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCorrectedBy> .
IRI: http://purl.org/spar/cito/credits
@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:credits a owl:ObjectProperty ;
rdfs:label "credits"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:credits :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity acknowledges contributions made by the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCreditedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: Galileo was the first to observe Jupiter's satellites [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/credits">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">credits</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity acknowledges contributions made by the cited entity.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCreditedBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:credits :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: Galileo was the first to observe Jupiter's satellites [X].</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/credits",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:credits :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity acknowledges contributions made by 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": "credits"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCreditedBy"
}
],
"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: Galileo was the first to observe Jupiter's satellites [X]."
}
]
}
]<http://purl.org/spar/cito/credits> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/credits> <http://www.w3.org/2000/01/rdf-schema#label> "credits"@en .
<http://purl.org/spar/cito/credits> <http://www.w3.org/2004/02/skos/core#note> "Example: Galileo was the first to observe Jupiter's satellites [X]."@en .
<http://purl.org/spar/cito/credits> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/credits> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity acknowledges contributions made by the cited entity."@en .
<http://purl.org/spar/cito/credits> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:credits :paper-b .\n " .
<http://purl.org/spar/cito/credits> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCreditedBy> .
<http://purl.org/spar/cito/credits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/credits> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/critiques
@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:critiques a owl:ObjectProperty ;
rdfs:label "critiques"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:critiques :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity critiques statements, ideas or conclusions presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCritiquedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: The ideas presented in [X] are badly substantantiated."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/critiques">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCritiquedBy"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">critiques</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the citing entity critiques statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<skos:note xml:lang="en">Example: The ideas presented in [X] are badly substantantiated.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:critiques :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/critiques",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:critiques :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity critiques 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": "critiques"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCritiquedBy"
}
],
"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: The ideas presented in [X] are badly substantantiated."
}
]
}
]<http://purl.org/spar/cito/critiques> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/critiques> <http://www.w3.org/2004/02/skos/core#note> "Example: The ideas presented in [X] are badly substantantiated."@en .
<http://purl.org/spar/cito/critiques> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/critiques> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/critiques> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCritiquedBy> .
<http://purl.org/spar/cito/critiques> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/critiques> <http://www.w3.org/2000/01/rdf-schema#label> "critiques"@en .
<http://purl.org/spar/cito/critiques> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:critiques :paper-b .\n " .
<http://purl.org/spar/cito/critiques> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity critiques statements, ideas or conclusions presented in the cited entity."@en .
IRI: http://purl.org/spar/cito/derides
@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:derides a owl:ObjectProperty ;
rdfs:label "derides"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:derides :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity express derision for the cited entity, or for ideas or conclusions contained within it."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isDeridedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: The ideas published in [X] are incredibly stupid."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/derides">
<rdfs:comment xml:lang="en">A relation according to which the citing entity express derision for the cited entity, or for ideas or conclusions contained within it.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">derides</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDeridedBy"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:derides :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: The ideas published in [X] are incredibly stupid.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/derides",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:derides :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity express derision for the cited entity, or for ideas or conclusions contained within it."
}
],
"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": "derides"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isDeridedBy"
}
],
"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: The ideas published in [X] are incredibly stupid."
}
]
}
]<http://purl.org/spar/cito/derides> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity express derision for the cited entity, or for ideas or conclusions contained within it."@en .
<http://purl.org/spar/cito/derides> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:derides :paper-b .\n " .
<http://purl.org/spar/cito/derides> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/derides> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/derides> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/derides> <http://www.w3.org/2000/01/rdf-schema#label> "derides"@en .
<http://purl.org/spar/cito/derides> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/derides> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isDeridedBy> .
<http://purl.org/spar/cito/derides> <http://www.w3.org/2004/02/skos/core#note> "Example: The ideas published in [X] are incredibly stupid."@en .
IRI: http://purl.org/spar/cito/describes
@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:describes a owl:ObjectProperty ;
rdfs:label "describes"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:describes :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity describes the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isDescribedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: Galileo's book [X] is a dialog among three scientists about Copernicus' eliocentric theory."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/describes">
<rdfs:comment xml:lang="en">A relation according to which the citing entity describes the cited entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDescribedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">describes</rdfs:label>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:describes :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Example: Galileo's book [X] is a dialog among three scientists about Copernicus' eliocentric theory.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/describes",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:describes :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity describes 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": "describes"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isDescribedBy"
}
],
"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: Galileo's book [X] is a dialog among three scientists about Copernicus' eliocentric theory."
}
]
}
]<http://purl.org/spar/cito/describes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isDescribedBy> .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2000/01/rdf-schema#label> "describes"@en .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2004/02/skos/core#note> "Example: Galileo's book [X] is a dialog among three scientists about Copernicus' eliocentric theory."@en .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity describes the cited entity."@en .
<http://purl.org/spar/cito/describes> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:describes :paper-b .\n " .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/disagreesWith
@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:disagreesWith a owl:ObjectProperty ;
rdfs:label "disagrees with"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:disagreesWith :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity disagrees with statements, ideas or conclusions presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isDisagreedWithBy ;
vs:term_status reg:statusStable ;
skos:note "Example: We do not share Galileo's opinion [X]: the Earth does not move."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/disagreesWith">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">disagrees with</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity disagrees with statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDisagreedWithBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<skos:note xml:lang="en">Example: We do not share Galileo's opinion [X]: the Earth does not move.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:disagreesWith :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/disagreesWith",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:disagreesWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity disagrees with 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": "disagrees with"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isDisagreedWithBy"
}
],
"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 share Galileo's opinion [X]: the Earth does not move."
}
]
}
]<http://purl.org/spar/cito/disagreesWith> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/disagreesWith> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:disagreesWith :paper-b .\n " .
<http://purl.org/spar/cito/disagreesWith> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/disagreesWith> <http://www.w3.org/2000/01/rdf-schema#label> "disagrees with"@en .
<http://purl.org/spar/cito/disagreesWith> <http://www.w3.org/2004/02/skos/core#note> "Example: We do not share Galileo's opinion [X]: the Earth does not move."@en .
<http://purl.org/spar/cito/disagreesWith> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity disagrees with statements, ideas or conclusions presented in the cited entity."@en .
<http://purl.org/spar/cito/disagreesWith> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/disagreesWith> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isDisagreedWithBy> .
<http://purl.org/spar/cito/disagreesWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/cito/discusses
@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:discusses a owl:ObjectProperty ;
rdfs:label "discusses"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:discusses :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity discusses statements, ideas or conclusions presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isDiscussedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: We now examine if Galileo is right when he writes [X] that the Earth moves."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/discusses">
<rdfs:comment xml:lang="en">A relation according to which the citing entity discusses statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">discusses</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDiscussedBy"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Example: We now examine if Galileo is right when he writes [X] that the Earth moves.</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:discusses :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/discusses",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:discusses :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity discusses 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": "discusses"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isDiscussedBy"
}
],
"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 now examine if Galileo is right when he writes [X] that the Earth moves."
}
]
}
]<http://purl.org/spar/cito/discusses> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:discusses :paper-b .\n " .
<http://purl.org/spar/cito/discusses> <http://www.w3.org/2004/02/skos/core#note> "Example: We now examine if Galileo is right when he writes [X] that the Earth moves."@en .
<http://purl.org/spar/cito/discusses> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity discusses statements, ideas or conclusions presented in the cited entity."@en .
<http://purl.org/spar/cito/discusses> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/discusses> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/discusses> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/discusses> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/discusses> <http://www.w3.org/2000/01/rdf-schema#label> "discusses"@en .
<http://purl.org/spar/cito/discusses> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isDiscussedBy> .
IRI: http://purl.org/spar/cito/disputes
@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:disputes a owl:ObjectProperty ;
rdfs:label "disputes"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:disputes :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity disputes statements, ideas or conclusions presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isDisputedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: We doubt that Galileo is right when he writes [X] that the Earth moves."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/disputes">
<rdfs:comment xml:lang="en">A relation according to which the citing entity disputes statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<rdfs:label xml:lang="en">disputes</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDisputedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<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"/>
<skos:note xml:lang="en">Example: We doubt that Galileo is right when he writes [X] that the Earth moves.</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:disputes :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/disputes",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:disputes :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity disputes 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": "disputes"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isDisputedBy"
}
],
"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 doubt that Galileo is right when he writes [X] that the Earth moves."
}
]
}
]<http://purl.org/spar/cito/disputes> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity disputes statements, ideas or conclusions presented in the cited entity."@en .
<http://purl.org/spar/cito/disputes> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:disputes :paper-b .\n " .
<http://purl.org/spar/cito/disputes> <http://www.w3.org/2004/02/skos/core#note> "Example: We doubt that Galileo is right when he writes [X] that the Earth moves."@en .
<http://purl.org/spar/cito/disputes> <http://www.w3.org/2000/01/rdf-schema#label> "disputes"@en .
<http://purl.org/spar/cito/disputes> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/disputes> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isDisputedBy> .
<http://purl.org/spar/cito/disputes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/disputes> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/disputes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/cito/documents
@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:documents a owl:ObjectProperty ;
rdfs:label "documents"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:documents :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity documents information about the cited entity." ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isDocumentedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X]."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/documents">
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDocumentedBy"/>
<rdfs:label xml:lang="en">documents</rdfs:label>
<rdfs:comment>A relation according to which the citing entity documents information about the cited entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:documents :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X].</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/documents",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:documents :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A relation according to which the citing entity documents information about 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": "documents"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isDocumentedBy"
}
],
"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: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X]."
}
]
}
]<http://purl.org/spar/cito/documents> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isDocumentedBy> .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2000/01/rdf-schema#label> "documents"@en .
<http://purl.org/spar/cito/documents> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:documents :paper-b .\n " .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity documents information about the cited entity." .
<http://purl.org/spar/cito/documents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2004/02/skos/core#note> "Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X]."@en .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
IRI: http://purl.org/spar/cito/extends
@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:extends a owl:ObjectProperty ;
rdfs:label "extends"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:extends :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity extends facts, ideas or understandings presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isExtendedBy ;
vs:term_status reg:statusStable ;
skos:note "Example: We add to Galileo's findings concerning the Earth [X] that also the Moon moves."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/extends">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isExtendedBy"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity extends facts, ideas or understandings presented in the cited entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">extends</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:extends :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: We add to Galileo's findings concerning the Earth [X] that also the Moon moves.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/extends",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:extends :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity extends facts, ideas or understandings 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": "extends"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isExtendedBy"
}
],
"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 add to Galileo's findings concerning the Earth [X] that also the Moon moves."
}
]
}
]<http://purl.org/spar/cito/extends> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/extends> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isExtendedBy> .
<http://purl.org/spar/cito/extends> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity extends facts, ideas or understandings presented in the cited entity."@en .
<http://purl.org/spar/cito/extends> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/extends> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:extends :paper-b .\n " .
<http://purl.org/spar/cito/extends> <http://www.w3.org/2004/02/skos/core#note> "Example: We add to Galileo's findings concerning the Earth [X] that also the Moon moves."@en .
<http://purl.org/spar/cito/extends> <http://www.w3.org/2000/01/rdf-schema#label> "extends"@en .
<http://purl.org/spar/cito/extends> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/extends> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/givesBackgroundTo
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:givesBackgroundTo a owl:ObjectProperty ;
rdfs:label "gives background to"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:givesBackgroundTo :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity provides background information for the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:obtainsBackgroundFrom ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/givesBackgroundTo">
<rdfs:comment xml:lang="en">A relation according to which the cited entity provides background information for the citing entity.</rdfs:comment>
<rdfs:label xml:lang="en">gives background to</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/obtainsBackgroundFrom"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<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:givesBackgroundTo :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/givesBackgroundTo",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:givesBackgroundTo :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity provides background information for the citing 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": "gives background to"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/obtainsBackgroundFrom"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/givesBackgroundTo> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:givesBackgroundTo :paper-b .\n " .
<http://purl.org/spar/cito/givesBackgroundTo> <http://www.w3.org/2000/01/rdf-schema#label> "gives background to"@en .
<http://purl.org/spar/cito/givesBackgroundTo> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/obtainsBackgroundFrom> .
<http://purl.org/spar/cito/givesBackgroundTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/givesBackgroundTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/givesBackgroundTo> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/givesBackgroundTo> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity provides background information for the citing entity."@en .
<http://purl.org/spar/cito/givesBackgroundTo> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/givesSupportTo
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:givesSupportTo a owl:ObjectProperty ;
rdfs:label "gives support to"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:givesSupportTo :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity provides intellectual or factual support for the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:obtainsSupportFrom ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/givesSupportTo">
<rdfs:label xml:lang="en">gives support to</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity provides intellectual or factual support for the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/obtainsSupportFrom"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:givesSupportTo :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/givesSupportTo",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:givesSupportTo :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity provides intellectual or factual support for the citing 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": "gives support to"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/obtainsSupportFrom"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/givesSupportTo> <http://www.w3.org/2000/01/rdf-schema#label> "gives support to"@en .
<http://purl.org/spar/cito/givesSupportTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/givesSupportTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/givesSupportTo> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity provides intellectual or factual support for the citing entity."@en .
<http://purl.org/spar/cito/givesSupportTo> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/givesSupportTo> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:givesSupportTo :paper-b .\n " .
<http://purl.org/spar/cito/givesSupportTo> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/givesSupportTo> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/obtainsSupportFrom> .
IRI: http://purl.org/spar/cito/hasCitationCharacterization
@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 sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
@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:hasCitationCharacterization a owl:ObjectProperty ;
rdfs:label "has citation characterization"@en ;
vann:example """
:my-citation a cito:Citation ;
cito:hasCitationCharacterization cito:extends .
""" ;
rdfs:comment "A relation between a citation and its characterization, made by using a CiTO citation characterization property."@en ;
rdfs:domain cito:Citation ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf sit:isSettingFor ;
vs:term_status reg:statusStable ;
skos:note """
This usage involved [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), whereby a CiTO object property, such as the aforementioned `cito:extends`, is used as the object of an OWL assertion.
In such cases of OWL punning, the CiTO object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class `owl:Thing`.
"""@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/hasCitationCharacterization">
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation between a citation and its characterization, made by using a CiTO citation characterization property.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">has citation characterization</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/spar/cito/Citation"/>
<vann:example>
:my-citation a cito:Citation ;
cito:hasCitationCharacterization cito:extends .
</vann:example>
<skos:note xml:lang="en">
This usage involved [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), whereby a CiTO object property, such as the aforementioned `cito:extends`, is used as the object of an OWL assertion.
In such cases of OWL punning, the CiTO object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class `owl:Thing`.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/hasCitationCharacterization",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-citation a cito:Citation ;\n cito:hasCitationCharacterization cito:extends .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between a citation and its characterization, made by using a CiTO citation characterization property."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/cito/Citation"
}
],
"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": "has citation characterization"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"
}
],
"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": "\nThis usage involved [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), whereby a CiTO object property, such as the aforementioned `cito:extends`, is used as the object of an OWL assertion.\n\nIn such cases of OWL punning, the CiTO object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class `owl:Thing`.\n "
}
]
}
]<http://purl.org/spar/cito/hasCitationCharacterization> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> .
<http://purl.org/spar/cito/hasCitationCharacterization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/hasCitationCharacterization> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/hasCitationCharacterization> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a citation and its characterization, made by using a CiTO citation characterization property."@en .
<http://purl.org/spar/cito/hasCitationCharacterization> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/hasCitationCharacterization> <http://www.w3.org/2004/02/skos/core#note> "\nThis usage involved [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), whereby a CiTO object property, such as the aforementioned `cito:extends`, is used as the object of an OWL assertion.\n\nIn such cases of OWL punning, the CiTO object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class `owl:Thing`.\n "@en .
<http://purl.org/spar/cito/hasCitationCharacterization> <http://www.w3.org/2000/01/rdf-schema#label> "has citation characterization"@en .
<http://purl.org/spar/cito/hasCitationCharacterization> <http://purl.org/vocab/vann/example> "\n :my-citation a cito:Citation ;\n cito:hasCitationCharacterization cito:extends .\n " .
<http://purl.org/spar/cito/hasCitationCharacterization> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/cito/Citation> .
IRI: http://purl.org/spar/cito/hasCitedEntity
@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 sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:hasCitedEntity a owl:ObjectProperty ;
rdfs:label "has cited entity"@en ;
vann:example """
:my-citation a cito:Citation ;
cito:hasCitedEntity :paper-b .
""" ;
rdfs:comment "A relation between a citation and the cited entity."@en ;
rdfs:domain cito:Citation ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf sit:isSettingFor ;
vs:term_status reg:statusStable .
<?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: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/hasCitedEntity">
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"/>
<rdfs:domain rdf:resource="http://purl.org/spar/cito/Citation"/>
<rdfs:label xml:lang="en">has cited entity</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation between a citation and the cited entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vann:example>
:my-citation a cito:Citation ;
cito:hasCitedEntity :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/hasCitedEntity",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-citation a cito:Citation ;\n cito:hasCitedEntity :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between a citation and the cited entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/cito/Citation"
}
],
"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": "has cited entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/hasCitedEntity> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> .
<http://purl.org/spar/cito/hasCitedEntity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/cito/Citation> .
<http://purl.org/spar/cito/hasCitedEntity> <http://www.w3.org/2000/01/rdf-schema#label> "has cited entity"@en .
<http://purl.org/spar/cito/hasCitedEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/hasCitedEntity> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/hasCitedEntity> <http://purl.org/vocab/vann/example> "\n :my-citation a cito:Citation ;\n cito:hasCitedEntity :paper-b .\n " .
<http://purl.org/spar/cito/hasCitedEntity> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a citation and the cited entity."@en .
<http://purl.org/spar/cito/hasCitedEntity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/hasCitingEntity
@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 sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:hasCitingEntity a owl:ObjectProperty ;
rdfs:label "has citing entity"@en ;
vann:example """
:my-citation a cito:Citation ;
cito:hasCitingEntity :paper-a .
""" ;
rdfs:comment "A relation between a citation and the citing entity."@en ;
rdfs:domain cito:Citation ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf sit:isSettingFor ;
vs:term_status reg:statusStable .
<?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: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/hasCitingEntity">
<rdfs:label xml:lang="en">has citing entity</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A relation between a citation and the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/spar/cito/Citation"/>
<vann:example>
:my-citation a cito:Citation ;
cito:hasCitingEntity :paper-a .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/hasCitingEntity",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-citation a cito:Citation ;\n cito:hasCitingEntity :paper-a .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between a citation and the citing entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/cito/Citation"
}
],
"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": "has citing entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/hasCitingEntity> <http://www.w3.org/2000/01/rdf-schema#label> "has citing entity"@en .
<http://purl.org/spar/cito/hasCitingEntity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/hasCitingEntity> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a citation and the citing entity."@en .
<http://purl.org/spar/cito/hasCitingEntity> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> .
<http://purl.org/spar/cito/hasCitingEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/hasCitingEntity> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/hasCitingEntity> <http://purl.org/vocab/vann/example> "\n :my-citation a cito:Citation ;\n cito:hasCitingEntity :paper-a .\n " .
<http://purl.org/spar/cito/hasCitingEntity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/cito/Citation> .
IRI: http://purl.org/spar/cito/hasReplyFrom
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:hasReplyFrom a owl:ObjectProperty ;
rdfs:label "has reply from"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:hasReplyFrom :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity evokes a reply from the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:repliesTo ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/hasReplyFrom">
<rdfs:label xml:lang="en">has reply from</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity evokes a reply from the citing entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/repliesTo"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:hasReplyFrom :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/hasReplyFrom",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:hasReplyFrom :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity evokes a reply from the citing 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": "has reply from"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/repliesTo"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/hasReplyFrom> <http://www.w3.org/2000/01/rdf-schema#label> "has reply from"@en .
<http://purl.org/spar/cito/hasReplyFrom> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:hasReplyFrom :paper-b .\n " .
<http://purl.org/spar/cito/hasReplyFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/hasReplyFrom> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/hasReplyFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity evokes a reply from the citing entity."@en .
<http://purl.org/spar/cito/hasReplyFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/hasReplyFrom> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/hasReplyFrom> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/repliesTo> .
IRI: http://purl.org/spar/cito/includesExcerptFrom
@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:includesExcerptFrom a owl:ObjectProperty ;
rdfs:label "includes excerpt from"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:includesExcerptFrom :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity includes one or more excerpts from the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:providesExcerptFor ;
vs:term_status reg:statusStable ;
skos:note """
An excerpt is more general than a quotation.
It is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said.
For example:
Oxford 01865
Oxshott 01372
Oxted 01883
Oxton 01578
is an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory.
Example: In her work, the author states that even though most Human Information Behaviour researchers are familiar with the literature related to their studies, it is not uncommon for investigators to fail to see the benefits they may gain from previous mistakes [X]
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/includesExcerptFrom">
<rdfs:label xml:lang="en">includes excerpt from</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity includes one or more excerpts from the cited entity.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/providesExcerptFor"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:includesExcerptFrom :paper-b .
</vann:example>
<skos:note xml:lang="en">
An excerpt is more general than a quotation.
It is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said.
For example:
Oxford 01865
Oxshott 01372
Oxted 01883
Oxton 01578
is an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory.
Example: In her work, the author states that even though most Human Information Behaviour researchers are familiar with the literature related to their studies, it is not uncommon for investigators to fail to see the benefits they may gain from previous mistakes [X]
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/includesExcerptFrom",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:includesExcerptFrom :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity includes one or more excerpts from 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": "includes excerpt from"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/providesExcerptFor"
}
],
"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": "\nAn excerpt is more general than a quotation. \nIt is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said. \nFor example:\n\n Oxford 01865\n Oxshott 01372\n Oxted 01883\n Oxton 01578\n\nis an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory.\n\nExample: In her work, the author states that even though most Human Information Behaviour researchers are familiar with the literature related to their studies, it is not uncommon for investigators to fail to see the benefits they may gain from previous mistakes [X]\n "
}
]
}
]<http://purl.org/spar/cito/includesExcerptFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/includesExcerptFrom> <http://www.w3.org/2004/02/skos/core#note> "\nAn excerpt is more general than a quotation. \nIt is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said. \nFor example:\n\n Oxford 01865\n Oxshott 01372\n Oxted 01883\n Oxton 01578\n\nis an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory.\n\nExample: In her work, the author states that even though most Human Information Behaviour researchers are familiar with the literature related to their studies, it is not uncommon for investigators to fail to see the benefits they may gain from previous mistakes [X]\n "@en .
<http://purl.org/spar/cito/includesExcerptFrom> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/includesExcerptFrom> <http://www.w3.org/2000/01/rdf-schema#label> "includes excerpt from"@en .
<http://purl.org/spar/cito/includesExcerptFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity includes one or more excerpts from the cited entity."@en .
<http://purl.org/spar/cito/includesExcerptFrom> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/providesExcerptFor> .
<http://purl.org/spar/cito/includesExcerptFrom> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:includesExcerptFrom :paper-b .\n " .
<http://purl.org/spar/cito/includesExcerptFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/includesExcerptFrom> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
IRI: http://purl.org/spar/cito/includesQuotationFrom
@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:includesQuotationFrom a owl:ObjectProperty ;
rdfs:label "includes quotation from"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:includesQuotationFrom :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity includes one or more quotations from the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:providesQuotationFor ;
vs:term_status reg:statusStable ;
skos:note """
A quotation is a repetition of what someone has said, and is presented 'within quotation marks', for example:
On June 4th 1940, Winston Churchill made a speech on the radio that has since become famous, that included the words: ' ... we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender ...'
"""@en,
"Example: As Newton wrote in [X]: 'We are like dwarfs standing on the shoulders of giants'."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/includesQuotationFrom">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">includes quotation from</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the citing entity includes one or more quotations from the cited entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/providesQuotationFor"/>
<skos:note xml:lang="en">Example: As Newton wrote in [X]: 'We are like dwarfs standing on the shoulders of giants'.</skos:note>
<skos:note xml:lang="en">
A quotation is a repetition of what someone has said, and is presented 'within quotation marks', for example:
On June 4th 1940, Winston Churchill made a speech on the radio that has since become famous, that included the words: ' ... we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender ...'
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:includesQuotationFrom :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/includesQuotationFrom",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:includesQuotationFrom :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity includes one or more quotations from 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": "includes quotation from"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/providesQuotationFor"
}
],
"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: As Newton wrote in [X]: 'We are like dwarfs standing on the shoulders of giants'."
},
{
"@language": "en",
"@value": "\nA quotation is a repetition of what someone has said, and is presented 'within quotation marks', for example:\n\n On June 4th 1940, Winston Churchill made a speech on the radio that has since become famous, that included the words: ' ... we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender ...'\n "
}
]
}
]<http://purl.org/spar/cito/includesQuotationFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/includesQuotationFrom> <http://www.w3.org/2000/01/rdf-schema#label> "includes quotation from"@en .
<http://purl.org/spar/cito/includesQuotationFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity includes one or more quotations from the cited entity."@en .
<http://purl.org/spar/cito/includesQuotationFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/includesQuotationFrom> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:includesQuotationFrom :paper-b .\n " .
<http://purl.org/spar/cito/includesQuotationFrom> <http://www.w3.org/2004/02/skos/core#note> "\nA quotation is a repetition of what someone has said, and is presented 'within quotation marks', for example:\n\n On June 4th 1940, Winston Churchill made a speech on the radio that has since become famous, that included the words: ' ... we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender ...'\n "@en .
<http://purl.org/spar/cito/includesQuotationFrom> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/includesQuotationFrom> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/providesQuotationFor> .
<http://purl.org/spar/cito/includesQuotationFrom> <http://www.w3.org/2004/02/skos/core#note> "Example: As Newton wrote in [X]: 'We are like dwarfs standing on the shoulders of giants'."@en .
<http://purl.org/spar/cito/includesQuotationFrom> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/isAgreedWithBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isAgreedWithBy a owl:ObjectProperty ;
rdfs:label "is agreed with by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isAgreedWithBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity contains statements, ideas or conclusions with which the citing entity agrees."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isAgreedWithBy">
<rdfs:label xml:lang="en">is agreed with by</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the cited entity contains statements, ideas or conclusions with which the citing entity agrees.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isAgreedWithBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isAgreedWithBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isAgreedWithBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity contains statements, ideas or conclusions with which the citing entity agrees."
}
],
"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": "is agreed with by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isAgreedWithBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isAgreedWithBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isAgreedWithBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity contains statements, ideas or conclusions with which the citing entity agrees."@en .
<http://purl.org/spar/cito/isAgreedWithBy> <http://www.w3.org/2000/01/rdf-schema#label> "is agreed with by"@en .
<http://purl.org/spar/cito/isAgreedWithBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isAgreedWithBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isAgreedWithBy :paper-b .\n " .
<http://purl.org/spar/cito/isAgreedWithBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
IRI: http://purl.org/spar/cito/isCitationCharacterizationOf
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitationCharacterizationOf a owl:ObjectProperty ;
rdfs:label "is citation characterization of"@en ;
vann:example """
cito:extends
cito:isCitationCharacterizationOf :my-citation .
:my-citation a cito:Citation .
""" ;
rdfs:comment "A relation between the characterization of a citation, made by using a CiTO citation characterization property, and that citation."@en ;
rdfs:isDefinedBy cito: ;
owl:inverseOf cito:hasCitationCharacterization ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isCitationCharacterizationOf">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">is citation characterization of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/hasCitationCharacterization"/>
<rdfs:comment xml:lang="en">A relation between the characterization of a citation, made by using a CiTO citation characterization property, and that citation.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
cito:extends
cito:isCitationCharacterizationOf :my-citation .
:my-citation a cito:Citation .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitationCharacterizationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n cito:extends \n cito:isCitationCharacterizationOf :my-citation .\n\n :my-citation a cito:Citation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between the characterization of a citation, made by using a CiTO citation characterization property, and that citation."
}
],
"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": "is citation characterization of"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/hasCitationCharacterization"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitationCharacterizationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is citation characterization of"@en .
<http://purl.org/spar/cito/isCitationCharacterizationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitationCharacterizationOf> <http://purl.org/vocab/vann/example> "\n cito:extends \n cito:isCitationCharacterizationOf :my-citation .\n\n :my-citation a cito:Citation .\n " .
<http://purl.org/spar/cito/isCitationCharacterizationOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/hasCitationCharacterization> .
<http://purl.org/spar/cito/isCitationCharacterizationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between the characterization of a citation, made by using a CiTO citation characterization property, and that citation."@en .
<http://purl.org/spar/cito/isCitationCharacterizationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitationCharacterizationOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/isCitedAsAuthorityBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedAsAuthorityBy a owl:ObjectProperty ;
rdfs:label "is cited as authority by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCitedAsAuthorityBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited as providing an authoritative description or definition of the subject under discussion in the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCitedAsAuthorityBy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited as providing an authoritative description or definition of the subject under discussion in the citing entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is cited as authority by</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCitedAsAuthorityBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedAsAuthorityBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsAuthorityBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited as providing an authoritative description or definition of the subject under discussion in the citing 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": "is cited as authority by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedAsAuthorityBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedAsAuthorityBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited as authority by"@en .
<http://purl.org/spar/cito/isCitedAsAuthorityBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsAuthorityBy :paper-b .\n " .
<http://purl.org/spar/cito/isCitedAsAuthorityBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitedAsAuthorityBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCitedAsAuthorityBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited as providing an authoritative description or definition of the subject under discussion in the citing entity."@en .
<http://purl.org/spar/cito/isCitedAsAuthorityBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/cito/isCitedAsDataSourceBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedAsDataSourceBy a owl:ObjectProperty ;
rdfs:label "is cited as data source by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCitedAsDataSourceBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited as a data source by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCitedAsDataSourceBy">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is cited as data source by</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited as a data source by the citing entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCitedAsDataSourceBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedAsDataSourceBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsDataSourceBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited as a data source by the citing 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": "is cited as data source by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited as a data source by the citing entity."@en .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsDataSourceBy :paper-b .\n " .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited as data source by"@en .
IRI: http://purl.org/spar/cito/isCitedAsEvidenceBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedAsEvidenceBy a owl:ObjectProperty ;
rdfs:label "is cited as evidence by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCitedAsEvidenceBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited for providing factual evidence to the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCitedAsEvidenceBy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited for providing factual evidence to the citing entity.</rdfs:comment>
<rdfs:label xml:lang="en">is cited as evidence by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCitedAsEvidenceBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedAsEvidenceBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsEvidenceBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited for providing factual evidence to the citing 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": "is cited as evidence by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedAsEvidenceBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsEvidenceBy :paper-b .\n " .
<http://purl.org/spar/cito/isCitedAsEvidenceBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedAsEvidenceBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCitedAsEvidenceBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitedAsEvidenceBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited for providing factual evidence to the citing entity."@en .
<http://purl.org/spar/cito/isCitedAsEvidenceBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited as evidence by"@en .
<http://purl.org/spar/cito/isCitedAsEvidenceBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/isCitedAsMetadataDocumentBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedAsMetadataDocumentBy a owl:ObjectProperty ;
rdfs:label "is cited as metadata document by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCitedAsMetadataDocumentBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited as being the container of metadata relating to the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCitedAsMetadataDocumentBy">
<rdfs:label xml:lang="en">is cited as metadata document by</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited as being the container of metadata relating to the citing entity.</rdfs:comment>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCitedAsMetadataDocumentBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedAsMetadataDocumentBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsMetadataDocumentBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited as being the container of metadata relating to the citing 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": "is cited as metadata document by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited as metadata document by"@en .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsMetadataDocumentBy :paper-b .\n " .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited as being the container of metadata relating to the citing entity."@en .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/isCitedAsPotentialSolutionBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedAsPotentialSolutionBy a owl:ObjectProperty ;
rdfs:label "is cited as potential solution by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCitedAsPotentialSolutionBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited as providing or containing a possible solution to the issues being discussed in the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCitedAsPotentialSolutionBy">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is cited as potential solution by</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited as providing or containing a possible solution to the issues being discussed in the citing entity.</rdfs:comment>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCitedAsPotentialSolutionBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedAsPotentialSolutionBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsPotentialSolutionBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited as providing or containing a possible solution to the issues being discussed in the citing 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": "is cited as potential solution by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedAsPotentialSolutionBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCitedAsPotentialSolutionBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitedAsPotentialSolutionBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsPotentialSolutionBy :paper-b .\n " .
<http://purl.org/spar/cito/isCitedAsPotentialSolutionBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited as providing or containing a possible solution to the issues being discussed in the citing entity."@en .
<http://purl.org/spar/cito/isCitedAsPotentialSolutionBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedAsPotentialSolutionBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedAsPotentialSolutionBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited as potential solution by"@en .
IRI: http://purl.org/spar/cito/isCitedAsRecommendedReadingBy
@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:isCitedAsRecommendedReadingBy a owl:ObjectProperty ;
rdfs:label "is cited as recommended reading by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCitedAsRecommendedReadingBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited by the citing entity as an item of recommended reading."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable ;
skos:note """
This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture.
Similarly, it could be used to describe items in a 'Suggested further reading' list at the end of a book chapter.
"""@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/isCitedAsRecommendedReadingBy">
<rdfs:label xml:lang="en">is cited as recommended reading by</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited by the citing entity as an item of recommended reading.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture.
Similarly, it could be used to describe items in a 'Suggested further reading' list at the end of a book chapter.
</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCitedAsRecommendedReadingBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedAsRecommendedReadingBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsRecommendedReadingBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited by the citing entity as an item of recommended reading."
}
],
"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": "is cited as recommended reading by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"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": "\nThis property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. \nSimilarly, it could be used to describe items in a 'Suggested further reading' list at the end of a book chapter.\n "
}
]
}
]<http://purl.org/spar/cito/isCitedAsRecommendedReadingBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited as recommended reading by"@en .
<http://purl.org/spar/cito/isCitedAsRecommendedReadingBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited by the citing entity as an item of recommended reading."@en .
<http://purl.org/spar/cito/isCitedAsRecommendedReadingBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedAsRecommendedReadingBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitedAsRecommendedReadingBy> <http://www.w3.org/2004/02/skos/core#note> "\nThis property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. \nSimilarly, it could be used to describe items in a 'Suggested further reading' list at the end of a book chapter.\n "@en .
<http://purl.org/spar/cito/isCitedAsRecommendedReadingBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCitedAsRecommendedReadingBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsRecommendedReadingBy :paper-b .\n " .
<http://purl.org/spar/cito/isCitedAsRecommendedReadingBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/cito/isCitedAsRelatedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedAsRelatedBy a owl:ObjectProperty ;
rdfs:label "is cited as related by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCitedAsRelatedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited as being related to the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCitedAsRelatedBy">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited as being related to the citing entity.</rdfs:comment>
<rdfs:label xml:lang="en">is cited as related by</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCitedAsRelatedBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedAsRelatedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsRelatedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited as being related to the citing 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": "is cited as related by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedAsRelatedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCitedAsRelatedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitedAsRelatedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedAsRelatedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited as being related to the citing entity."@en .
<http://purl.org/spar/cito/isCitedAsRelatedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsRelatedBy :paper-b .\n " .
<http://purl.org/spar/cito/isCitedAsRelatedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedAsRelatedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited as related by"@en .
IRI: http://purl.org/spar/cito/isCitedAsSourceDocumentBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedAsSourceDocumentBy a owl:ObjectProperty ;
rdfs:label "is cited as source document by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCitedAsSourceDocumentBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited as being the entity from which the citing entity is derived, or about which the citing entity contains metadata."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCitedAsSourceDocumentBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited as being the entity from which the citing entity is derived, or about which the citing entity contains metadata.</rdfs:comment>
<rdfs:label xml:lang="en">is cited as source document by</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCitedAsSourceDocumentBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedAsSourceDocumentBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsSourceDocumentBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited as being the entity from which the citing entity is derived, or about which the citing entity contains metadata."
}
],
"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": "is cited as source document by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedAsSourceDocumentBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedAsSourceDocumentBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited as being the entity from which the citing entity is derived, or about which the citing entity contains metadata."@en .
<http://purl.org/spar/cito/isCitedAsSourceDocumentBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedAsSourceDocumentBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited as source document by"@en .
<http://purl.org/spar/cito/isCitedAsSourceDocumentBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitedAsSourceDocumentBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedAsSourceDocumentBy :paper-b .\n " .
<http://purl.org/spar/cito/isCitedAsSourceDocumentBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
IRI: http://purl.org/spar/cito/isCitedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedBy a owl:ObjectProperty ;
rdfs:label "is cited by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCitedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
vs:term_status reg:statusStable .
<?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: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/isCitedBy">
<rdfs:label xml:lang="en">is cited by</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited by the citing entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<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:isCitedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited by the citing 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": "is cited by"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited by"@en .
<http://purl.org/spar/cito/isCitedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited by the citing entity."@en .
<http://purl.org/spar/cito/isCitedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedBy :paper-b .\n " .
<http://purl.org/spar/cito/isCitedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/isCitedEntityOf
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedEntityOf a owl:ObjectProperty ;
rdfs:label "is cited entity of"@en ;
vann:example """
:paper-b
cito:isCitedEntityOf :my-citation .
:my-citation a cito:Citation .
""" ;
rdfs:comment "A relation between a cited entity and a citation."@en ;
rdfs:isDefinedBy cito: ;
owl:inverseOf cito:hasCitedEntity ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isCitedEntityOf">
<rdfs:label xml:lang="en">is cited entity of</rdfs:label>
<rdfs:comment xml:lang="en">A relation between a cited entity and a citation.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/hasCitedEntity"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-b
cito:isCitedEntityOf :my-citation .
:my-citation a cito:Citation .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedEntityOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-b\n cito:isCitedEntityOf :my-citation .\n\n :my-citation a cito:Citation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between a cited entity and a citation."
}
],
"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": "is cited entity of"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/hasCitedEntity"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedEntityOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedEntityOf> <http://www.w3.org/2000/01/rdf-schema#label> "is cited entity of"@en .
<http://purl.org/spar/cito/isCitedEntityOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitedEntityOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a cited entity and a citation."@en .
<http://purl.org/spar/cito/isCitedEntityOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/hasCitedEntity> .
<http://purl.org/spar/cito/isCitedEntityOf> <http://purl.org/vocab/vann/example> "\n :paper-b\n cito:isCitedEntityOf :my-citation .\n\n :my-citation a cito:Citation .\n " .
<http://purl.org/spar/cito/isCitedEntityOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/cito/isCitedForInformationBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedForInformationBy a owl:ObjectProperty ;
rdfs:label "is cited for information by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCitedForInformationBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited as a source of information on the subject under discussion in the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCitedForInformationBy">
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited as a source of information on the subject under discussion in the citing entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">is cited for information by</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCitedForInformationBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedForInformationBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedForInformationBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited as a source of information on the subject under discussion in the citing 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": "is cited for information by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited for information by"@en .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCitedForInformationBy :paper-b .\n " .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited as a source of information on the subject under discussion in the citing entity."@en .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/isCitingEntityOf
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitingEntityOf a owl:ObjectProperty ;
rdfs:label "is citing entity of"@en ;
vann:example """
:paper-a
cito:isCitingEntityOf :my-citation .
:my-citation a cito:Citation .
""" ;
rdfs:comment "A relation between a citing entity and a citation."@en ;
rdfs:isDefinedBy cito: ;
owl:inverseOf cito:hasCitingEntity ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isCitingEntityOf">
<rdfs:label xml:lang="en">is citing entity of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/hasCitingEntity"/>
<rdfs:comment xml:lang="en">A relation between a citing entity and a citation.</rdfs:comment>
<vann:example>
:paper-a
cito:isCitingEntityOf :my-citation .
:my-citation a cito:Citation .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitingEntityOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a\n cito:isCitingEntityOf :my-citation .\n\n :my-citation a cito:Citation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between a citing entity and a citation."
}
],
"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": "is citing entity of"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/hasCitingEntity"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitingEntityOf> <http://purl.org/vocab/vann/example> "\n :paper-a\n cito:isCitingEntityOf :my-citation .\n\n :my-citation a cito:Citation .\n " .
<http://purl.org/spar/cito/isCitingEntityOf> <http://www.w3.org/2000/01/rdf-schema#label> "is citing entity of"@en .
<http://purl.org/spar/cito/isCitingEntityOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/hasCitingEntity> .
<http://purl.org/spar/cito/isCitingEntityOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitingEntityOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitingEntityOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitingEntityOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a citing entity and a citation."@en .
IRI: http://purl.org/spar/cito/isCompiledBy
@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:isCompiledBy a owl:ObjectProperty ;
rdfs:label "is compiled by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCompiledBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is the result of a compile or creation event using the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable ;
skos:note "Note: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated."@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/isCompiledBy">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is compiled by</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is the result of a compile or creation event using the citing entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<skos:note xml:lang="en">Note: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated.</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCompiledBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCompiledBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCompiledBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is the result of a compile or creation event using the citing 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": "is compiled by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"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": "Note: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated."
}
]
}
]<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2000/01/rdf-schema#label> "is compiled by"@en .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is the result of a compile or creation event using the citing entity."@en .
<http://purl.org/spar/cito/isCompiledBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCompiledBy :paper-b .\n " .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2004/02/skos/core#note> "Note: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated."@en .
IRI: http://purl.org/spar/cito/isConfirmedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isConfirmedBy a owl:ObjectProperty ;
rdfs:label "is confirmed by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isConfirmedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents facts, ideas or statements that are confirmed by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isConfirmedBy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents facts, ideas or statements that are confirmed by the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is confirmed by</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isConfirmedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isConfirmedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isConfirmedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents facts, ideas or statements that are confirmed by the citing 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": "is confirmed by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isConfirmedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isConfirmedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isConfirmedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isConfirmedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isConfirmedBy :paper-b .\n " .
<http://purl.org/spar/cito/isConfirmedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents facts, ideas or statements that are confirmed by the citing entity."@en .
<http://purl.org/spar/cito/isConfirmedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isConfirmedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is confirmed by"@en .
IRI: http://purl.org/spar/cito/isCorrectedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCorrectedBy a owl:ObjectProperty ;
rdfs:label "is corrected by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCorrectedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents statements, ideas or conclusions that are corrected by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCorrectedBy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is corrected by</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents statements, ideas or conclusions that are corrected by the citing entity.</rdfs:comment>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCorrectedBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCorrectedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCorrectedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents statements, ideas or conclusions that are corrected by the citing 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": "is corrected by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCorrectedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCorrectedBy :paper-b .\n " .
<http://purl.org/spar/cito/isCorrectedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCorrectedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCorrectedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCorrectedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCorrectedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is corrected by"@en .
<http://purl.org/spar/cito/isCorrectedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents statements, ideas or conclusions that are corrected by the citing entity."@en .
IRI: http://purl.org/spar/cito/isCreditedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCreditedBy a owl:ObjectProperty ;
rdfs:label "is credited by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCreditedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity makes contributions that are acknowledged by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCreditedBy">
<rdfs:label xml:lang="en">is credited by</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity makes contributions that are acknowledged by the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<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:isCreditedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCreditedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCreditedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity makes contributions that are acknowledged by the citing 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": "is credited by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCreditedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCreditedBy :paper-b .\n " .
<http://purl.org/spar/cito/isCreditedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is credited by"@en .
<http://purl.org/spar/cito/isCreditedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCreditedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCreditedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCreditedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCreditedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity makes contributions that are acknowledged by the citing entity."@en .
IRI: http://purl.org/spar/cito/isCritiquedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCritiquedBy a owl:ObjectProperty ;
rdfs:label "is critiqued by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isCritiquedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents statements, ideas or conclusions that are critiqued by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isCritiquedBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents statements, ideas or conclusions that are critiqued by the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">is critiqued by</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isCritiquedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCritiquedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isCritiquedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents statements, ideas or conclusions that are critiqued by the citing 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": "is critiqued by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCritiquedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCritiquedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCritiquedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents statements, ideas or conclusions that are critiqued by the citing entity."@en .
<http://purl.org/spar/cito/isCritiquedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCritiquedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCritiquedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isCritiquedBy :paper-b .\n " .
<http://purl.org/spar/cito/isCritiquedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is critiqued by"@en .
IRI: http://purl.org/spar/cito/isDeridedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isDeridedBy a owl:ObjectProperty ;
rdfs:label "is derided by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isDeridedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity contains ideas or conclusions for which the citing entity express derision."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isDeridedBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is derided by</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity contains ideas or conclusions for which the citing entity express derision.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isDeridedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isDeridedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isDeridedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity contains ideas or conclusions for which the citing entity express derision."
}
],
"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": "is derided by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isDeridedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isDeridedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isDeridedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isDeridedBy :paper-b .\n " .
<http://purl.org/spar/cito/isDeridedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity contains ideas or conclusions for which the citing entity express derision."@en .
<http://purl.org/spar/cito/isDeridedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is derided by"@en .
<http://purl.org/spar/cito/isDeridedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isDeridedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
IRI: http://purl.org/spar/cito/isDescribedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isDescribedBy a owl:ObjectProperty ;
rdfs:label "is described by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isDescribedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is described by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isDescribedBy">
<rdfs:comment xml:lang="en">A relation according to which the cited entity is described by the citing entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is described by</rdfs:label>
<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:isDescribedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isDescribedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isDescribedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is described by the citing 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": "is described by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is described by the citing entity."@en .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isDescribedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isDescribedBy :paper-b .\n " .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is described by"@en .
IRI: http://purl.org/spar/cito/isDisagreedWithBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isDisagreedWithBy a owl:ObjectProperty ;
rdfs:label "is disagreed with by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isDisagreedWithBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents statements, ideas or conclusions that are disagreed with by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isDisagreedWithBy">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents statements, ideas or conclusions that are disagreed with by the citing entity.</rdfs:comment>
<rdfs:label xml:lang="en">is disagreed with by</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<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:isDisagreedWithBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isDisagreedWithBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isDisagreedWithBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents statements, ideas or conclusions that are disagreed with by the citing 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": "is disagreed with by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isDisagreedWithBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isDisagreedWithBy> <http://www.w3.org/2000/01/rdf-schema#label> "is disagreed with by"@en .
<http://purl.org/spar/cito/isDisagreedWithBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isDisagreedWithBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isDisagreedWithBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isDisagreedWithBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isDisagreedWithBy :paper-b .\n " .
<http://purl.org/spar/cito/isDisagreedWithBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents statements, ideas or conclusions that are disagreed with by the citing entity."@en .
IRI: http://purl.org/spar/cito/isDiscussedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isDiscussedBy a owl:ObjectProperty ;
rdfs:label "is discussed by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isDiscussedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents statements, ideas or conclusions that are discussed by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isDiscussedBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">is discussed by</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents statements, ideas or conclusions that are discussed by the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isDiscussedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isDiscussedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isDiscussedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents statements, ideas or conclusions that are discussed by the citing 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": "is discussed by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isDiscussedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isDiscussedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isDiscussedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isDiscussedBy :paper-b .\n " .
<http://purl.org/spar/cito/isDiscussedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is discussed by"@en .
<http://purl.org/spar/cito/isDiscussedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isDiscussedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isDiscussedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents statements, ideas or conclusions that are discussed by the citing entity."@en .
IRI: http://purl.org/spar/cito/isDisputedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isDisputedBy a owl:ObjectProperty ;
rdfs:label "is disputed by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isDisputedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents statements, ideas or conclusions that are disputed by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isDisputedBy">
<rdfs:label xml:lang="en">is disputed by</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents statements, ideas or conclusions that are disputed by the citing entity.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isDisputedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isDisputedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isDisputedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents statements, ideas or conclusions that are disputed by the citing 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": "is disputed by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isDisputedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isDisputedBy :paper-b .\n " .
<http://purl.org/spar/cito/isDisputedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isDisputedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isDisputedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is disputed by"@en .
<http://purl.org/spar/cito/isDisputedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents statements, ideas or conclusions that are disputed by the citing entity."@en .
<http://purl.org/spar/cito/isDisputedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isDisputedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/isDocumentedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isDocumentedBy a owl:ObjectProperty ;
rdfs:label "is documented by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isDocumentedBy :paper-b .
""" ;
rdfs:comment "Information about the cited entity is documented by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isDocumentedBy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">Information about the cited entity is documented by the citing entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is documented by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isDocumentedBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isDocumentedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isDocumentedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information about the cited entity is documented by the citing 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": "is documented by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "Information about the cited entity is documented by the citing entity."@en .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isDocumentedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isDocumentedBy :paper-b .\n " .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is documented by"@en .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/isExtendedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isExtendedBy a owl:ObjectProperty ;
rdfs:label "is extended by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isExtendedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents facts, ideas or understandings that are extended by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/isExtendedBy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents facts, ideas or understandings that are extended by the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is extended by</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isExtendedBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isExtendedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isExtendedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents facts, ideas or understandings that are extended by the citing 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": "is extended by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isExtendedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isExtendedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents facts, ideas or understandings that are extended by the citing entity."@en .
<http://purl.org/spar/cito/isExtendedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isExtendedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isExtendedBy :paper-b .\n " .
<http://purl.org/spar/cito/isExtendedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is extended by"@en .
<http://purl.org/spar/cito/isExtendedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isExtendedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/isLinkedToBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isLinkedToBy a owl:ObjectProperty ;
rdfs:label "is linked to by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isLinkedToBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is the target for an HTTP Uniform Resource Locator (URL) link within the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:linksTo ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isLinkedToBy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is linked to by</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is the target for an HTTP Uniform Resource Locator (URL) link within the citing entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/linksTo"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isLinkedToBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isLinkedToBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isLinkedToBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is the target for an HTTP Uniform Resource Locator (URL) link within the citing 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": "is linked to by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/linksTo"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isLinkedToBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isLinkedToBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isLinkedToBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isLinkedToBy :paper-b .\n " .
<http://purl.org/spar/cito/isLinkedToBy> <http://www.w3.org/2000/01/rdf-schema#label> "is linked to by"@en .
<http://purl.org/spar/cito/isLinkedToBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is the target for an HTTP Uniform Resource Locator (URL) link within the citing entity."@en .
<http://purl.org/spar/cito/isLinkedToBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isLinkedToBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isLinkedToBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/linksTo> .
IRI: http://purl.org/spar/cito/isParodiedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isParodiedBy a owl:ObjectProperty ;
rdfs:label "is parodied by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isParodiedBy :paper-b .
""" ;
rdfs:comment "The characteristic style or content of the cited entity is imitated by the citing entity for comic effect, usually without explicit citation."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:parodies ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isParodiedBy">
<rdfs:comment xml:lang="en">The characteristic style or content of the cited entity is imitated by the citing entity for comic effect, usually without explicit citation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/parodies"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is parodied by</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isParodiedBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isParodiedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isParodiedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The characteristic style or content of the cited entity is imitated by the citing entity for comic effect, usually without explicit citation."
}
],
"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": "is parodied by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/parodies"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isParodiedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The characteristic style or content of the cited entity is imitated by the citing entity for comic effect, usually without explicit citation."@en .
<http://purl.org/spar/cito/isParodiedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isParodiedBy :paper-b .\n " .
<http://purl.org/spar/cito/isParodiedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isParodiedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isParodiedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/parodies> .
<http://purl.org/spar/cito/isParodiedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isParodiedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is parodied by"@en .
<http://purl.org/spar/cito/isParodiedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/cito/isPlagiarizedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isPlagiarizedBy a owl:ObjectProperty ;
rdfs:label "is plagiarized by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isPlagiarizedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is plagiarized by the author of the citing entity, who includes within the citing entity textual or other elements from the cited entity without formal acknowledgement of their source. The cited entity is thus not explicitly cited from within the citing entity, according to the norms of scholarly practice, but is cited implicitly."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:plagiarizes ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isPlagiarizedBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/plagiarizes"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is plagiarized by the author of the citing entity, who includes within the citing entity textual or other elements from the cited entity without formal acknowledgement of their source. The cited entity is thus not explicitly cited from within the citing entity, according to the norms of scholarly practice, but is cited implicitly.</rdfs:comment>
<rdfs:label xml:lang="en">is plagiarized by</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isPlagiarizedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isPlagiarizedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isPlagiarizedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is plagiarized by the author of the citing entity, who includes within the citing entity textual or other elements from the cited entity without formal acknowledgement of their source. The cited entity is thus not explicitly cited from within the citing entity, according to the norms of scholarly practice, but is cited implicitly."
}
],
"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": "is plagiarized by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/plagiarizes"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isPlagiarizedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/plagiarizes> .
<http://purl.org/spar/cito/isPlagiarizedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isPlagiarizedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isPlagiarizedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isPlagiarizedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isPlagiarizedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isPlagiarizedBy :paper-b .\n " .
<http://purl.org/spar/cito/isPlagiarizedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is plagiarized by the author of the citing entity, who includes within the citing entity textual or other elements from the cited entity without formal acknowledgement of their source. The cited entity is thus not explicitly cited from within the citing entity, according to the norms of scholarly practice, but is cited implicitly."@en .
<http://purl.org/spar/cito/isPlagiarizedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is plagiarized by"@en .
IRI: http://purl.org/spar/cito/isQualifiedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isQualifiedBy a owl:ObjectProperty ;
rdfs:label "is qualified by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isQualifiedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents statements, ideas or conclusions that are qualified or have conditions placed upon them by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:qualifies ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isQualifiedBy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents statements, ideas or conclusions that are qualified or have conditions placed upon them by the citing entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/qualifies"/>
<rdfs:label xml:lang="en">is qualified by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isQualifiedBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isQualifiedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isQualifiedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents statements, ideas or conclusions that are qualified or have conditions placed upon them by the citing 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": "is qualified by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/qualifies"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isQualifiedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isQualifiedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents statements, ideas or conclusions that are qualified or have conditions placed upon them by the citing entity."@en .
<http://purl.org/spar/cito/isQualifiedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isQualifiedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/qualifies> .
<http://purl.org/spar/cito/isQualifiedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isQualifiedBy :paper-b .\n " .
<http://purl.org/spar/cito/isQualifiedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isQualifiedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is qualified by"@en .
<http://purl.org/spar/cito/isQualifiedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
IRI: http://purl.org/spar/cito/isRefutedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isRefutedBy a owl:ObjectProperty ;
rdfs:label "is refuted by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isRefutedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents statements, ideas or conclusions that are refuted by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:refutes ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isRefutedBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents statements, ideas or conclusions that are refuted by the citing entity.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/refutes"/>
<rdfs:label xml:lang="en">is refuted by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isRefutedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isRefutedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isRefutedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents statements, ideas or conclusions that are refuted by the citing 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": "is refuted by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/refutes"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isRefutedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isRefutedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isRefutedBy :paper-b .\n " .
<http://purl.org/spar/cito/isRefutedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isRefutedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isRefutedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents statements, ideas or conclusions that are refuted by the citing entity."@en .
<http://purl.org/spar/cito/isRefutedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/refutes> .
<http://purl.org/spar/cito/isRefutedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is refuted by"@en .
<http://purl.org/spar/cito/isRefutedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
IRI: http://purl.org/spar/cito/isRetractedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isRetractedBy a owl:ObjectProperty ;
rdfs:label "is retracted by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isRetractedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is formally retracted by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:retracts ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isRetractedBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is retracted by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/retracts"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is formally retracted by the citing entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isRetractedBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isRetractedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isRetractedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is formally retracted by the citing 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": "is retracted by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/retracts"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isRetractedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isRetractedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is retracted by"@en .
<http://purl.org/spar/cito/isRetractedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isRetractedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/retracts> .
<http://purl.org/spar/cito/isRetractedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isRetractedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is formally retracted by the citing entity."@en .
<http://purl.org/spar/cito/isRetractedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isRetractedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isRetractedBy :paper-b .\n " .
IRI: http://purl.org/spar/cito/isReviewedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isReviewedBy a owl:ObjectProperty ;
rdfs:label "is reviewed by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isReviewedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents statements, ideas or conclusions that are reviewed by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:reviews ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isReviewedBy">
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/reviews"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents statements, ideas or conclusions that are reviewed by the citing entity.</rdfs:comment>
<rdfs:label xml:lang="en">is reviewed by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isReviewedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isReviewedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isReviewedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents statements, ideas or conclusions that are reviewed by the citing 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": "is reviewed by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/reviews"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/reviews> .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents statements, ideas or conclusions that are reviewed by the citing entity."@en .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is reviewed by"@en .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isReviewedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isReviewedBy :paper-b .\n " .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/isRidiculedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isRidiculedBy a owl:ObjectProperty ;
rdfs:label "is ridiculed by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isRidiculedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity or aspects of its contents are ridiculed by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:ridicules ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isRidiculedBy">
<rdfs:comment xml:lang="en">A relation according to which the cited entity or aspects of its contents are ridiculed by the citing entity.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/ridicules"/>
<rdfs:label xml:lang="en">is ridiculed by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isRidiculedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isRidiculedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isRidiculedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity or aspects of its contents are ridiculed by the citing 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": "is ridiculed by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/ridicules"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isRidiculedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity or aspects of its contents are ridiculed by the citing entity."@en .
<http://purl.org/spar/cito/isRidiculedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/ridicules> .
<http://purl.org/spar/cito/isRidiculedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is ridiculed by"@en .
<http://purl.org/spar/cito/isRidiculedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isRidiculedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isRidiculedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isRidiculedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isRidiculedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isRidiculedBy :paper-b .\n " .
IRI: http://purl.org/spar/cito/isSpeculatedOnBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isSpeculatedOnBy a owl:ObjectProperty ;
rdfs:label "is speculated on by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isSpeculatedOnBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity is cited because the citing article contains speculations on its content or ideas."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:speculatesOn ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isSpeculatedOnBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/speculatesOn"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is speculated on by</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the cited entity is cited because the citing article contains speculations on its content or ideas.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isSpeculatedOnBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isSpeculatedOnBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isSpeculatedOnBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity is cited because the citing article contains speculations on its content or ideas."
}
],
"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": "is speculated on by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/speculatesOn"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isSpeculatedOnBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isSpeculatedOnBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isSpeculatedOnBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isSpeculatedOnBy :paper-b .\n " .
<http://purl.org/spar/cito/isSpeculatedOnBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isSpeculatedOnBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/speculatesOn> .
<http://purl.org/spar/cito/isSpeculatedOnBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isSpeculatedOnBy> <http://www.w3.org/2000/01/rdf-schema#label> "is speculated on by"@en .
<http://purl.org/spar/cito/isSpeculatedOnBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity is cited because the citing article contains speculations on its content or ideas."@en .
IRI: http://purl.org/spar/cito/isSupportedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isSupportedBy a owl:ObjectProperty ;
rdfs:label "is supported by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isSupportedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity receives intellectual or factual support from the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:supports ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isSupportedBy">
<rdfs:comment xml:lang="en">A relation according to which the cited entity receives intellectual or factual support from the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is supported by</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/supports"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:isSupportedBy :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isSupportedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isSupportedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity receives intellectual or factual support from the citing 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": "is supported by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/supports"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isSupportedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity receives intellectual or factual support from the citing entity."@en .
<http://purl.org/spar/cito/isSupportedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isSupportedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isSupportedBy :paper-b .\n " .
<http://purl.org/spar/cito/isSupportedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is supported by"@en .
<http://purl.org/spar/cito/isSupportedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isSupportedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isSupportedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isSupportedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/supports> .
IRI: http://purl.org/spar/cito/isUpdatedBy
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isUpdatedBy a owl:ObjectProperty ;
rdfs:label "is updated by"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:isUpdatedBy :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents statements, ideas, hypotheses or understanding that are updated by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:updates ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/isUpdatedBy">
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/updates"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents statements, ideas, hypotheses or understanding that are updated by the citing entity.</rdfs:comment>
<rdfs:label xml:lang="en">is updated by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<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:isUpdatedBy :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isUpdatedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:isUpdatedBy :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents statements, ideas, hypotheses or understanding that are updated by the citing 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": "is updated by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/updates"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isUpdatedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/updates> .
<http://purl.org/spar/cito/isUpdatedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is updated by"@en .
<http://purl.org/spar/cito/isUpdatedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents statements, ideas, hypotheses or understanding that are updated by the citing entity."@en .
<http://purl.org/spar/cito/isUpdatedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isUpdatedBy> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:isUpdatedBy :paper-b .\n " .
<http://purl.org/spar/cito/isUpdatedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isUpdatedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isUpdatedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/likes
@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:likes a owl:ObjectProperty ;
rdfs:label "likes"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:likes :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity shows appreciation of or interest in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
vs:term_status reg:statusStable ;
skos:note """
This property enables social media "likes" statements to be encoded in RDF.
Use of this property does NOT imply the existence of a formal citation of the entity that is "liked".
"""@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/likes">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">likes</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity shows appreciation of or interest in the cited entity.</rdfs:comment>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:likes :paper-b .
</vann:example>
<skos:note xml:lang="en">
This property enables social media "likes" statements to be encoded in RDF.
Use of this property does NOT imply the existence of a formal citation of the entity that is "liked".
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/likes",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:likes :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity shows appreciation of or interest 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": "likes"
}
],
"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": "\nThis property enables social media \"likes\" statements to be encoded in RDF. \nUse of this property does NOT imply the existence of a formal citation of the entity that is \"liked\".\n "
}
]
}
]<http://purl.org/spar/cito/likes> <http://www.w3.org/2004/02/skos/core#note> "\nThis property enables social media \"likes\" statements to be encoded in RDF. \nUse of this property does NOT imply the existence of a formal citation of the entity that is \"liked\".\n "@en .
<http://purl.org/spar/cito/likes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/likes> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/likes> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity shows appreciation of or interest in the cited entity."@en .
<http://purl.org/spar/cito/likes> <http://www.w3.org/2000/01/rdf-schema#label> "likes"@en .
<http://purl.org/spar/cito/likes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/likes> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:likes :paper-b .\n " .
IRI: http://purl.org/spar/cito/linksTo
@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:linksTo a owl:ObjectProperty ;
rdfs:label "links to"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:linksTo :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity provides a link, in the form of an HTTP Uniform Resource Locator (URL), to the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: The BioSharing registry (https://biosharing.org) can be of use as it describes the standards in detail, including versions where applicable."@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/linksTo">
<rdfs:comment xml:lang="en">A relation according to which the citing entity provides a link, in the form of an HTTP Uniform Resource Locator (URL), to the cited entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">links to</rdfs:label>
<skos:note xml:lang="en">Example: The BioSharing registry (https://biosharing.org) can be of use as it describes the standards in detail, including versions where applicable.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:linksTo :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/linksTo",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:linksTo :paper-b . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity provides a link, in the form of an HTTP Uniform Resource Locator (URL), to 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": "links to"
}
],
"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: The BioSharing registry (https://biosharing.org) can be of use as it describes the standards in detail, including versions where applicable."
}
]
}
]<http://purl.org/spar/cito/linksTo> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity provides a link, in the form of an HTTP Uniform Resource Locator (URL), to the cited entity."@en .
<http://purl.org/spar/cito/linksTo> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:linksTo :paper-b . \n " .
<http://purl.org/spar/cito/linksTo> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/linksTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/linksTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/linksTo> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/linksTo> <http://www.w3.org/2004/02/skos/core#note> "Example: The BioSharing registry (https://biosharing.org) can be of use as it describes the standards in detail, including versions where applicable."@en .
<http://purl.org/spar/cito/linksTo> <http://www.w3.org/2000/01/rdf-schema#label> "links to"@en .
IRI: http://purl.org/spar/cito/obtainsBackgroundFrom
@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:obtainsBackgroundFrom a owl:ObjectProperty ;
rdfs:label "obtains background from"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:obtainsBackgroundFrom :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity obtains background information from the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: There is a need for more observational studies and studies using narrative causation to describe the potential contribution of information in problem-solving and decision-making [X]; our work addresses these needs."@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/obtainsBackgroundFrom">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity obtains background information from the cited entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">obtains background from</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<skos:note xml:lang="en">Example: There is a need for more observational studies and studies using narrative causation to describe the potential contribution of information in problem-solving and decision-making [X]; our work addresses these needs.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:obtainsBackgroundFrom :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/obtainsBackgroundFrom",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:obtainsBackgroundFrom :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity obtains background information from 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": "obtains background from"
}
],
"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: There is a need for more observational studies and studies using narrative causation to describe the potential contribution of information in problem-solving and decision-making [X]; our work addresses these needs."
}
]
}
]<http://purl.org/spar/cito/obtainsBackgroundFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/obtainsBackgroundFrom> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/obtainsBackgroundFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity obtains background information from the cited entity."@en .
<http://purl.org/spar/cito/obtainsBackgroundFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/obtainsBackgroundFrom> <http://www.w3.org/2000/01/rdf-schema#label> "obtains background from"@en .
<http://purl.org/spar/cito/obtainsBackgroundFrom> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:obtainsBackgroundFrom :paper-b .\n " .
<http://purl.org/spar/cito/obtainsBackgroundFrom> <http://www.w3.org/2004/02/skos/core#note> "Example: There is a need for more observational studies and studies using narrative causation to describe the potential contribution of information in problem-solving and decision-making [X]; our work addresses these needs."@en .
<http://purl.org/spar/cito/obtainsBackgroundFrom> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
IRI: http://purl.org/spar/cito/obtainsSupportFrom
@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:obtainsSupportFrom a owl:ObjectProperty ;
rdfs:label "obtains support from"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:obtainsSupportFrom :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity obtains intellectual or factual support from the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: Our ideas were also shared by Doe et al. [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/obtainsSupportFrom">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity obtains intellectual or factual support from the cited entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">obtains support from</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:obtainsSupportFrom :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: Our ideas were also shared by Doe et al. [X].</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/obtainsSupportFrom",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:obtainsSupportFrom :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity obtains intellectual or factual support from 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": "obtains support from"
}
],
"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: Our ideas were also shared by Doe et al. [X]."
}
]
}
]<http://purl.org/spar/cito/obtainsSupportFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/obtainsSupportFrom> <http://www.w3.org/2004/02/skos/core#note> "Example: Our ideas were also shared by Doe et al. [X]."@en .
<http://purl.org/spar/cito/obtainsSupportFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity obtains intellectual or factual support from the cited entity."@en .
<http://purl.org/spar/cito/obtainsSupportFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/obtainsSupportFrom> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:obtainsSupportFrom :paper-b .\n " .
<http://purl.org/spar/cito/obtainsSupportFrom> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/obtainsSupportFrom> <http://www.w3.org/2000/01/rdf-schema#label> "obtains support from"@en .
<http://purl.org/spar/cito/obtainsSupportFrom> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/parodies
@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:parodies a owl:ObjectProperty ;
rdfs:label "parodies"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:parodies :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity imitates the characteristic style or content of the cited entity for comic effect, usually without explicit citation."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: We act as giants on the shoulders of dwarfs [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/parodies">
<rdfs:comment xml:lang="en">A relation according to which the citing entity imitates the characteristic style or content of the cited entity for comic effect, usually without explicit citation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">parodies</rdfs:label>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:parodies :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: We act as giants on the shoulders of dwarfs [X]!</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/parodies",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:parodies :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity imitates the characteristic style or content of the cited entity for comic effect, usually without explicit citation."
}
],
"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": "parodies"
}
],
"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 act as giants on the shoulders of dwarfs [X]!"
}
]
}
]<http://purl.org/spar/cito/parodies> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity imitates the characteristic style or content of the cited entity for comic effect, usually without explicit citation."@en .
<http://purl.org/spar/cito/parodies> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/parodies> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:parodies :paper-b .\n " .
<http://purl.org/spar/cito/parodies> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/parodies> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/parodies> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/parodies> <http://www.w3.org/2000/01/rdf-schema#label> "parodies"@en .
<http://purl.org/spar/cito/parodies> <http://www.w3.org/2004/02/skos/core#note> "Example: We act as giants on the shoulders of dwarfs [X]!"@en .
IRI: http://purl.org/spar/cito/plagiarizes
@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:plagiarizes a owl:ObjectProperty ;
rdfs:label "plagiarizes"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:plagiarizes :paper-b .
""" ;
rdfs:comment "A property indicating that the author of the citing entity plagiarizes the cited entity, by including textual or other elements from the cited entity without formal acknowledgement of their source. The citing entity thus contains no explicit citation of the cited entity, according to the norms of scholarly practice, but cites it implicitly."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: The conclusion of our dissertation can be summarised by the following motto, we created specifically for this purpose: we are like dwarfs standing on the shoulders of giants."@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/plagiarizes">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">plagiarizes</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A property indicating that the author of the citing entity plagiarizes the cited entity, by including textual or other elements from the cited entity without formal acknowledgement of their source. The citing entity thus contains no explicit citation of the cited entity, according to the norms of scholarly practice, but cites it implicitly.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Example: The conclusion of our dissertation can be summarised by the following motto, we created specifically for this purpose: we are like dwarfs standing on the shoulders of giants.</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:plagiarizes :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/plagiarizes",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:plagiarizes :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A property indicating that the author of the citing entity plagiarizes the cited entity, by including textual or other elements from the cited entity without formal acknowledgement of their source. The citing entity thus contains no explicit citation of the cited entity, according to the norms of scholarly practice, but cites it implicitly."
}
],
"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": "plagiarizes"
}
],
"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: The conclusion of our dissertation can be summarised by the following motto, we created specifically for this purpose: we are like dwarfs standing on the shoulders of giants."
}
]
}
]<http://purl.org/spar/cito/plagiarizes> <http://www.w3.org/2004/02/skos/core#note> "Example: The conclusion of our dissertation can be summarised by the following motto, we created specifically for this purpose: we are like dwarfs standing on the shoulders of giants."@en .
<http://purl.org/spar/cito/plagiarizes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/plagiarizes> <http://www.w3.org/2000/01/rdf-schema#label> "plagiarizes"@en .
<http://purl.org/spar/cito/plagiarizes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/plagiarizes> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/plagiarizes> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/plagiarizes> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:plagiarizes :paper-b .\n " .
<http://purl.org/spar/cito/plagiarizes> <http://www.w3.org/2000/01/rdf-schema#comment> "A property indicating that the author of the citing entity plagiarizes the cited entity, by including textual or other elements from the cited entity without formal acknowledgement of their source. The citing entity thus contains no explicit citation of the cited entity, according to the norms of scholarly practice, but cites it implicitly."@en .
IRI: http://purl.org/spar/cito/providesAssertionFor
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:providesAssertionFor a owl:ObjectProperty ;
rdfs:label "provides assertion for"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:providesAssertionFor :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity contains and is the original source of a statement of fact or a logical assertion (or a collection of such facts and/or assertions) that is to be found in the citing entity. This inverse object property is designed to be used to relate a cited entity to a separate abstract, summary or nanopublication based upon it."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/providesAssertionFor">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity contains and is the original source of a statement of fact or a logical assertion (or a collection of such facts and/or assertions) that is to be found in the citing entity. This inverse object property is designed to be used to relate a cited entity to a separate abstract, summary or nanopublication based upon it.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">provides assertion for</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:providesAssertionFor :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/providesAssertionFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:providesAssertionFor :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity contains and is the original source of a statement of fact or a logical assertion (or a collection of such facts and/or assertions) that is to be found in the citing entity. This inverse object property is designed to be used to relate a cited entity to a separate abstract, summary or nanopublication based upon it."
}
],
"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": "provides assertion for"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/providesAssertionFor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/providesAssertionFor> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity contains and is the original source of a statement of fact or a logical assertion (or a collection of such facts and/or assertions) that is to be found in the citing entity. This inverse object property is designed to be used to relate a cited entity to a separate abstract, summary or nanopublication based upon it."@en .
<http://purl.org/spar/cito/providesAssertionFor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/providesAssertionFor> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:providesAssertionFor :paper-b .\n " .
<http://purl.org/spar/cito/providesAssertionFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/providesAssertionFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/providesAssertionFor> <http://www.w3.org/2000/01/rdf-schema#label> "provides assertion for"@en .
IRI: http://purl.org/spar/cito/providesConclusionsFor
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:providesConclusionsFor a owl:ObjectProperty ;
rdfs:label "provides conclusions for"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:providesConclusionsFor :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents conclusions that are used in work described in the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:usesConclusionsFrom ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/providesConclusionsFor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">provides conclusions for</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents conclusions that are used in work described in the citing entity.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/usesConclusionsFrom"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:providesConclusionsFor :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/providesConclusionsFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:providesConclusionsFor :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents conclusions that are used in work described in the citing 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": "provides conclusions for"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/usesConclusionsFrom"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/providesConclusionsFor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/providesConclusionsFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/providesConclusionsFor> <http://www.w3.org/2000/01/rdf-schema#label> "provides conclusions for"@en .
<http://purl.org/spar/cito/providesConclusionsFor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/providesConclusionsFor> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:providesConclusionsFor :paper-b .\n " .
<http://purl.org/spar/cito/providesConclusionsFor> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents conclusions that are used in work described in the citing entity."@en .
<http://purl.org/spar/cito/providesConclusionsFor> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/usesConclusionsFrom> .
<http://purl.org/spar/cito/providesConclusionsFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/providesDataFor
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:providesDataFor a owl:ObjectProperty ;
rdfs:label "provides data for"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:providesDataFor :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity presents data that are used in work described in the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:usesDataFrom ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/providesDataFor">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/usesDataFrom"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity presents data that are used in work described in the citing entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">provides data for</rdfs:label>
<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:providesDataFor :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/providesDataFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:providesDataFor :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity presents data that are used in work described in the citing 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": "provides data for"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/usesDataFrom"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/usesDataFrom> .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity presents data that are used in work described in the citing entity."@en .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2000/01/rdf-schema#label> "provides data for"@en .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/providesDataFor> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:providesDataFor :paper-b .\n " .
IRI: http://purl.org/spar/cito/providesExcerptFor
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:providesExcerptFor a owl:ObjectProperty ;
rdfs:label "provides excerpt for"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:providesExcerptFor :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity contains information, usually of a textual nature, that is excerpted by (used as an excerpt within) the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/providesExcerptFor">
<rdfs:label xml:lang="en">provides excerpt for</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity contains information, usually of a textual nature, that is excerpted by (used as an excerpt within) the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:providesExcerptFor :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/providesExcerptFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:providesExcerptFor :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity contains information, usually of a textual nature, that is excerpted by (used as an excerpt within) the citing 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": "provides excerpt for"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/providesExcerptFor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/providesExcerptFor> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:providesExcerptFor :paper-b .\n " .
<http://purl.org/spar/cito/providesExcerptFor> <http://www.w3.org/2000/01/rdf-schema#label> "provides excerpt for"@en .
<http://purl.org/spar/cito/providesExcerptFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/providesExcerptFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/providesExcerptFor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/providesExcerptFor> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity contains information, usually of a textual nature, that is excerpted by (used as an excerpt within) the citing entity."@en .
IRI: http://purl.org/spar/cito/providesMethodFor
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:providesMethodFor a owl:ObjectProperty ;
rdfs:label "provides method for"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:providesMethodFor :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity details a method that is used in work described by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:usesMethodIn ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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/providesMethodFor">
<rdfs:comment xml:lang="en">A relation according to which the cited entity details a method that is used in work described by the citing entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">provides method for</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/usesMethodIn"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:providesMethodFor :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/providesMethodFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:providesMethodFor :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity details a method that is used in work described by the citing 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": "provides method for"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/usesMethodIn"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/providesMethodFor> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity details a method that is used in work described by the citing entity."@en .
<http://purl.org/spar/cito/providesMethodFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/providesMethodFor> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:providesMethodFor :paper-b .\n " .
<http://purl.org/spar/cito/providesMethodFor> <http://www.w3.org/2000/01/rdf-schema#label> "provides method for"@en .
<http://purl.org/spar/cito/providesMethodFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/providesMethodFor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/providesMethodFor> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/usesMethodIn> .
<http://purl.org/spar/cito/providesMethodFor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/providesQuotationFor
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:providesQuotationFor a owl:ObjectProperty ;
rdfs:label "provides quotation for"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:providesQuotationFor :paper-b .
""" ;
rdfs:comment "A relation according to which the cited entity contains information, usually of a textual nature, that is quoted by (used as a quotation within) the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?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: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/providesQuotationFor">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">provides quotation for</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the cited entity contains information, usually of a textual nature, that is quoted by (used as a quotation within) the citing entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:providesQuotationFor :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/providesQuotationFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:providesQuotationFor :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the cited entity contains information, usually of a textual nature, that is quoted by (used as a quotation within) the citing 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": "provides quotation for"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/providesQuotationFor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/providesQuotationFor> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the cited entity contains information, usually of a textual nature, that is quoted by (used as a quotation within) the citing entity."@en .
<http://purl.org/spar/cito/providesQuotationFor> <http://www.w3.org/2000/01/rdf-schema#label> "provides quotation for"@en .
<http://purl.org/spar/cito/providesQuotationFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/providesQuotationFor> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:providesQuotationFor :paper-b .\n " .
<http://purl.org/spar/cito/providesQuotationFor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/providesQuotationFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/qualifies
@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:qualifies a owl:ObjectProperty ;
rdfs:label "qualifies"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:qualifies :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity qualifies or places conditions or restrictions upon 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: Galileo's masterpiece 'Dialogo sopra i due massimi sistemi del mondo' [X] is formally a dialog and substantially a scientific pamphlet."@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/qualifies">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity qualifies or places conditions or restrictions upon statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<rdfs:label xml:lang="en">qualifies</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:qualifies :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: Galileo's masterpiece 'Dialogo sopra i due massimi sistemi del mondo' [X] is formally a dialog and substantially a scientific pamphlet.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/qualifies",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:qualifies :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity qualifies or places conditions or restrictions upon 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": "qualifies"
}
],
"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: Galileo's masterpiece 'Dialogo sopra i due massimi sistemi del mondo' [X] is formally a dialog and substantially a scientific pamphlet."
}
]
}
]<http://purl.org/spar/cito/qualifies> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/qualifies> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/qualifies> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/qualifies> <http://www.w3.org/2004/02/skos/core#note> "Example: Galileo's masterpiece 'Dialogo sopra i due massimi sistemi del mondo' [X] is formally a dialog and substantially a scientific pamphlet."@en .
<http://purl.org/spar/cito/qualifies> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:qualifies :paper-b .\n " .
<http://purl.org/spar/cito/qualifies> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity qualifies or places conditions or restrictions upon statements, ideas or conclusions presented in the cited entity."@en .
<http://purl.org/spar/cito/qualifies> <http://www.w3.org/2000/01/rdf-schema#label> "qualifies"@en .
<http://purl.org/spar/cito/qualifies> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
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> .
IRI: http://purl.org/spar/cito/repliesTo
@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:repliesTo a owl:ObjectProperty ;
rdfs:label "replies to"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:repliesTo :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity replies to statements, ideas or criticisms presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: We will not investigate the issues of the approach proposed in [X] here, but rather we introduce yet another alternative."@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/repliesTo">
<rdfs:comment xml:lang="en">A relation according to which the citing entity replies to statements, ideas or criticisms presented in the cited entity.</rdfs:comment>
<rdfs:label xml:lang="en">replies to</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:repliesTo :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Example: We will not investigate the issues of the approach proposed in [X] here, but rather we introduce yet another alternative.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/repliesTo",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:repliesTo :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity replies to statements, ideas or criticisms 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": "replies to"
}
],
"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 will not investigate the issues of the approach proposed in [X] here, but rather we introduce yet another alternative."
}
]
}
]<http://purl.org/spar/cito/repliesTo> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity replies to statements, ideas or criticisms presented in the cited entity."@en .
<http://purl.org/spar/cito/repliesTo> <http://www.w3.org/2000/01/rdf-schema#label> "replies to"@en .
<http://purl.org/spar/cito/repliesTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/repliesTo> <http://www.w3.org/2004/02/skos/core#note> "Example: We will not investigate the issues of the approach proposed in [X] here, but rather we introduce yet another alternative."@en .
<http://purl.org/spar/cito/repliesTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/repliesTo> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/repliesTo> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/repliesTo> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:repliesTo :paper-b .\n " .
IRI: http://purl.org/spar/cito/retracts
@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:retracts a owl:ObjectProperty ;
rdfs:label "retracts"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:retracts :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity constitutes a formal retraction of the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: We wrote that the Earth moves in [X]; we now retire such statement."@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/retracts">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity constitutes a formal retraction of the cited entity.</rdfs:comment>
<rdfs:label xml:lang="en">retracts</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:retracts :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Example: We wrote that the Earth moves in [X]; we now retire such statement.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/retracts",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:retracts :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity constitutes a formal retraction of 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": "retracts"
}
],
"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 wrote that the Earth moves in [X]; we now retire such statement."
}
]
}
]<http://purl.org/spar/cito/retracts> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/retracts> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/retracts> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity constitutes a formal retraction of the cited entity."@en .
<http://purl.org/spar/cito/retracts> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:retracts :paper-b .\n " .
<http://purl.org/spar/cito/retracts> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/retracts> <http://www.w3.org/2000/01/rdf-schema#label> "retracts"@en .
<http://purl.org/spar/cito/retracts> <http://www.w3.org/2004/02/skos/core#note> "Example: We wrote that the Earth moves in [X]; we now retire such statement."@en .
<http://purl.org/spar/cito/retracts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/cito/reviews
@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:reviews a owl:ObjectProperty ;
rdfs:label "reviews"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:reviews :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity reviews 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: This paper discusses Toulmin's methodology in modelling argumentation [X], focussing on highlighting advantages and drawbacks of the application of such a methodology in the Social Web."@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/reviews">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity reviews statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">reviews</rdfs:label>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:reviews :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: This paper discusses Toulmin's methodology in modelling argumentation [X], focussing on highlighting advantages and drawbacks of the application of such a methodology in the Social Web.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/reviews",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:reviews :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity reviews 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": "reviews"
}
],
"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: This paper discusses Toulmin's methodology in modelling argumentation [X], focussing on highlighting advantages and drawbacks of the application of such a methodology in the Social Web."
}
]
}
]<http://purl.org/spar/cito/reviews> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/reviews> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:reviews :paper-b .\n " .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity reviews statements, ideas or conclusions presented in the cited entity."@en .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/2000/01/rdf-schema#label> "reviews"@en .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/2004/02/skos/core#note> "Example: This paper discusses Toulmin's methodology in modelling argumentation [X], focussing on highlighting advantages and drawbacks of the application of such a methodology in the Social Web."@en .
IRI: http://purl.org/spar/cito/ridicules
@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:ridicules a owl:ObjectProperty ;
rdfs:label "ridicules"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:ridicules :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity ridicules the cited entity or aspects of its contents."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: Galileo said that the Earth 'moves' [X]; really? And where is it going?"@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/ridicules">
<rdfs:label xml:lang="en">ridicules</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the citing entity ridicules the cited entity or aspects of its contents.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<skos:note xml:lang="en">Example: Galileo said that the Earth 'moves' [X]; really? And where is it going?</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:ridicules :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/ridicules",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:ridicules :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity ridicules the cited entity or aspects of its contents."
}
],
"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": "ridicules"
}
],
"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: Galileo said that the Earth 'moves' [X]; really? And where is it going?"
}
]
}
]<http://purl.org/spar/cito/ridicules> <http://www.w3.org/2000/01/rdf-schema#label> "ridicules"@en .
<http://purl.org/spar/cito/ridicules> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity ridicules the cited entity or aspects of its contents."@en .
<http://purl.org/spar/cito/ridicules> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/ridicules> <http://www.w3.org/2004/02/skos/core#note> "Example: Galileo said that the Earth 'moves' [X]; really? And where is it going?"@en .
<http://purl.org/spar/cito/ridicules> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/ridicules> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:ridicules :paper-b .\n " .
<http://purl.org/spar/cito/ridicules> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/ridicules> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/sharesAuthorInstitutionWith
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:sharesAuthorInstitutionWith a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "shares author institution with"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:sharesAuthorInstitutionWith :paper-b .
""" ;
rdfs:comment "A relation according to which each entity has at least one author that shares a common institutional affiliation with an author of the other entity."@en ;
rdfs:isDefinedBy cito: ;
vs:term_status reg:statusStable .
<?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: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/sharesAuthorInstitutionWith">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdfs:comment xml:lang="en">A relation according to which each entity has at least one author that shares a common institutional affiliation with an author of the other entity.</rdfs:comment>
<rdfs:label xml:lang="en">shares author institution with</rdfs:label>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:sharesAuthorInstitutionWith :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/sharesAuthorInstitutionWith",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#SymmetricProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:sharesAuthorInstitutionWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which each entity has at least one author that shares a common institutional affiliation with an author of the other 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": "shares author institution with"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/sharesAuthorInstitutionWith> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/sharesAuthorInstitutionWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/sharesAuthorInstitutionWith> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which each entity has at least one author that shares a common institutional affiliation with an author of the other entity."@en .
<http://purl.org/spar/cito/sharesAuthorInstitutionWith> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:sharesAuthorInstitutionWith :paper-b .\n " .
<http://purl.org/spar/cito/sharesAuthorInstitutionWith> <http://www.w3.org/2000/01/rdf-schema#label> "shares author institution with"@en .
<http://purl.org/spar/cito/sharesAuthorInstitutionWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<http://purl.org/spar/cito/sharesAuthorInstitutionWith> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/sharesAuthorWith
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:sharesAuthorWith a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "shares author with"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:sharesAuthorWith :paper-b .
""" ;
rdfs:comment "A relation according to which each entity has at least one author in common with the other entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable .
<?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: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/sharesAuthorWith">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which each entity has at least one author in common with the other entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdfs:label xml:lang="en">shares author with</rdfs:label>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:sharesAuthorWith :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/sharesAuthorWith",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#SymmetricProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:sharesAuthorWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which each entity has at least one author in common with the other 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": "shares author with"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/sharesAuthorWith> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/cito/sharesAuthorWith> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/sharesAuthorWith> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:sharesAuthorWith :paper-b .\n " .
<http://purl.org/spar/cito/sharesAuthorWith> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/sharesAuthorWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<http://purl.org/spar/cito/sharesAuthorWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/sharesAuthorWith> <http://www.w3.org/2000/01/rdf-schema#label> "shares author with"@en .
<http://purl.org/spar/cito/sharesAuthorWith> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which each entity has at least one author in common with the other entity."@en .
IRI: http://purl.org/spar/cito/sharesFundingAgencyWith
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:sharesFundingAgencyWith a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "shares funding agency with"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:sharesFundingAgencyWith :paper-b .
""" ;
rdfs:comment "A relation according to which two entities result from activities that have been funded by the same funding agency."@en ;
rdfs:isDefinedBy cito: ;
vs:term_status reg:statusStable .
<?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: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/sharesFundingAgencyWith">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdfs:comment xml:lang="en">A relation according to which two entities result from activities that have been funded by the same funding agency.</rdfs:comment>
<rdfs:label xml:lang="en">shares funding agency with</rdfs:label>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:sharesFundingAgencyWith :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/sharesFundingAgencyWith",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#SymmetricProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:sharesFundingAgencyWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which two entities result from activities that have been funded by the same funding agency."
}
],
"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": "shares funding agency with"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/sharesFundingAgencyWith> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/sharesFundingAgencyWith> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:sharesFundingAgencyWith :paper-b .\n " .
<http://purl.org/spar/cito/sharesFundingAgencyWith> <http://www.w3.org/2000/01/rdf-schema#label> "shares funding agency with"@en .
<http://purl.org/spar/cito/sharesFundingAgencyWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/sharesFundingAgencyWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<http://purl.org/spar/cito/sharesFundingAgencyWith> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/sharesFundingAgencyWith> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which two entities result from activities that have been funded by the same funding agency."@en .
IRI: http://purl.org/spar/cito/sharesJournalWith
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:sharesJournalWith a owl:ObjectProperty ;
rdfs:label "shares journal with"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:sharesJournalWith :paper-b .
""" ;
rdfs:comment "A relation according to which the citing and cited bibliographic resources are published in the same journal."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:sharesPublicationVenueWith ;
vs:term_status reg:statusStable .
<?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: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/sharesJournalWith">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">shares journal with</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/sharesPublicationVenueWith"/>
<rdfs:comment xml:lang="en">A relation according to which the citing and cited bibliographic resources are published in the same journal.</rdfs:comment>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:sharesJournalWith :paper-b .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/sharesJournalWith",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:sharesJournalWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing and cited bibliographic resources are published in the same journal."
}
],
"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": "shares journal with"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/sharesPublicationVenueWith"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/sharesJournalWith> <http://www.w3.org/2000/01/rdf-schema#label> "shares journal with"@en .
<http://purl.org/spar/cito/sharesJournalWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/sharesJournalWith> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/sharesJournalWith> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:sharesJournalWith :paper-b .\n " .
<http://purl.org/spar/cito/sharesJournalWith> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/sharesJournalWith> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/sharesPublicationVenueWith> .
<http://purl.org/spar/cito/sharesJournalWith> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing and cited bibliographic resources are published in the same journal."@en .
IRI: http://purl.org/spar/cito/sharesPublicationVenueWith
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:sharesPublicationVenueWith a owl:ObjectProperty ;
rdfs:label "shares publication venue with"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:sharesPublicationVenueWith :paper-b .
""" ;
rdfs:comment "A relation according to which the citing and cited bibliographic resources are published in same publication venue."@en ;
rdfs:isDefinedBy cito: ;
vs:term_status reg:statusStable .
<?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: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/sharesPublicationVenueWith">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">shares publication venue with</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the citing and cited bibliographic resources are published in same publication venue.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:sharesPublicationVenueWith :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/sharesPublicationVenueWith",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:sharesPublicationVenueWith :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing and cited bibliographic resources are published in same publication venue."
}
],
"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": "shares publication venue with"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/sharesPublicationVenueWith> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/sharesPublicationVenueWith> <http://www.w3.org/2000/01/rdf-schema#label> "shares publication venue with"@en .
<http://purl.org/spar/cito/sharesPublicationVenueWith> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing and cited bibliographic resources are published in same publication venue."@en .
<http://purl.org/spar/cito/sharesPublicationVenueWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/sharesPublicationVenueWith> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:sharesPublicationVenueWith :paper-b .\n " .
<http://purl.org/spar/cito/sharesPublicationVenueWith> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/speculatesOn
@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:speculatesOn a owl:ObjectProperty ;
rdfs:label "speculates on"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:speculatesOn :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity speculates on something within or related to the cited entity, without firm evidence."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: We believe that if Galileo believed that Earth goes around the Sun [X], he also should believe that Moon goes around Earth."@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/speculatesOn">
<rdfs:comment xml:lang="en">A relation according to which the citing entity speculates on something within or related to the cited entity, without firm evidence.</rdfs:comment>
<rdfs:label xml:lang="en">speculates on</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<skos:note xml:lang="en">Example: We believe that if Galileo believed that Earth goes around the Sun [X], he also should believe that Moon goes around Earth.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:speculatesOn :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/speculatesOn",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:speculatesOn :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity speculates on something within or related to the cited entity, without firm evidence."
}
],
"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": "speculates on"
}
],
"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 believe that if Galileo believed that Earth goes around the Sun [X], he also should believe that Moon goes around Earth."
}
]
}
]<http://purl.org/spar/cito/speculatesOn> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity speculates on something within or related to the cited entity, without firm evidence."@en .
<http://purl.org/spar/cito/speculatesOn> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:speculatesOn :paper-b .\n " .
<http://purl.org/spar/cito/speculatesOn> <http://www.w3.org/2000/01/rdf-schema#label> "speculates on"@en .
<http://purl.org/spar/cito/speculatesOn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/speculatesOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/speculatesOn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/speculatesOn> <http://www.w3.org/2004/02/skos/core#note> "Example: We believe that if Galileo believed that Earth goes around the Sun [X], he also should believe that Moon goes around Earth."@en .
<http://purl.org/spar/cito/speculatesOn> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
IRI: http://purl.org/spar/cito/supports
@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:supports a owl:ObjectProperty ;
rdfs:label "supports"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:supports :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity provides intellectual or factual support for 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 support Galileo's statement [X], that Earth moves."@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/supports">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity provides intellectual or factual support for statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<rdfs:label xml:lang="en">supports</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:supports :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: We support Galileo's statement [X], that Earth moves.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/supports",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:supports :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity provides intellectual or factual support for 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": "supports"
}
],
"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 support Galileo's statement [X], that Earth moves."
}
]
}
]<http://purl.org/spar/cito/supports> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/supports> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity provides intellectual or factual support for statements, ideas or conclusions presented in the cited entity."@en .
<http://purl.org/spar/cito/supports> <http://www.w3.org/2000/01/rdf-schema#label> "supports"@en .
<http://purl.org/spar/cito/supports> <http://www.w3.org/2004/02/skos/core#note> "Example: We support Galileo's statement [X], that Earth moves."@en .
<http://purl.org/spar/cito/supports> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:supports :paper-b .\n " .
<http://purl.org/spar/cito/supports> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/supports> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/supports> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/updates
@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:updates a owl:ObjectProperty ;
rdfs:label "updates"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:updates :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity updates statements, ideas, hypotheses or understanding presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: Earth moves, said Galileo [X]; in addition, we can say now it moves very fast."@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/updates">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">updates</rdfs:label>
<rdfs:comment xml:lang="en">A relation according to which the citing entity updates statements, ideas, hypotheses or understanding presented in the cited entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<skos:note xml:lang="en">Example: Earth moves, said Galileo [X]; in addition, we can say now it moves very fast.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:updates :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/updates",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:updates :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity updates statements, ideas, hypotheses or understanding 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": "updates"
}
],
"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: Earth moves, said Galileo [X]; in addition, we can say now it moves very fast."
}
]
}
]<http://purl.org/spar/cito/updates> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/updates> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/updates> <http://www.w3.org/2000/01/rdf-schema#label> "updates"@en .
<http://purl.org/spar/cito/updates> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/updates> <http://www.w3.org/2004/02/skos/core#note> "Example: Earth moves, said Galileo [X]; in addition, we can say now it moves very fast."@en .
<http://purl.org/spar/cito/updates> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity updates statements, ideas, hypotheses or understanding presented in the cited entity."@en .
<http://purl.org/spar/cito/updates> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:updates :paper-b .\n " .
<http://purl.org/spar/cito/updates> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
IRI: http://purl.org/spar/cito/usesConclusionsFrom
@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:usesConclusionsFrom a owl:ObjectProperty ;
rdfs:label "uses conclusions from"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:usesConclusionsFrom :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity describes work that uses conclusions presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: Building upon Galileo's findings [X], we discovered that all the planets move."@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/usesConclusionsFrom">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity describes work that uses conclusions presented in the cited entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">uses conclusions from</rdfs:label>
<skos:note xml:lang="en">Example: Building upon Galileo's findings [X], we discovered that all the planets move.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:usesConclusionsFrom :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/usesConclusionsFrom",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:usesConclusionsFrom :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity describes work that uses 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": "uses conclusions from"
}
],
"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: Building upon Galileo's findings [X], we discovered that all the planets move."
}
]
}
]<http://purl.org/spar/cito/usesConclusionsFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/usesConclusionsFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/usesConclusionsFrom> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/usesConclusionsFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity describes work that uses conclusions presented in the cited entity."@en .
<http://purl.org/spar/cito/usesConclusionsFrom> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/usesConclusionsFrom> <http://www.w3.org/2004/02/skos/core#note> "Example: Building upon Galileo's findings [X], we discovered that all the planets move."@en .
<http://purl.org/spar/cito/usesConclusionsFrom> <http://www.w3.org/2000/01/rdf-schema#label> "uses conclusions from"@en .
<http://purl.org/spar/cito/usesConclusionsFrom> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:usesConclusionsFrom :paper-b .\n " .
IRI: http://purl.org/spar/cito/usesDataFrom
@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:usesDataFrom a owl:ObjectProperty ;
rdfs:label "uses data from"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:usesDataFrom :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity describes work that uses data presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: Using the information collected from our recent study [X], we can estimate that there are tens of millions of HTML forms with potentially useful deep-web content."@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/usesDataFrom">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity describes work that uses data presented in the cited entity.</rdfs:comment>
<rdfs:label xml:lang="en">uses data from</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:usesDataFrom :paper-b .
</vann:example>
<skos:note xml:lang="en">Example: Using the information collected from our recent study [X], we can estimate that there are tens of millions of HTML forms with potentially useful deep-web content.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/usesDataFrom",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:usesDataFrom :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity describes work that uses data 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": "uses data from"
}
],
"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: Using the information collected from our recent study [X], we can estimate that there are tens of millions of HTML forms with potentially useful deep-web content."
}
]
}
]<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2004/02/skos/core#note> "Example: Using the information collected from our recent study [X], we can estimate that there are tens of millions of HTML forms with potentially useful deep-web content."@en .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2000/01/rdf-schema#label> "uses data from"@en .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity describes work that uses data presented in the cited entity."@en .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/usesDataFrom> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:usesDataFrom :paper-b .\n " .
IRI: http://purl.org/spar/cito/usesMethodIn
@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:usesMethodIn a owl:ObjectProperty ;
rdfs:label "uses method in"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:usesMethodIn :paper-b .
""" ;
rdfs:comment "A relation according to which the citing entity describes work that uses a method detailed in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable ;
skos:note "Example: We follow [X] in using design patterns for testing."@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/usesMethodIn">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">A relation according to which the citing entity describes work that uses a method detailed in the cited entity.</rdfs:comment>
<rdfs:label xml:lang="en">uses method in</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Example: We follow [X] in using design patterns for testing.</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:usesMethodIn :paper-b .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/usesMethodIn",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:usesMethodIn :paper-b .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation according to which the citing entity describes work that uses a method detailed 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": "uses method in"
}
],
"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 follow [X] in using design patterns for testing."
}
]
}
]<http://purl.org/spar/cito/usesMethodIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/usesMethodIn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/usesMethodIn> <http://www.w3.org/2004/02/skos/core#note> "Example: We follow [X] in using design patterns for testing."@en .
<http://purl.org/spar/cito/usesMethodIn> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/usesMethodIn> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:usesMethodIn :paper-b .\n " .
<http://purl.org/spar/cito/usesMethodIn> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation according to which the citing entity describes work that uses a method detailed in the cited entity."@en .
<http://purl.org/spar/cito/usesMethodIn> <http://www.w3.org/2000/01/rdf-schema#label> "uses method in"@en .
<http://purl.org/spar/cito/usesMethodIn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/hasCitationCreationDate
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:hasCitationCreationDate a owl:DatatypeProperty ;
rdfs:label "has citation creation date"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:hasCitationCreationDate '2025-06-16'^^xsd:date .
""" ;
rdfs:comment "The date on which the citation was created. This has the same numerical value as the publication date of the citing bibliographic resource, but is a property of the citation itself. When combined with the citation time span, it permits that citation to be located in history."@en ;
rdfs:isDefinedBy cito: ;
vs:term_status reg:statusStable .
<?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: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/hasCitationCreationDate">
<rdfs:comment xml:lang="en">The date on which the citation was created. This has the same numerical value as the publication date of the citing bibliographic resource, but is a property of the citation itself. When combined with the citation time span, it permits that citation to be located in history.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has citation creation date</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:hasCitationCreationDate '2025-06-16'^^xsd:date .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/hasCitationCreationDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:hasCitationCreationDate '2025-06-16'^^xsd:date .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which the citation was created. This has the same numerical value as the publication date of the citing bibliographic resource, but is a property of the citation itself. When combined with the citation time span, it permits that citation to be located in history."
}
],
"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": "has citation creation date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/hasCitationCreationDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/hasCitationCreationDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/cito/hasCitationCreationDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which the citation was created. This has the same numerical value as the publication date of the citing bibliographic resource, but is a property of the citation itself. When combined with the citation time span, it permits that citation to be located in history."@en .
<http://purl.org/spar/cito/hasCitationCreationDate> <http://www.w3.org/2000/01/rdf-schema#label> "has citation creation date"@en .
<http://purl.org/spar/cito/hasCitationCreationDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/hasCitationCreationDate> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:hasCitationCreationDate '2025-06-16'^^xsd:date .\n " .
IRI: http://purl.org/spar/cito/hasCitationTimeSpan
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cito:hasCitationTimeSpan a owl:DatatypeProperty ;
rdfs:label "has citation time span"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:hasCitationTimeSpan 'P1Y'^^xsd:duration .
""" ;
rdfs:comment "The temporal characteristic of a citation, namely the interval between the publication date of the cited entity and the publication date of the citing entity. Note that when one or both of the publication dates is given as just 'year', then the citation time span is rounded to the nearest year, and when one or both of the publication dates is given as just 'year and month', then the citation time span is rounded to the nearest month, with the inherent inaccuracies that such rounding involves."@en ;
rdfs:domain cito:Citation ;
rdfs:isDefinedBy cito: ;
rdfs:range xsd:duration ;
vs:term_status reg:statusStable .
<?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: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/hasCitationTimeSpan">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">has citation time span</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/spar/cito/Citation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#duration"/>
<rdfs:comment xml:lang="en">The temporal characteristic of a citation, namely the interval between the publication date of the cited entity and the publication date of the citing entity. Note that when one or both of the publication dates is given as just 'year', then the citation time span is rounded to the nearest year, and when one or both of the publication dates is given as just 'year and month', then the citation time span is rounded to the nearest month, with the inherent inaccuracies that such rounding involves.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:hasCitationTimeSpan 'P1Y'^^xsd:duration .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/hasCitationTimeSpan",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:hasCitationTimeSpan 'P1Y'^^xsd:duration .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The temporal characteristic of a citation, namely the interval between the publication date of the cited entity and the publication date of the citing entity. Note that when one or both of the publication dates is given as just 'year', then the citation time span is rounded to the nearest year, and when one or both of the publication dates is given as just 'year and month', then the citation time span is rounded to the nearest month, with the inherent inaccuracies that such rounding involves."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/cito/Citation"
}
],
"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": "has citation time span"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#duration"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/hasCitationTimeSpan> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/hasCitationTimeSpan> <http://www.w3.org/2000/01/rdf-schema#label> "has citation time span"@en .
<http://purl.org/spar/cito/hasCitationTimeSpan> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/cito/Citation> .
<http://purl.org/spar/cito/hasCitationTimeSpan> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/cito/hasCitationTimeSpan> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#duration> .
<http://purl.org/spar/cito/hasCitationTimeSpan> <http://www.w3.org/2000/01/rdf-schema#comment> "The temporal characteristic of a citation, namely the interval between the publication date of the cited entity and the publication date of the citing entity. Note that when one or both of the publication dates is given as just 'year', then the citation time span is rounded to the nearest year, and when one or both of the publication dates is given as just 'year and month', then the citation time span is rounded to the nearest month, with the inherent inaccuracies that such rounding involves."@en .
<http://purl.org/spar/cito/hasCitationTimeSpan> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/hasCitationTimeSpan> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:hasCitationTimeSpan 'P1Y'^^xsd:duration .\n " .
IRI: http://purl.org/spar/cito/hasCoAuthorshipCitationLevel
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cito:hasCoAuthorshipCitationLevel a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has co-authorship citation level"@en ;
vann:example """
:paper-a a fabio:JournalArticle ;
cito:hasCoAuthorshipCitationLevel '2'^^xsd:positiveInteger .
""" ;
rdfs:comment """
The minimal distance that one of the authors of the citing entity has with regards to one of the authors of the cited entity, according to their co-authorship network.
"""@en ;
rdfs:domain cito:AuthorNetworkSelfCitation ;
rdfs:isDefinedBy cito: ;
rdfs:range xsd:positiveInteger ;
vs:term_status reg:statusStable ;
skos:note """
For instance, a citation has a co-authorship citation level equal to 1 if at least one author of the citing entity has previously published as co-author with one of the authors of the cited entity. Similarly, we say that a citation has a co-authorship citation level equal to 2 if at least one author of the citing entity has previously published as co-author with someone who him/herself has previously published as co-author with one of the authors of the cited entity. And so on.
"""@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/hasCoAuthorshipCitationLevel">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:label xml:lang="en">has co-authorship citation level</rdfs:label>
<rdfs:comment xml:lang="en">
The minimal distance that one of the authors of the citing entity has with regards to one of the authors of the cited entity, according to their co-authorship network.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/cito/AuthorNetworkSelfCitation"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<skos:note xml:lang="en">
For instance, a citation has a co-authorship citation level equal to 1 if at least one author of the citing entity has previously published as co-author with one of the authors of the cited entity. Similarly, we say that a citation has a co-authorship citation level equal to 2 if at least one author of the citing entity has previously published as co-author with someone who him/herself has previously published as co-author with one of the authors of the cited entity. And so on.
</skos:note>
<vann:example>
:paper-a a fabio:JournalArticle ;
cito:hasCoAuthorshipCitationLevel '2'^^xsd:positiveInteger .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/hasCoAuthorshipCitationLevel",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :paper-a a fabio:JournalArticle ;\n cito:hasCoAuthorshipCitationLevel '2'^^xsd:positiveInteger .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe minimal distance that one of the authors of the citing entity has with regards to one of the authors of the cited entity, according to their co-authorship network.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/cito/AuthorNetworkSelfCitation"
}
],
"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": "has co-authorship citation level"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#positiveInteger"
}
],
"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": "\nFor instance, a citation has a co-authorship citation level equal to 1 if at least one author of the citing entity has previously published as co-author with one of the authors of the cited entity. Similarly, we say that a citation has a co-authorship citation level equal to 2 if at least one author of the citing entity has previously published as co-author with someone who him/herself has previously published as co-author with one of the authors of the cited entity. And so on.\n "
}
]
}
]<http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> <http://purl.org/vocab/vann/example> "\n :paper-a a fabio:JournalArticle ;\n cito:hasCoAuthorshipCitationLevel '2'^^xsd:positiveInteger .\n " .
<http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> <http://www.w3.org/2000/01/rdf-schema#label> "has co-authorship citation level"@en .
<http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe minimal distance that one of the authors of the citing entity has with regards to one of the authors of the cited entity, according to their co-authorship network.\n "@en .
<http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> <http://www.w3.org/2004/02/skos/core#note> "\nFor instance, a citation has a co-authorship citation level equal to 1 if at least one author of the citing entity has previously published as co-author with one of the authors of the cited entity. Similarly, we say that a citation has a co-authorship citation level equal to 2 if at least one author of the citing entity has previously published as co-author with someone who him/herself has previously published as co-author with one of the authors of the cited entity. And so on.\n "@en .
<http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/cito/AuthorNetworkSelfCitation> .
<http://purl.org/spar/cito/hasCoAuthorshipCitationLevel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#positiveInteger> .
Jump to:
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:abstract a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/abstract">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/abstract",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/abstract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:bibliographicCitation a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/bibliographicCitation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/bibliographicCitation",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/bibliographicCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema1: <http://schema.org/> .
schema1:codeRepository a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://schema.org/codeRepository">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://schema.org/codeRepository",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://schema.org/codeRepository> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:comment a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#comment",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:contributor a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/contributor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/contributor",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:created a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/created">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/created",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/created> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:creator a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/creator">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/creator",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:date a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/date">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/date",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:description a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/description",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:description a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/description",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
bibo:doi a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/doi">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/ontology/bibo/doi",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/ontology/bibo/doi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
vann:example a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/vann/example">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/vann/example",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/vocab/vann/example> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://schema.org/image
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema1: <http://schema.org/> .
schema1:includedInDataCatalog a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://schema.org/includedInDataCatalog">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://schema.org/includedInDataCatalog",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://schema.org/includedInDataCatalog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:issued a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/issued">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/issued",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/issued> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://schema.org/keywords
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:label a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#label",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:license a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/license">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/license",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
foaf:logo a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/logo">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/logo",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://xmlns.com/foaf/0.1/logo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:modified a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/modified">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/modified",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/modified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:note a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#note">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#note",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
vann:preferredNamespacePrefix a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/vann/preferredNamespacePrefix",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/vocab/vann/preferredNamespacePrefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
vann:preferredNamespaceUri a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/vann/preferredNamespaceUri",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/vocab/vann/preferredNamespaceUri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:priorVersion a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#priorVersion">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#priorVersion",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2002/07/owl#priorVersion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:publisher a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/publisher">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/publisher",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:rights a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/rights">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/rights",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/rights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:source a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/source">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/source",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/ontology/bibo/status
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
vs:term_status a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:title a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/title">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/title",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:versionInfo a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#versionInfo">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#versionInfo",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2002/07/owl#versionInfo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .