IRI: http://purl.org/spar/c4o/denotes
@prefix biro: <http://purl.org/spar/biro/> .
@prefix c4o: <http://purl.org/spar/c4o/> .
@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#> .
c4o:denotes a owl:ObjectProperty ;
rdfs:label "denotes"@en ;
vann:example """
:my-bibliographic-reference a biro:BibliographicReference ;
dcterms:bibliographicCitation
'Renear, A., Dubin, D. & Sperberg-McQueen, C.M. (2002).
Towards a semantics for XML markup. In E. Mudson (Chair),
Proceedings of the ACM Symposium on Document Engineering,
(pp. 119-126). New York: ACM Press.' ;
biro:references :my-article .
:my-in-text-reference-pointer a c4o:InTextReferencePointer ;
c4o:denotes :my-bibliographic-reference .
""" ;
rdfs:comment "The relation between an in-text reference pointer and the bibliographic reference it points to."@en ;
rdfs:domain c4o:InTextReferencePointer ;
rdfs:isDefinedBy c4o: ;
rdfs:range biro:BibliographicReference ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf c4o:isDenotedBy ;
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/c4o/denotes">
<rdfs:comment xml:lang="en">The relation between an in-text reference pointer and the bibliographic reference it points to.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/c4o/isDenotedBy"/>
<rdfs:range rdf:resource="http://purl.org/spar/biro/BibliographicReference"/>
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/InTextReferencePointer"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:label xml:lang="en">denotes</rdfs:label>
<vann:example>
:my-bibliographic-reference a biro:BibliographicReference ;
dcterms:bibliographicCitation
'Renear, A., Dubin, D. & Sperberg-McQueen, C.M. (2002).
Towards a semantics for XML markup. In E. Mudson (Chair),
Proceedings of the ACM Symposium on Document Engineering,
(pp. 119-126). New York: ACM Press.' ;
biro:references :my-article .
:my-in-text-reference-pointer a c4o:InTextReferencePointer ;
c4o:denotes :my-bibliographic-reference .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/denotes",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-bibliographic-reference a biro:BibliographicReference ;\n dcterms:bibliographicCitation\n 'Renear, A., Dubin, D. & Sperberg-McQueen, C.M. (2002).\n Towards a semantics for XML markup. In E. Mudson (Chair),\n Proceedings of the ACM Symposium on Document Engineering,\n (pp. 119-126). New York: ACM Press.' ;\n biro:references :my-article .\n\n :my-in-text-reference-pointer a c4o:InTextReferencePointer ;\n c4o:denotes :my-bibliographic-reference .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an in-text reference pointer and the bibliographic reference it points to."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointer"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/c4o/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "denotes"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/biro/BibliographicReference"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/c4o/isDenotedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/c4o/denotes> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an in-text reference pointer and the bibliographic reference it points to."@en .
<http://purl.org/spar/c4o/denotes> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/c4o/denotes> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/c4o/isDenotedBy> .
<http://purl.org/spar/c4o/denotes> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/biro/BibliographicReference> .
<http://purl.org/spar/c4o/denotes> <http://purl.org/vocab/vann/example> "\n :my-bibliographic-reference a biro:BibliographicReference ;\n dcterms:bibliographicCitation\n 'Renear, A., Dubin, D. & Sperberg-McQueen, C.M. (2002).\n Towards a semantics for XML markup. In E. Mudson (Chair),\n Proceedings of the ACM Symposium on Document Engineering,\n (pp. 119-126). New York: ACM Press.' ;\n biro:references :my-article .\n\n :my-in-text-reference-pointer a c4o:InTextReferencePointer ;\n c4o:denotes :my-bibliographic-reference .\n " .
<http://purl.org/spar/c4o/denotes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/c4o/InTextReferencePointer> .
<http://purl.org/spar/c4o/denotes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/c4o/denotes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/denotes> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/denotes> <http://www.w3.org/2000/01/rdf-schema#label> "denotes"@en .