IRI: http://purl.org/spar/c4o/BibliographicInformationSource
@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:BibliographicInformationSource a owl:Class ;
rdfs:label "bibliographic information source"@en ;
vann:example """
:my-article
c4o:hasGlobalCitationFrequency :my-global-citation-count .
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;
c4o:hasGlobalCountSource :my-bibliographic-info-source .
:my-bibliographic-info-source a c4o:BibliographicInformationSource ;
foaf:homepage <http://scholar.google.com> .
""" ;
rdfs:comment "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus."@en ;
rdfs:isDefinedBy c4o: ;
owl:disjointWith c4o:GlobalCitationCount,
c4o:InTextReferencePointer,
c4o:SingleLocationPointerList ;
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/BibliographicInformationSource">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:disjointWith rdf:resource="http://purl.org/spar/c4o/InTextReferencePointer"/>
<owl:disjointWith rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<owl:disjointWith rdf:resource="http://purl.org/spar/c4o/SingleLocationPointerList"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:label xml:lang="en">bibliographic information source</rdfs:label>
<rdfs:comment xml:lang="en">A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
c4o:hasGlobalCitationFrequency :my-global-citation-count .
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;
c4o:hasGlobalCountSource :my-bibliographic-info-source .
:my-bibliographic-info-source a c4o:BibliographicInformationSource ;
foaf:homepage <http://scholar.google.com> .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/BibliographicInformationSource",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n c4o:hasGlobalCitationFrequency :my-global-citation-count .\n\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;\n c4o:hasGlobalCountSource :my-bibliographic-info-source .\n\n :my-bibliographic-info-source a c4o:BibliographicInformationSource ;\n foaf:homepage <http://scholar.google.com> .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus."
}
],
"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": "bibliographic information source"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointer"
},
{
"@id": "http://purl.org/spar/c4o/GlobalCitationCount"
},
{
"@id": "http://purl.org/spar/c4o/SingleLocationPointerList"
}
],
"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/BibliographicInformationSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/c4o/BibliographicInformationSource> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/c4o/InTextReferencePointer> .
<http://purl.org/spar/c4o/BibliographicInformationSource> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/c4o/GlobalCitationCount> .
<http://purl.org/spar/c4o/BibliographicInformationSource> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/c4o/SingleLocationPointerList> .
<http://purl.org/spar/c4o/BibliographicInformationSource> <http://purl.org/vocab/vann/example> "\n :my-article\n c4o:hasGlobalCitationFrequency :my-global-citation-count .\n\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;\n c4o:hasGlobalCountSource :my-bibliographic-info-source .\n\n :my-bibliographic-info-source a c4o:BibliographicInformationSource ;\n foaf:homepage <http://scholar.google.com> .\n " .
<http://purl.org/spar/c4o/BibliographicInformationSource> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/BibliographicInformationSource> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/BibliographicInformationSource> <http://www.w3.org/2000/01/rdf-schema#label> "bibliographic information source"@en .
<http://purl.org/spar/c4o/BibliographicInformationSource> <http://www.w3.org/2000/01/rdf-schema#comment> "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus."@en .
IRI: http://purl.org/spar/biro/BibliographicReference
@prefix biro: <http://purl.org/spar/biro/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
biro:BibliographicReference a owl:Class ;
rdfs:label "bibliographic reference"@en ;
rdfs:comment "An expression of a bibliographic record in a specific format, that references a particular textual or data publication (or a work in preparation for publication). Each bibliographic reference is a list of items containing entities that describe aspects of the referenced work - for example authors, title, journal, publication year - selected from the bibliographic record."@en ;
rdfs:isDefinedBy biro: .
<?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://purl.org/spar/biro/BibliographicReference">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An expression of a bibliographic record in a specific format, that references a particular textual or data publication (or a work in preparation for publication). Each bibliographic reference is a list of items containing entities that describe aspects of the referenced work - for example authors, title, journal, publication year - selected from the bibliographic record.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/biro/"/>
<rdfs:label xml:lang="en">bibliographic reference</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/biro/BibliographicReference",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An expression of a bibliographic record in a specific format, that references a particular textual or data publication (or a work in preparation for publication). Each bibliographic reference is a list of items containing entities that describe aspects of the referenced work - for example authors, title, journal, publication year - selected from the bibliographic record."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/biro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "bibliographic reference"
}
]
}
]<http://purl.org/spar/biro/BibliographicReference> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/biro/BibliographicReference> <http://www.w3.org/2000/01/rdf-schema#comment> "An expression of a bibliographic record in a specific format, that references a particular textual or data publication (or a work in preparation for publication). Each bibliographic reference is a list of items containing entities that describe aspects of the referenced work - for example authors, title, journal, publication year - selected from the bibliographic record."@en .
<http://purl.org/spar/biro/BibliographicReference> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/biro/> .
<http://purl.org/spar/biro/BibliographicReference> <http://www.w3.org/2000/01/rdf-schema#label> "bibliographic reference"@en .
IRI: http://purl.org/vocab/frbr/core#Endeavour
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Endeavour a owl:Class ;
rdfs:label "endeavour"@en ;
rdfs:comment "The different aspects of user interests in the products of intellectual or artistic artifact."@en ;
rdfs:isDefinedBy frbr: .
<?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://purl.org/vocab/frbr/core#Endeavour">
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">endeavour</rdfs:label>
<rdfs:comment xml:lang="en">The different aspects of user interests in the products of intellectual or artistic artifact.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The different aspects of user interests in the products of intellectual or artistic artifact."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "endeavour"
}
]
}
]<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2000/01/rdf-schema#comment> "The different aspects of user interests in the products of intellectual or artistic artifact."@en .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2000/01/rdf-schema#label> "endeavour"@en .
IRI: http://purl.org/vocab/frbr/core#Expression
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Expression a owl:Class ;
rdfs:label "expression"@en ;
rdfs:comment """
The intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.
An expression is the specific intellectual or artistic form that a work takes each time it is 'realized'.
Expression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.
"""@en ;
rdfs:isDefinedBy frbr: .
<?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://purl.org/vocab/frbr/core#Expression">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">
The intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.
An expression is the specific intellectual or artistic form that a work takes each time it is 'realized'.
Expression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.
</rdfs:comment>
<rdfs:label xml:lang="en">expression</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Expression",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.\n\nAn expression is the specific intellectual or artistic form that a work takes each time it is 'realized'. \nExpression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "expression"
}
]
}
]<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.\n\nAn expression is the specific intellectual or artistic form that a work takes each time it is 'realized'. \nExpression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.\n "@en .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#label> "expression"@en .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
IRI: http://purl.org/spar/c4o/GlobalCitationCount
@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:GlobalCitationCount a owl:Class ;
rdfs:label "global citation count"@en ;
vann:example """
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .
""" ;
rdfs:comment "The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date."@en ;
rdfs:isDefinedBy c4o: ;
owl:disjointWith c4o:InTextReferencePointer,
c4o:SingleLocationPointerList ;
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/GlobalCitationCount">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">global citation count</rdfs:label>
<owl:disjointWith rdf:resource="http://purl.org/spar/c4o/InTextReferencePointer"/>
<owl:disjointWith rdf:resource="http://purl.org/spar/c4o/SingleLocationPointerList"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:comment xml:lang="en">The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date.</rdfs:comment>
<vann:example>
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/GlobalCitationCount",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date."
}
],
"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": "global citation count"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointer"
},
{
"@id": "http://purl.org/spar/c4o/SingleLocationPointerList"
}
],
"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/GlobalCitationCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/c4o/GlobalCitationCount> <http://purl.org/vocab/vann/example> "\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .\n " .
<http://purl.org/spar/c4o/GlobalCitationCount> <http://www.w3.org/2000/01/rdf-schema#label> "global citation count"@en .
<http://purl.org/spar/c4o/GlobalCitationCount> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/c4o/InTextReferencePointer> .
<http://purl.org/spar/c4o/GlobalCitationCount> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/GlobalCitationCount> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/c4o/SingleLocationPointerList> .
<http://purl.org/spar/c4o/GlobalCitationCount> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/GlobalCitationCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of times a work has been cited globally, as determined from a particular bibliographic information source on a particular date."@en .
IRI: http://purl.org/spar/c4o/InTextReferencePointer
@prefix biro: <http://purl.org/spar/biro/> .
@prefix c4o: <http://purl.org/spar/c4o/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@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#> .
c4o:InTextReferencePointer a owl:Class ;
rdfs:label "in-text reference pointer"@en ;
vann:example """
:my-article
frbr:part :my-in-text-ref-pointer , :my-bibliographic-reference .
:my-in-text-ref-pointer a c4o:InTextReferencePointer ;
c4o:denotes :my-bibliographic-reference ;
c4o:hasContext :my-citation-sentence .
""" ;
rdfs:comment "A textual device denoting a single bibliographic reference that is embedded in the text of a document within the context of a particular sentence."@en ;
rdfs:isDefinedBy c4o: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onClass biro:BibliographicReference ;
owl:onProperty c4o:denotes ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty c4o:hasContext ],
frbr:Expression ;
owl:disjointWith c4o:SingleLocationPointerList ;
vs:term_status reg:statusStable ;
skos1:note """
The in-text reference pointer is a textual element, usually embedded at the end of a phrase or sentence within the text of a document, that denotes a specific bibliographic reference present in the reference list of that document.
For example, if the item in the reference list is:
4. Ko AI, Reis MG, Ribeiro Dourado CM, Johnson WD Jr, Riley LW (1999). Urban epidemic of severe leptospirosis in Brazil. Salvador Leptospirosis Study Group. Lancet 354: 820-825.
The in-text reference pointer to this paper in a journal article may be manifested in a number of ways:
* Numerically, for example by using the numeral 4 in superscript or between square brackets, thus: '[4]'.
* Or by use of the author names (or the first author's name plus et al.) and the publication year in parentheses, thus: '(Ko et al., 1999)'.
* Or, less commonly, by the use of a code, e.g. by specifying the first surname letter of the first three author of the cited work followed by the last two digits of the year of publication, this string of characters being enclosed within square brackets, thus: '[KRR99]'.
If reference pointers are aggregated, e.g. '[4, 5, 6-9]', they may be described by means of the class `c4o:SingleLocationPointerList`.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b11">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onClass rdf:resource="http://purl.org/spar/biro/BibliographicReference"/>
<owl:onProperty rdf:resource="http://purl.org/spar/c4o/denotes"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/c4o/InTextReferencePointer">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:subClassOf rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b11"/>
<rdfs:subClassOf rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b12"/>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:comment xml:lang="en">A textual device denoting a single bibliographic reference that is embedded in the text of a document within the context of a particular sentence.</rdfs:comment>
<rdfs:label xml:lang="en">in-text reference pointer</rdfs:label>
<owl:disjointWith rdf:resource="http://purl.org/spar/c4o/SingleLocationPointerList"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-article
frbr:part :my-in-text-ref-pointer , :my-bibliographic-reference .
:my-in-text-ref-pointer a c4o:InTextReferencePointer ;
c4o:denotes :my-bibliographic-reference ;
c4o:hasContext :my-citation-sentence .
</vann:example>
<skos1:note xml:lang="en">
The in-text reference pointer is a textual element, usually embedded at the end of a phrase or sentence within the text of a document, that denotes a specific bibliographic reference present in the reference list of that document.
For example, if the item in the reference list is:
4. Ko AI, Reis MG, Ribeiro Dourado CM, Johnson WD Jr, Riley LW (1999). Urban epidemic of severe leptospirosis in Brazil. Salvador Leptospirosis Study Group. Lancet 354: 820-825.
The in-text reference pointer to this paper in a journal article may be manifested in a number of ways:
* Numerically, for example by using the numeral 4 in superscript or between square brackets, thus: '[4]'.
* Or by use of the author names (or the first author's name plus et al.) and the publication year in parentheses, thus: '(Ko et al., 1999)'.
* Or, less commonly, by the use of a code, e.g. by specifying the first surname letter of the first three author of the cited work followed by the last two digits of the year of publication, this string of characters being enclosed within square brackets, thus: '[KRR99]'.
If reference pointers are aggregated, e.g. '[4, 5, 6-9]', they may be described by means of the class `c4o:SingleLocationPointerList`.
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b12">
<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/c4o/hasContext"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointer",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n frbr:part :my-in-text-ref-pointer , :my-bibliographic-reference .\n\n :my-in-text-ref-pointer a c4o:InTextReferencePointer ;\n c4o:denotes :my-bibliographic-reference ;\n c4o:hasContext :my-citation-sentence .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A textual device denoting a single bibliographic reference that is embedded in the text of a document within the context of a particular sentence."
}
],
"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": "in-text reference pointer"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b11"
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b12"
},
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/c4o/SingleLocationPointerList"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe in-text reference pointer is a textual element, usually embedded at the end of a phrase or sentence within the text of a document, that denotes a specific bibliographic reference present in the reference list of that document. \nFor example, if the item in the reference list is: \n\n 4. Ko AI, Reis MG, Ribeiro Dourado CM, Johnson WD Jr, Riley LW (1999). Urban epidemic of severe leptospirosis in Brazil. Salvador Leptospirosis Study Group. Lancet 354: 820-825.\n\nThe in-text reference pointer to this paper in a journal article may be manifested in a number of ways:\t\n\n* Numerically, for example by using the numeral 4 in superscript or between square brackets, thus: '[4]'.\n* Or by use of the author names (or the first author's name plus et al.) and the publication year in parentheses, thus: '(Ko et al., 1999)'. \n* Or, less commonly, by the use of a code, e.g. by specifying the first surname letter of the first three author of the cited work followed by the last two digits of the year of publication, this string of characters being enclosed within square brackets, thus: '[KRR99]'.\n\nIf reference pointers are aggregated, e.g. '[4, 5, 6-9]', they may be described by means of the class `c4o:SingleLocationPointerList`.\n"
}
]
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b11",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onClass": [
{
"@id": "http://purl.org/spar/biro/BibliographicReference"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/c4o/denotes"
}
],
"http://www.w3.org/2002/07/owl#qualifiedCardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
]
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b12",
"@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/c4o/hasContext"
}
]
}
]_:nbe907eaac5a34be089dc81e641c920f8b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nbe907eaac5a34be089dc81e641c920f8b11 .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nbe907eaac5a34be089dc81e641c920f8b12 .
_:nbe907eaac5a34be089dc81e641c920f8b12 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/c4o/hasContext> .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://purl.org/vocab/vann/example> "\n :my-article\n frbr:part :my-in-text-ref-pointer , :my-bibliographic-reference .\n\n :my-in-text-ref-pointer a c4o:InTextReferencePointer ;\n c4o:denotes :my-bibliographic-reference ;\n c4o:hasContext :my-citation-sentence .\n " .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://www.w3.org/2000/01/rdf-schema#label> "in-text reference pointer"@en .
_:nbe907eaac5a34be089dc81e641c920f8b11 <http://www.w3.org/2002/07/owl#onClass> <http://purl.org/spar/biro/BibliographicReference> .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nbe907eaac5a34be089dc81e641c920f8b11 <http://www.w3.org/2002/07/owl#qualifiedCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
_:nbe907eaac5a34be089dc81e641c920f8b12 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://www.w3.org/2008/05/skos#note> "\nThe in-text reference pointer is a textual element, usually embedded at the end of a phrase or sentence within the text of a document, that denotes a specific bibliographic reference present in the reference list of that document. \nFor example, if the item in the reference list is: \n\n 4. Ko AI, Reis MG, Ribeiro Dourado CM, Johnson WD Jr, Riley LW (1999). Urban epidemic of severe leptospirosis in Brazil. Salvador Leptospirosis Study Group. Lancet 354: 820-825.\n\nThe in-text reference pointer to this paper in a journal article may be manifested in a number of ways: \n\n* Numerically, for example by using the numeral 4 in superscript or between square brackets, thus: '[4]'.\n* Or by use of the author names (or the first author's name plus et al.) and the publication year in parentheses, thus: '(Ko et al., 1999)'. \n* Or, less commonly, by the use of a code, e.g. by specifying the first surname letter of the first three author of the cited work followed by the last two digits of the year of publication, this string of characters being enclosed within square brackets, thus: '[KRR99]'.\n\nIf reference pointers are aggregated, e.g. '[4, 5, 6-9]', they may be described by means of the class `c4o:SingleLocationPointerList`.\n"@en .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://www.w3.org/2000/01/rdf-schema#comment> "A textual device denoting a single bibliographic reference that is embedded in the text of a document within the context of a particular sentence."@en .
_:nbe907eaac5a34be089dc81e641c920f8b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/c4o/SingleLocationPointerList> .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/c4o/InTextReferencePointer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Expression> .
_:nbe907eaac5a34be089dc81e641c920f8b11 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/c4o/denotes> .
IRI: http://purl.org/spar/c4o/InTextReferencePointerList
@prefix biro: <http://purl.org/spar/biro/> .
@prefix c4o: <http://purl.org/spar/c4o/> .
@prefix co: <http://purl.org/co/> .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
c4o:InTextReferencePointerList a owl:Class ;
rdfs:label "in-text reference pointer list"@en ;
vann:example """
:my-in-text-ref-pointer-list
c4o:pertainsTo :my-bibliographic-reference ;
co:item :my-in-text-ref-pointer-list-item .
""" ;
rdfs:comment "A list containing only in-text reference pointers denoting the specific bibliographic references to which the list pertains."@en ;
rdfs:isDefinedBy c4o: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom c4o:InTextReferencePointerListItem ;
owl:onProperty co:item ],
[ a owl:Restriction ;
owl:onProperty c4o:pertainsTo ;
owl:someValuesFrom biro:BibliographicReference ],
co:List ;
vs:term_status reg:statusStable ;
skos1:note "An in-text reference pointer list can only contain in-text reference pointer list items, and it always pertains to one or more bibliographic references."@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:skos1="http://www.w3.org/2008/05/skos#"
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/InTextReferencePointerList">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A list containing only in-text reference pointers denoting the specific bibliographic references to which the list pertains.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b10"/>
<rdfs:subClassOf rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b9"/>
<rdfs:subClassOf rdf:resource="http://purl.org/co/List"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:label xml:lang="en">in-text reference pointer list</rdfs:label>
<vann:example>
:my-in-text-ref-pointer-list
c4o:pertainsTo :my-bibliographic-reference ;
co:item :my-in-text-ref-pointer-list-item .
</vann:example>
<skos1:note xml:lang="en">An in-text reference pointer list can only contain in-text reference pointer list items, and it always pertains to one or more bibliographic references.</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b9">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/c4o/pertainsTo"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/biro/BibliographicReference"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b10">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/c4o/InTextReferencePointerListItem"/>
<owl:onProperty rdf:resource="http://purl.org/co/item"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointerList",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-in-text-ref-pointer-list\n c4o:pertainsTo :my-bibliographic-reference ;\n co:item :my-in-text-ref-pointer-list-item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A list containing only in-text reference pointers denoting the specific bibliographic references to which the list pertains."
}
],
"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": "in-text reference pointer list"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b10"
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b9"
},
{
"@id": "http://purl.org/co/List"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "An in-text reference pointer list can only contain in-text reference pointer list items, and it always pertains to one or more bibliographic references."
}
]
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b10",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointerListItem"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/co/item"
}
]
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b9",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/c4o/pertainsTo"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/biro/BibliographicReference"
}
]
}
]<http://purl.org/spar/c4o/InTextReferencePointerList> <http://www.w3.org/2008/05/skos#note> "An in-text reference pointer list can only contain in-text reference pointer list items, and it always pertains to one or more bibliographic references."@en .
<http://purl.org/spar/c4o/InTextReferencePointerList> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nbe907eaac5a34be089dc81e641c920f8b9 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/c4o/pertainsTo> .
_:nbe907eaac5a34be089dc81e641c920f8b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/c4o/InTextReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nbe907eaac5a34be089dc81e641c920f8b10 .
<http://purl.org/spar/c4o/InTextReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nbe907eaac5a34be089dc81e641c920f8b9 .
_:nbe907eaac5a34be089dc81e641c920f8b10 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/co/item> .
_:nbe907eaac5a34be089dc81e641c920f8b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/c4o/InTextReferencePointerList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nbe907eaac5a34be089dc81e641c920f8b10 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/c4o/InTextReferencePointerListItem> .
<http://purl.org/spar/c4o/InTextReferencePointerList> <http://purl.org/vocab/vann/example> "\n :my-in-text-ref-pointer-list\n c4o:pertainsTo :my-bibliographic-reference ;\n co:item :my-in-text-ref-pointer-list-item .\n " .
<http://purl.org/spar/c4o/InTextReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#comment> "A list containing only in-text reference pointers denoting the specific bibliographic references to which the list pertains."@en .
<http://purl.org/spar/c4o/InTextReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/co/List> .
<http://purl.org/spar/c4o/InTextReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
_:nbe907eaac5a34be089dc81e641c920f8b9 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/biro/BibliographicReference> .
<http://purl.org/spar/c4o/InTextReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#label> "in-text reference pointer list"@en .
IRI: http://purl.org/spar/c4o/InTextReferencePointerListItem
@prefix c4o: <http://purl.org/spar/c4o/> .
@prefix co: <http://purl.org/co/> .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
c4o:InTextReferencePointerListItem a owl:Class ;
rdfs:label "in-text reference pointer list item"@en ;
vann:example """
:my-in-text-ref-pointer-list-item
co:itemContent :my-in-text-ref-pointer .
""" ;
rdfs:comment "A list item that must be used in the context of an in-text reference pointer list."@en ;
rdfs:isDefinedBy c4o: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom c4o:InTextReferencePointer ;
owl:onProperty co:itemContent ],
co:ListItem ;
vs:term_status reg:statusStable ;
skos1:note """
An in-text reference pointer list item can contain only a single in-text reference pointer.
Note that, as specified through the `hasKey` assertion, such a list cannot contain more than one item containing the same in-text reference pointer entity.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
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/InTextReferencePointerListItem">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/co/ListItem"/>
<rdfs:subClassOf rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b1"/>
<rdfs:label xml:lang="en">in-text reference pointer list item</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:comment xml:lang="en">A list item that must be used in the context of an in-text reference pointer list.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-in-text-ref-pointer-list-item
co:itemContent :my-in-text-ref-pointer .
</vann:example>
<skos1:note xml:lang="en">
An in-text reference pointer list item can contain only a single in-text reference pointer.
Note that, as specified through the `hasKey` assertion, such a list cannot contain more than one item containing the same in-text reference pointer entity.
</skos1:note>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b1">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/c4o/InTextReferencePointer"/>
<owl:onProperty rdf:resource="http://purl.org/co/itemContent"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointerListItem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-in-text-ref-pointer-list-item\n co:itemContent :my-in-text-ref-pointer .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A list item that must be used in the context of an in-text reference pointer list."
}
],
"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": "in-text reference pointer list item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/co/ListItem"
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b1"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nAn in-text reference pointer list item can contain only a single in-text reference pointer.\n\nNote that, as specified through the `hasKey` assertion, such a list cannot contain more than one item containing the same in-text reference pointer entity.\n"
}
]
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b1",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointer"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/co/itemContent"
}
]
}
]<http://purl.org/spar/c4o/InTextReferencePointerListItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/c4o/InTextReferencePointerListItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/co/ListItem> .
_:nbe907eaac5a34be089dc81e641c920f8b1 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/c4o/InTextReferencePointer> .
<http://purl.org/spar/c4o/InTextReferencePointerListItem> <http://purl.org/vocab/vann/example> "\n :my-in-text-ref-pointer-list-item\n co:itemContent :my-in-text-ref-pointer .\n " .
<http://purl.org/spar/c4o/InTextReferencePointerListItem> <http://www.w3.org/2008/05/skos#note> "\nAn in-text reference pointer list item can contain only a single in-text reference pointer.\n\nNote that, as specified through the `hasKey` assertion, such a list cannot contain more than one item containing the same in-text reference pointer entity.\n"@en .
<http://purl.org/spar/c4o/InTextReferencePointerListItem> <http://www.w3.org/2000/01/rdf-schema#label> "in-text reference pointer list item"@en .
_:nbe907eaac5a34be089dc81e641c920f8b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/c4o/InTextReferencePointerListItem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/InTextReferencePointerListItem> <http://www.w3.org/2000/01/rdf-schema#comment> "A list item that must be used in the context of an in-text reference pointer list."@en .
<http://purl.org/spar/c4o/InTextReferencePointerListItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nbe907eaac5a34be089dc81e641c920f8b1 .
<http://purl.org/spar/c4o/InTextReferencePointerListItem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nbe907eaac5a34be089dc81e641c920f8b1 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/co/itemContent> .
@prefix co: <http://purl.org/co/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
co:List a owl:Class ;
rdfs:label "list"@en ;
rdfs:comment "An ordered array of items, that can be present in multiple copies."@en ;
rdfs:isDefinedBy co: .
<?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://purl.org/co/List">
<rdfs:comment xml:lang="en">An ordered array of items, that can be present in multiple copies.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/co/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">list</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/co/List",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An ordered array of items, that can be present in multiple copies."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/co/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "list"
}
]
}
]<http://purl.org/co/List> <http://www.w3.org/2000/01/rdf-schema#comment> "An ordered array of items, that can be present in multiple copies."@en .
<http://purl.org/co/List> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/co/> .
<http://purl.org/co/List> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/co/List> <http://www.w3.org/2000/01/rdf-schema#label> "list"@en .
@prefix co: <http://purl.org/co/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
co:ListItem a owl:Class ;
rdfs:label "list item"@en ;
rdfs:comment "An element belonging to a list."@en ;
rdfs:isDefinedBy co: .
<?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://purl.org/co/ListItem">
<rdfs:comment xml:lang="en">An element belonging to a list.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/co/"/>
<rdfs:label xml:lang="en">list item</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/co/ListItem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An element belonging to a list."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/co/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "list item"
}
]
}
]<http://purl.org/co/ListItem> <http://www.w3.org/2000/01/rdf-schema#comment> "An element belonging to a list."@en .
<http://purl.org/co/ListItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/co/ListItem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/co/> .
<http://purl.org/co/ListItem> <http://www.w3.org/2000/01/rdf-schema#label> "list item"@en .
IRI: http://purl.org/spar/c4o/SingleLocationPointerList
@prefix c4o: <http://purl.org/spar/c4o/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@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#> .
c4o:SingleLocationPointerList a owl:Class ;
rdfs:label "single location pointer list"@en ;
vann:example """
:my-single-loc-pointer-list
c4o:pertainsTo :my-bibliographic-reference, :my-other-bibliographic-reference ;
c4o:hasContext :my-sentence .
""" ;
rdfs:comment "An in-text reference pointer list that pertains to all the in-text reference pointers to two or more references occurring at a single location in the text of the citing work."@en ;
rdfs:isDefinedBy c4o: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty c4o:hasContext ],
[ a owl:Restriction ;
owl:minCardinality "2"^^xsd:nonNegativeInteger ;
owl:onProperty c4o:pertainsTo ],
c4o:InTextReferencePointerList,
frbr:Expression ;
owl:disjointWith c4o:SingleReferencePointerList ;
vs:term_status reg:statusStable ;
skos1:note "A single location pointer list pertains to two or more references occurring at a single location in the text of the citing work - e.g. '[3,4,9]' or '[7-12]'."@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:skos1="http://www.w3.org/2008/05/skos#"
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/SingleLocationPointerList">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An in-text reference pointer list that pertains to all the in-text reference pointers to two or more references occurring at a single location in the text of the citing work.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b7"/>
<rdfs:subClassOf rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b8"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/c4o/InTextReferencePointerList"/>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:label xml:lang="en">single location pointer list</rdfs:label>
<owl:disjointWith rdf:resource="http://purl.org/spar/c4o/SingleReferencePointerList"/>
<vann:example>
:my-single-loc-pointer-list
c4o:pertainsTo :my-bibliographic-reference, :my-other-bibliographic-reference ;
c4o:hasContext :my-sentence .
</vann:example>
<skos1:note xml:lang="en">A single location pointer list pertains to two or more references occurring at a single location in the text of the citing work - e.g. '[3,4,9]' or '[7-12]'.</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b8">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</owl:minCardinality>
<owl:onProperty rdf:resource="http://purl.org/spar/c4o/pertainsTo"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b7">
<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/c4o/hasContext"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/SingleLocationPointerList",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-single-loc-pointer-list\n c4o:pertainsTo :my-bibliographic-reference, :my-other-bibliographic-reference ;\n c4o:hasContext :my-sentence .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An in-text reference pointer list that pertains to all the in-text reference pointers to two or more references occurring at a single location in the text of the citing work."
}
],
"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": "single location pointer list"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b7"
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b8"
},
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointerList"
},
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/c4o/SingleReferencePointerList"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "A single location pointer list pertains to two or more references occurring at a single location in the text of the citing work - e.g. '[3,4,9]' or '[7-12]'."
}
]
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b7",
"@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/c4o/hasContext"
}
]
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b8",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#minCardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "2"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/c4o/pertainsTo"
}
]
}
]<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nbe907eaac5a34be089dc81e641c920f8b7 .
_:nbe907eaac5a34be089dc81e641c920f8b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nbe907eaac5a34be089dc81e641c920f8b7 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/c4o/hasContext> .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/2000/01/rdf-schema#label> "single location pointer list"@en .
_:nbe907eaac5a34be089dc81e641c920f8b8 <http://www.w3.org/2002/07/owl#minCardinality> "2"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:nbe907eaac5a34be089dc81e641c920f8b7 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/2008/05/skos#note> "A single location pointer list pertains to two or more references occurring at a single location in the text of the citing work - e.g. '[3,4,9]' or '[7-12]'."@en .
_:nbe907eaac5a34be089dc81e641c920f8b8 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/c4o/pertainsTo> .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://purl.org/vocab/vann/example> "\n :my-single-loc-pointer-list\n c4o:pertainsTo :my-bibliographic-reference, :my-other-bibliographic-reference ;\n c4o:hasContext :my-sentence .\n " .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/2000/01/rdf-schema#comment> "An in-text reference pointer list that pertains to all the in-text reference pointers to two or more references occurring at a single location in the text of the citing work."@en .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nbe907eaac5a34be089dc81e641c920f8b8 .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/c4o/InTextReferencePointerList> .
_:nbe907eaac5a34be089dc81e641c920f8b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/spar/c4o/SingleLocationPointerList> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/c4o/SingleReferencePointerList> .
IRI: http://purl.org/spar/c4o/SingleReferencePointerList
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@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#> .
c4o:SingleReferencePointerList a owl:Class ;
rdfs:label "single reference pointer list"@en ;
vann:example """
:my-single-ref-pointer-list-item
c4o:pertainsTo :my-bibliographic-reference .
""" ;
rdfs:comment "An in-text reference pointer list that pertains to exactly one bibliographic reference."@en ;
rdfs:isDefinedBy c4o: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty c4o:pertainsTo ],
c4o:InTextReferencePointerList ;
vs:term_status reg:statusStable ;
skos1:note """
A single reference pointer list pertains only to one bibliographic reference, being a list of all the in-text reference pointers to that single reference to be found in the citing work.
Note that this semantic constraint is handled by the combined use of a particular restriction of this class, i.e. that the list pertains to exactly one `owl:Thing`, and that the following SWRL rule applies:
c4o:InTextReferencePointerList(?l),
c4o:denotes (?p, ?r),
swan:item(?l, ?i),
swan:itemContent(?i, ?p) ->
c4o:pertainsTo (?l, ?r)
"""@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:skos1="http://www.w3.org/2008/05/skos#"
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/SingleReferencePointerList">
<rdfs:label xml:lang="en">single reference pointer list</rdfs:label>
<rdfs:subClassOf rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b2"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/c4o/InTextReferencePointerList"/>
<rdfs:comment xml:lang="en">An in-text reference pointer list that pertains to exactly one bibliographic reference.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-single-ref-pointer-list-item
c4o:pertainsTo :my-bibliographic-reference .
</vann:example>
<skos1:note xml:lang="en">
A single reference pointer list pertains only to one bibliographic reference, being a list of all the in-text reference pointers to that single reference to be found in the citing work.
Note that this semantic constraint is handled by the combined use of a particular restriction of this class, i.e. that the list pertains to exactly one `owl:Thing`, and that the following SWRL rule applies:
c4o:InTextReferencePointerList(?l),
c4o:denotes (?p, ?r),
swan:item(?l, ?i),
swan:itemContent(?i, ?p) ->
c4o:pertainsTo (?l, ?r)
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b2">
<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/c4o/pertainsTo"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/SingleReferencePointerList",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-single-ref-pointer-list-item\n c4o:pertainsTo :my-bibliographic-reference .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An in-text reference pointer list that pertains to exactly one bibliographic reference."
}
],
"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": "single reference pointer list"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b2"
},
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointerList"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nA single reference pointer list pertains only to one bibliographic reference, being a list of all the in-text reference pointers to that single reference to be found in the citing work.\n\nNote that this semantic constraint is handled by the combined use of a particular restriction of this class, i.e. that the list pertains to exactly one `owl:Thing`, and that the following SWRL rule applies:\n\n c4o:InTextReferencePointerList(?l), \n c4o:denotes (?p, ?r), \n swan:item(?l, ?i), \n swan:itemContent(?i, ?p) -> \n c4o:pertainsTo (?l, ?r)\n"
}
]
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b2",
"@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/c4o/pertainsTo"
}
]
}
]<http://purl.org/spar/c4o/SingleReferencePointerList> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/SingleReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#label> "single reference pointer list"@en .
<http://purl.org/spar/c4o/SingleReferencePointerList> <http://www.w3.org/2008/05/skos#note> "\nA single reference pointer list pertains only to one bibliographic reference, being a list of all the in-text reference pointers to that single reference to be found in the citing work.\n\nNote that this semantic constraint is handled by the combined use of a particular restriction of this class, i.e. that the list pertains to exactly one `owl:Thing`, and that the following SWRL rule applies:\n\n c4o:InTextReferencePointerList(?l), \n c4o:denotes (?p, ?r), \n swan:item(?l, ?i), \n swan:itemContent(?i, ?p) -> \n c4o:pertainsTo (?l, ?r)\n"@en .
<http://purl.org/spar/c4o/SingleReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nbe907eaac5a34be089dc81e641c920f8b2 .
_:nbe907eaac5a34be089dc81e641c920f8b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nbe907eaac5a34be089dc81e641c920f8b2 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/c4o/pertainsTo> .
<http://purl.org/spar/c4o/SingleReferencePointerList> <http://purl.org/vocab/vann/example> "\n :my-single-ref-pointer-list-item\n c4o:pertainsTo :my-bibliographic-reference .\n " .
<http://purl.org/spar/c4o/SingleReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#comment> "An in-text reference pointer list that pertains to exactly one bibliographic reference."@en .
_:nbe907eaac5a34be089dc81e641c920f8b2 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/c4o/SingleReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/SingleReferencePointerList> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/c4o/InTextReferencePointerList> .
<http://purl.org/spar/c4o/SingleReferencePointerList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:Thing a owl:Class .
<?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#Thing">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#Thing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
]
}
]<http://www.w3.org/2002/07/owl#Thing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
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 .
IRI: http://purl.org/spar/c4o/hasContext
@prefix c4o: <http://purl.org/spar/c4o/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@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#> .
c4o:hasContext a owl:ObjectProperty ;
rdfs:label "has context"@en ;
vann:example """
:my-article
frbr:part :in-text-reference-pointer , :my-bibliographic-reference .
:in-text-reference-pointer a c4o:InTextReferencePointer ;
c4o:denotes :my-bibliographic-reference ;
c4o:hasContext :my-citation-sentence .
:my-citation-sentence a doco:Sentence ;
c4o:hasContent
'Renear, Dubin, and Sperberg-McQueen (2002, pp. 121-122)
proposed a formal semantic approach for structured documents.' .
""" ;
rdfs:comment "The textual context (e.g. a sentence or a paragraph) of a particular in-text reference pointer, providing the rhetorical motivation for the existence of that citation."@en ;
rdfs:domain c4o:InTextReferencePointer ;
rdfs:isDefinedBy c4o: ;
rdfs:range [ a owl:Class ;
owl:intersectionOf ( frbr:Expression [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty c4o:hasContent ] ) ] ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable ;
skos1:note "Any FRBR expression that constitutes the range of this property can have at most one particular literal textual content specified through the property `c4o:hasContent`."@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:skos1="http://www.w3.org/2008/05/skos#"
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/hasContext">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:range rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b3"/>
<rdfs:label xml:lang="en">has context</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The textual context (e.g. a sentence or a paragraph) of a particular in-text reference pointer, providing the rhetorical motivation for the existence of that citation.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/InTextReferencePointer"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
frbr:part :in-text-reference-pointer , :my-bibliographic-reference .
:in-text-reference-pointer a c4o:InTextReferencePointer ;
c4o:denotes :my-bibliographic-reference ;
c4o:hasContext :my-citation-sentence .
:my-citation-sentence a doco:Sentence ;
c4o:hasContent
'Renear, Dubin, and Sperberg-McQueen (2002, pp. 121-122)
proposed a formal semantic approach for structured documents.' .
</vann:example>
<skos1:note xml:lang="en">Any FRBR expression that constitutes the range of this property can have at most one particular literal textual content specified through the property `c4o:hasContent`.</skos1:note>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
<owl:onProperty rdf:resource="http://purl.org/spar/c4o/hasContent"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b3">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b5"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b5">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b6"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b6">
<rdf:first rdf:nodeID="nbe907eaac5a34be089dc81e641c920f8b4"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/hasContext",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n frbr:part :in-text-reference-pointer , :my-bibliographic-reference .\n\n :in-text-reference-pointer a c4o:InTextReferencePointer ;\n c4o:denotes :my-bibliographic-reference ;\n c4o:hasContext :my-citation-sentence .\n\n :my-citation-sentence a doco:Sentence ;\n c4o:hasContent\n 'Renear, Dubin, and Sperberg-McQueen (2002, pp. 121-122)\n proposed a formal semantic approach for structured documents.' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The textual context (e.g. a sentence or a paragraph) of a particular in-text reference pointer, providing the rhetorical motivation for the existence of that citation."
}
],
"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": "has context"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b3"
}
],
"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://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "Any FRBR expression that constitutes the range of this property can have at most one particular literal textual content specified through the property `c4o:hasContent`."
}
]
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b3",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b4"
}
]
}
]
},
{
"@id": "_:nbe907eaac5a34be089dc81e641c920f8b4",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#maxCardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/c4o/hasContent"
}
]
}
]<http://purl.org/spar/c4o/hasContext> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
_:nbe907eaac5a34be089dc81e641c920f8b4 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/c4o/hasContent> .
<http://purl.org/spar/c4o/hasContext> <http://www.w3.org/2000/01/rdf-schema#range> _:nbe907eaac5a34be089dc81e641c920f8b3 .
_:nbe907eaac5a34be089dc81e641c920f8b3 <http://www.w3.org/2002/07/owl#intersectionOf> _:nbe907eaac5a34be089dc81e641c920f8b5 .
<http://purl.org/spar/c4o/hasContext> <http://www.w3.org/2000/01/rdf-schema#label> "has context"@en .
<http://purl.org/spar/c4o/hasContext> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nbe907eaac5a34be089dc81e641c920f8b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nbe907eaac5a34be089dc81e641c920f8b6 .
_:nbe907eaac5a34be089dc81e641c920f8b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nbe907eaac5a34be089dc81e641c920f8b4 .
<http://purl.org/spar/c4o/hasContext> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
_:nbe907eaac5a34be089dc81e641c920f8b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
_:nbe907eaac5a34be089dc81e641c920f8b6 <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/c4o/hasContext> <http://www.w3.org/2000/01/rdf-schema#comment> "The textual context (e.g. a sentence or a paragraph) of a particular in-text reference pointer, providing the rhetorical motivation for the existence of that citation."@en .
<http://purl.org/spar/c4o/hasContext> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/c4o/InTextReferencePointer> .
<http://purl.org/spar/c4o/hasContext> <http://www.w3.org/2008/05/skos#note> "Any FRBR expression that constitutes the range of this property can have at most one particular literal textual content specified through the property `c4o:hasContent`."@en .
<http://purl.org/spar/c4o/hasContext> <http://purl.org/vocab/vann/example> "\n :my-article\n frbr:part :in-text-reference-pointer , :my-bibliographic-reference .\n\n :in-text-reference-pointer a c4o:InTextReferencePointer ;\n c4o:denotes :my-bibliographic-reference ;\n c4o:hasContext :my-citation-sentence .\n\n :my-citation-sentence a doco:Sentence ;\n c4o:hasContent\n 'Renear, Dubin, and Sperberg-McQueen (2002, pp. 121-122)\n proposed a formal semantic approach for structured documents.' .\n " .
_:nbe907eaac5a34be089dc81e641c920f8b4 <http://www.w3.org/2002/07/owl#maxCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:nbe907eaac5a34be089dc81e641c920f8b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/c4o/hasContext> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
_:nbe907eaac5a34be089dc81e641c920f8b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
@prefix co: <http://purl.org/co/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
co:element a owl:ObjectProperty ;
rdfs:label "has element"@en ;
rdfs:comment "The link to the members of a collection."@en ;
rdfs:isDefinedBy co: .
<?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://purl.org/co/element">
<rdfs:label xml:lang="en">has element</rdfs:label>
<rdfs:comment xml:lang="en">The link to the members of a collection.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/co/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/co/element",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The link to the members of a collection."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/co/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has element"
}
]
}
]<http://purl.org/co/element> <http://www.w3.org/2000/01/rdf-schema#label> "has element"@en .
<http://purl.org/co/element> <http://www.w3.org/2000/01/rdf-schema#comment> "The link to the members of a collection."@en .
<http://purl.org/co/element> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/co/> .
<http://purl.org/co/element> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/c4o/hasGlobalCitationFrequency
@prefix c4o: <http://purl.org/spar/c4o/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@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:hasGlobalCitationFrequency a owl:ObjectProperty ;
rdfs:label "has global citation frequency"@en ;
vann:example """
:my-article
c4o:hasGlobalCitationFrequency :my-global-citation-count .
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .
""" ;
rdfs:comment "The relation between a publication entity and its global citation count, according to a particular information source on a particular date."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy c4o: ;
rdfs:range c4o:GlobalCitationCount ;
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/c4o/hasGlobalCitationFrequency">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:range rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<rdfs:comment xml:lang="en">The relation between a publication entity and its global citation count, according to a particular information source on a particular date.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has global citation frequency</rdfs:label>
<vann:example>
:my-article
c4o:hasGlobalCitationFrequency :my-global-citation-count .
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/hasGlobalCitationFrequency",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n c4o:hasGlobalCitationFrequency :my-global-citation-count .\n\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a publication entity and its global citation count, according to a particular information source on a particular date."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"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": "has global citation frequency"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/c4o/GlobalCitationCount"
}
],
"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/c4o/hasGlobalCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/hasGlobalCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/c4o/GlobalCitationCount> .
<http://purl.org/spar/c4o/hasGlobalCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a publication entity and its global citation count, according to a particular information source on a particular date."@en .
<http://purl.org/spar/c4o/hasGlobalCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/c4o/hasGlobalCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/c4o/hasGlobalCitationFrequency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/c4o/hasGlobalCitationFrequency> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/hasGlobalCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#label> "has global citation frequency"@en .
<http://purl.org/spar/c4o/hasGlobalCitationFrequency> <http://purl.org/vocab/vann/example> "\n :my-article\n c4o:hasGlobalCitationFrequency :my-global-citation-count .\n\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .\n " .
IRI: http://purl.org/spar/c4o/hasGlobalCountSource
@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:hasGlobalCountSource a owl:ObjectProperty ;
rdfs:label "has global count source"@en ;
vann:example """
:my-article
c4o:hasGlobalCitationFrequency :my-global-citation-count .
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;
c4o:hasGlobalCountSource :my-bibliographic-info-source .
:my-bibliographic-info-source a c4o:BibliographicInformationSource ;
foaf:homepage <http://scholar.google.com> .
""" ;
rdfs:comment "The relation between a global citation count and the bibliographic information source providing the global citation count information for a particular publication on a particular date."@en ;
rdfs:domain c4o:GlobalCitationCount ;
rdfs:isDefinedBy c4o: ;
rdfs:range c4o:BibliographicInformationSource ;
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/c4o/hasGlobalCountSource">
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:comment xml:lang="en">The relation between a global citation count and the bibliographic information source providing the global citation count information for a particular publication on a particular date.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has global count source</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/spar/c4o/BibliographicInformationSource"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
c4o:hasGlobalCitationFrequency :my-global-citation-count .
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;
c4o:hasGlobalCountSource :my-bibliographic-info-source .
:my-bibliographic-info-source a c4o:BibliographicInformationSource ;
foaf:homepage <http://scholar.google.com> .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/hasGlobalCountSource",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n c4o:hasGlobalCitationFrequency :my-global-citation-count .\n\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;\n c4o:hasGlobalCountSource :my-bibliographic-info-source .\n\n :my-bibliographic-info-source a c4o:BibliographicInformationSource ;\n foaf:homepage <http://scholar.google.com> .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a global citation count and the bibliographic information source providing the global citation count information for a particular publication on a particular date."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/c4o/GlobalCitationCount"
}
],
"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": "has global count source"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/c4o/BibliographicInformationSource"
}
],
"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/c4o/hasGlobalCountSource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/c4o/GlobalCitationCount> .
<http://purl.org/spar/c4o/hasGlobalCountSource> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/hasGlobalCountSource> <http://purl.org/vocab/vann/example> "\n :my-article\n c4o:hasGlobalCitationFrequency :my-global-citation-count .\n\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;\n c4o:hasGlobalCountSource :my-bibliographic-info-source .\n\n :my-bibliographic-info-source a c4o:BibliographicInformationSource ;\n foaf:homepage <http://scholar.google.com> .\n " .
<http://purl.org/spar/c4o/hasGlobalCountSource> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a global citation count and the bibliographic information source providing the global citation count information for a particular publication on a particular date."@en .
<http://purl.org/spar/c4o/hasGlobalCountSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/c4o/hasGlobalCountSource> <http://www.w3.org/2000/01/rdf-schema#label> "has global count source"@en .
<http://purl.org/spar/c4o/hasGlobalCountSource> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/hasGlobalCountSource> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/c4o/BibliographicInformationSource> .
<http://purl.org/spar/c4o/hasGlobalCountSource> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
@prefix co: <http://purl.org/co/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
co:item a owl:ObjectProperty ;
rdfs:label "has item"@en ;
rdfs:comment "The link to every item of a bag."@en ;
rdfs:isDefinedBy co: .
<?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://purl.org/co/item">
<rdfs:label xml:lang="en">has item</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/co/"/>
<rdfs:comment xml:lang="en">The link to every item of a bag.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/co/item",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The link to every item of a bag."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/co/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has item"
}
]
}
]<http://purl.org/co/item> <http://www.w3.org/2000/01/rdf-schema#label> "has item"@en .
<http://purl.org/co/item> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/co/item> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/co/> .
<http://purl.org/co/item> <http://www.w3.org/2000/01/rdf-schema#comment> "The link to every item of a bag."@en .
IRI: http://purl.org/co/itemContent
@prefix co: <http://purl.org/co/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
co:itemContent a owl:ObjectProperty ;
rdfs:label "has item content"@en ;
rdfs:comment "The link to the actual resource to which the item refers."@en ;
rdfs:isDefinedBy co: .
<?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://purl.org/co/itemContent">
<rdfs:isDefinedBy rdf:resource="http://purl.org/co/"/>
<rdfs:label xml:lang="en">has item content</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The link to the actual resource to which the item refers.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/co/itemContent",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The link to the actual resource to which the item refers."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/co/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has item content"
}
]
}
]<http://purl.org/co/itemContent> <http://www.w3.org/2000/01/rdf-schema#label> "has item content"@en .
<http://purl.org/co/itemContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The link to the actual resource to which the item refers."@en .
<http://purl.org/co/itemContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/co/itemContent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/co/> .
IRI: http://purl.org/spar/c4o/isDenotedBy
@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:isDenotedBy a owl:ObjectProperty ;
rdfs:label "is denoted by"@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.' ;
c4o:isDenotedBy :my-in-text-reference-pointer ;
biro:references :my-article .
:my-in-text-reference-pointer a c4o:InTextReferencePointer .
""" ;
rdfs:comment "A property used to assert the connection between a bibliographic reference and the in-text reference pointer that points to it."@en ;
rdfs:domain biro:BibliographicReference ;
rdfs:isDefinedBy c4o: ;
rdfs:range c4o:InTextReferencePointer ;
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/c4o/isDenotedBy">
<rdfs:domain rdf:resource="http://purl.org/spar/biro/BibliographicReference"/>
<rdfs:label xml:lang="en">is denoted by</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:comment xml:lang="en">A property used to assert the connection between a bibliographic reference and the in-text reference pointer that points to it.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/spar/c4o/InTextReferencePointer"/>
<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.' ;
c4o:isDenotedBy :my-in-text-reference-pointer ;
biro:references :my-article .
:my-in-text-reference-pointer a c4o:InTextReferencePointer .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/isDenotedBy",
"@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 c4o:isDenotedBy :my-in-text-reference-pointer ;\n biro:references :my-article .\n\n :my-in-text-reference-pointer a c4o:InTextReferencePointer .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A property used to assert the connection between a bibliographic reference and the in-text reference pointer that points to it."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/biro/BibliographicReference"
}
],
"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": "is denoted by"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointer"
}
],
"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/c4o/isDenotedBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/biro/BibliographicReference> .
<http://purl.org/spar/c4o/isDenotedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/isDenotedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is denoted by"@en .
<http://purl.org/spar/c4o/isDenotedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/isDenotedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A property used to assert the connection between a bibliographic reference and the in-text reference pointer that points to it."@en .
<http://purl.org/spar/c4o/isDenotedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/c4o/isDenotedBy> <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 c4o:isDenotedBy :my-in-text-reference-pointer ;\n biro:references :my-article .\n\n :my-in-text-reference-pointer a c4o:InTextReferencePointer .\n " .
<http://purl.org/spar/c4o/isDenotedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/c4o/isDenotedBy> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/c4o/InTextReferencePointer> .
IRI: http://purl.org/spar/c4o/isRelevantTo
@prefix c4o: <http://purl.org/spar/c4o/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@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:isRelevantTo a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "is relevant to"@en ;
vann:example """
:my-cited-sentence a doco:Sentence ;
c4o:hasContent
'Markup semantics are modeled computationally by applying
knowledge representation technologies to the problem of making
those structures, relationships, and properties explicit.' ;
c4o:isRelevantTo :my-citation-sentence .
:my-citation-sentence a doco:Sentence ;
c4o:hasContent
'Renear, Dubin, and Sperberg-McQueen (2002, pp. 121-122)
proposed a formal semantic approach for structured documents.' .
""" ;
rdfs:comment "A relationship between two FRBR expressions, according to which one is declared to be of rhetorical relevance to another, for instance the textual context of a particular in-text reference pointer in one document is relevant to a section of text within the published document that is referenced by the bibliographic reference denoted by the in-text reference pointer, and vice versa that the converse relevance also exists."@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy c4o: ;
rdfs:range frbr:Expression ;
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/c4o/isRelevantTo">
<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:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:comment xml:lang="en">A relationship between two FRBR expressions, according to which one is declared to be of rhetorical relevance to another, for instance the textual context of a particular in-text reference pointer in one document is relevant to a section of text within the published document that is referenced by the bibliographic reference denoted by the in-text reference pointer, and vice versa that the converse relevance also exists.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:label xml:lang="en">is relevant to</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-cited-sentence a doco:Sentence ;
c4o:hasContent
'Markup semantics are modeled computationally by applying
knowledge representation technologies to the problem of making
those structures, relationships, and properties explicit.' ;
c4o:isRelevantTo :my-citation-sentence .
:my-citation-sentence a doco:Sentence ;
c4o:hasContent
'Renear, Dubin, and Sperberg-McQueen (2002, pp. 121-122)
proposed a formal semantic approach for structured documents.' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/isRelevantTo",
"@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 :my-cited-sentence a doco:Sentence ;\n c4o:hasContent\n 'Markup semantics are modeled computationally by applying\n knowledge representation technologies to the problem of making\n those structures, relationships, and properties explicit.' ;\n c4o:isRelevantTo :my-citation-sentence .\n\n :my-citation-sentence a doco:Sentence ;\n c4o:hasContent\n 'Renear, Dubin, and Sperberg-McQueen (2002, pp. 121-122)\n proposed a formal semantic approach for structured documents.' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relationship between two FRBR expressions, according to which one is declared to be of rhetorical relevance to another, for instance the textual context of a particular in-text reference pointer in one document is relevant to a section of text within the published document that is referenced by the bibliographic reference denoted by the in-text reference pointer, and vice versa that the converse relevance also exists."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"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": "is relevant to"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"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/c4o/isRelevantTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/c4o/isRelevantTo> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/isRelevantTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<http://purl.org/spar/c4o/isRelevantTo> <http://purl.org/vocab/vann/example> "\n :my-cited-sentence a doco:Sentence ;\n c4o:hasContent\n 'Markup semantics are modeled computationally by applying\n knowledge representation technologies to the problem of making\n those structures, relationships, and properties explicit.' ;\n c4o:isRelevantTo :my-citation-sentence .\n\n :my-citation-sentence a doco:Sentence ;\n c4o:hasContent\n 'Renear, Dubin, and Sperberg-McQueen (2002, pp. 121-122)\n proposed a formal semantic approach for structured documents.' .\n " .
<http://purl.org/spar/c4o/isRelevantTo> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/c4o/isRelevantTo> <http://www.w3.org/2000/01/rdf-schema#comment> "A relationship between two FRBR expressions, according to which one is declared to be of rhetorical relevance to another, for instance the textual context of a particular in-text reference pointer in one document is relevant to a section of text within the published document that is referenced by the bibliographic reference denoted by the in-text reference pointer, and vice versa that the converse relevance also exists."@en .
<http://purl.org/spar/c4o/isRelevantTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/isRelevantTo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/spar/c4o/isRelevantTo> <http://www.w3.org/2000/01/rdf-schema#label> "is relevant to"@en .
<http://purl.org/spar/c4o/isRelevantTo> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Expression> .
IRI: http://purl.org/spar/c4o/pertainsTo
@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:pertainsTo a owl:ObjectProperty ;
rdfs:label "pertains to"@en ;
vann:example """
:my-in-text-ref-pointer-list
c4o:pertainsTo :my-bibliographic-reference .
""" ;
rdfs:comment "The relation between an in-text reference pointer list and the bibliographic reference or references denoted by the in-text reference pointers within that list."@en ;
rdfs:domain c4o:InTextReferencePointerList ;
rdfs:isDefinedBy c4o: ;
rdfs:range biro:BibliographicReference ;
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/c4o/pertainsTo">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:label xml:lang="en">pertains to</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between an in-text reference pointer list and the bibliographic reference or references denoted by the in-text reference pointers within that list.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/InTextReferencePointerList"/>
<rdfs:range rdf:resource="http://purl.org/spar/biro/BibliographicReference"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-in-text-ref-pointer-list
c4o:pertainsTo :my-bibliographic-reference .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/pertainsTo",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-in-text-ref-pointer-list\n c4o:pertainsTo :my-bibliographic-reference .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an in-text reference pointer list and the bibliographic reference or references denoted by the in-text reference pointers within that list."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/c4o/InTextReferencePointerList"
}
],
"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": "pertains to"
}
],
"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/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/c4o/pertainsTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/pertainsTo> <http://www.w3.org/2000/01/rdf-schema#label> "pertains to"@en .
<http://purl.org/spar/c4o/pertainsTo> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/c4o/pertainsTo> <http://purl.org/vocab/vann/example> "\n :my-in-text-ref-pointer-list\n c4o:pertainsTo :my-bibliographic-reference .\n " .
<http://purl.org/spar/c4o/pertainsTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/c4o/pertainsTo> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an in-text reference pointer list and the bibliographic reference or references denoted by the in-text reference pointers within that list."@en .
<http://purl.org/spar/c4o/pertainsTo> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/pertainsTo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/c4o/InTextReferencePointerList> .
<http://purl.org/spar/c4o/pertainsTo> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/biro/BibliographicReference> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:topObjectProperty a owl:ObjectProperty .
<?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#topObjectProperty">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
]
}
]<http://www.w3.org/2002/07/owl#topObjectProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/c4o/hasContent
@prefix c4o: <http://purl.org/spar/c4o/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@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:hasContent a owl:DatatypeProperty ;
rdfs:label "has content"@en ;
vann:example """
:my-sentence a doco:Sentence ;
c4o:hasContent
'Markup semantics are modeled computationally by applying
knowledge representation technologies to the problem of making
those structures, relationships, and properties explicit.' .
""" ;
rdfs:comment "The textual content of a particular FRBR expression."@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy c4o: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf owl:topDataProperty ;
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/c4o/hasContent">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:comment xml:lang="en">The textual content of a particular FRBR expression.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has content</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<vann:example>
:my-sentence a doco:Sentence ;
c4o:hasContent
'Markup semantics are modeled computationally by applying
knowledge representation technologies to the problem of making
those structures, relationships, and properties explicit.' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/hasContent",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-sentence a doco:Sentence ;\n c4o:hasContent\n 'Markup semantics are modeled computationally by applying\n knowledge representation technologies to the problem of making\n those structures, relationships, and properties explicit.' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The textual content of a particular FRBR expression."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"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": "has content"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"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/hasContent> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The textual content of a particular FRBR expression."@en .
<http://purl.org/spar/c4o/hasContent> <http://purl.org/vocab/vann/example> "\n :my-sentence a doco:Sentence ;\n c4o:hasContent\n 'Markup semantics are modeled computationally by applying\n knowledge representation technologies to the problem of making\n those structures, relationships, and properties explicit.' .\n " .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#label> "has content"@en .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
IRI: http://purl.org/spar/c4o/hasGlobalCountDate
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
c4o:hasGlobalCountDate a owl:DatatypeProperty ;
rdfs:label "has global count date"@en ;
vann:example """
:my-article
c4o:hasGlobalCitationFrequency :my-global-citation-count .
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;
c4o:hasGlobalCountDate '2014-03-17'^^xsd:date .
""" ;
rdfs:comment "The date on which the global citation count of the cited entity was recorded from a named bibliographic information source."@en ;
rdfs:domain c4o:GlobalCitationCount ;
rdfs:isDefinedBy c4o: ;
rdfs:range xsd:date ;
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/c4o/hasGlobalCountDate">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has global count date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:comment xml:lang="en">The date on which the global citation count of the cited entity was recorded from a named bibliographic information source.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
c4o:hasGlobalCitationFrequency :my-global-citation-count .
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;
c4o:hasGlobalCountDate '2014-03-17'^^xsd:date .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/hasGlobalCountDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n c4o:hasGlobalCitationFrequency :my-global-citation-count .\n\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;\n c4o:hasGlobalCountDate '2014-03-17'^^xsd:date .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which the global citation count of the cited entity was recorded from a named bibliographic information source."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/c4o/GlobalCitationCount"
}
],
"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": "has global count date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#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/c4o/hasGlobalCountDate> <http://purl.org/vocab/vann/example> "\n :my-article\n c4o:hasGlobalCitationFrequency :my-global-citation-count .\n\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger ;\n c4o:hasGlobalCountDate '2014-03-17'^^xsd:date .\n " .
<http://purl.org/spar/c4o/hasGlobalCountDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date> .
<http://purl.org/spar/c4o/hasGlobalCountDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/c4o/hasGlobalCountDate> <http://www.w3.org/2000/01/rdf-schema#label> "has global count date"@en .
<http://purl.org/spar/c4o/hasGlobalCountDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/hasGlobalCountDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which the global citation count of the cited entity was recorded from a named bibliographic information source."@en .
<http://purl.org/spar/c4o/hasGlobalCountDate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/c4o/GlobalCitationCount> .
<http://purl.org/spar/c4o/hasGlobalCountDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/c4o/hasGlobalCountValue
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
c4o:hasGlobalCountValue a owl:DatatypeProperty ;
rdfs:label "has global count value"@en ;
vann:example """
:my-article
c4o:hasGlobalCitationFrequency :my-global-citation-count .
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .
""" ;
rdfs:comment "An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date."@en ;
rdfs:domain c4o:GlobalCitationCount ;
rdfs:isDefinedBy c4o: ;
rdfs:range xsd:nonNegativeInteger ;
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/c4o/hasGlobalCountValue">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:label xml:lang="en">has global count value</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/spar/c4o/GlobalCitationCount"/>
<rdfs:comment xml:lang="en">An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<vann:example>
:my-article
c4o:hasGlobalCitationFrequency :my-global-citation-count .
:my-global-citation-count a c4o:GlobalCitationCount ;
c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/hasGlobalCountValue",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article\n c4o:hasGlobalCitationFrequency :my-global-citation-count .\n\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/c4o/GlobalCitationCount"
}
],
"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": "has global count value"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
}
],
"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/hasGlobalCountValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/c4o/hasGlobalCountValue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/hasGlobalCountValue> <http://www.w3.org/2000/01/rdf-schema#label> "has global count value"@en .
<http://purl.org/spar/c4o/hasGlobalCountValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/c4o/GlobalCitationCount> .
<http://purl.org/spar/c4o/hasGlobalCountValue> <http://www.w3.org/2000/01/rdf-schema#comment> "An integer defining the value of the global citation count of a cited entity recorded from a named bibliographic information source on a particular date."@en .
<http://purl.org/spar/c4o/hasGlobalCountValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/c4o/hasGlobalCountValue> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/hasGlobalCountValue> <http://purl.org/vocab/vann/example> "\n :my-article\n c4o:hasGlobalCitationFrequency :my-global-citation-count .\n\n :my-global-citation-count a c4o:GlobalCitationCount ;\n c4o:hasGlobalCountValue '5'^^xsd:nonNegativeInteger .\n " .
IRI: http://purl.org/spar/c4o/hasInTextCitationFrequency
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
c4o:hasInTextCitationFrequency a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has in text citation frequency"@en ;
vann:example """
:my-article
frbr:part :my-bibliographic-reference .
:my-bibliographic-reference a biro:BibliographicReference ;
c4o:hasInTextCitationFrequency '1'^^xsd:nonNegativeInteger .
""" ;
rdfs:comment "The number of separate in-text reference pointers existing within the text of a citing document that all denote the same single bibliographic reference to a cited document (i.e how many distinct textual contexts exist within the citing document from which a citation is made to a particular document). "@en ;
rdfs:domain biro:BibliographicReference ;
rdfs:isDefinedBy c4o: ;
rdfs:range xsd:nonNegativeInteger ;
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/c4o/hasInTextCitationFrequency">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<rdfs:comment xml:lang="en">The number of separate in-text reference pointers existing within the text of a citing document that all denote the same single bibliographic reference to a cited document (i.e how many distinct textual contexts exist within the citing document from which a citation is made to a particular document). </rdfs:comment>
<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:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/biro/BibliographicReference"/>
<rdfs:label xml:lang="en">has in text citation frequency</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
frbr:part :my-bibliographic-reference .
:my-bibliographic-reference a biro:BibliographicReference ;
c4o:hasInTextCitationFrequency '1'^^xsd:nonNegativeInteger .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/hasInTextCitationFrequency",
"@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 :my-article\n frbr:part :my-bibliographic-reference .\n\n :my-bibliographic-reference a biro:BibliographicReference ;\n c4o:hasInTextCitationFrequency '1'^^xsd:nonNegativeInteger .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The number of separate in-text reference pointers existing within the text of a citing document that all denote the same single bibliographic reference to a cited document (i.e how many distinct textual contexts exist within the citing document from which a citation is made to a particular document). "
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/biro/BibliographicReference"
}
],
"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": "has in text citation frequency"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
}
],
"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/hasInTextCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/c4o/hasInTextCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of separate in-text reference pointers existing within the text of a citing document that all denote the same single bibliographic reference to a cited document (i.e how many distinct textual contexts exist within the citing document from which a citation is made to a particular document). "@en .
<http://purl.org/spar/c4o/hasInTextCitationFrequency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/c4o/hasInTextCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .
<http://purl.org/spar/c4o/hasInTextCitationFrequency> <http://purl.org/vocab/vann/example> "\n :my-article\n frbr:part :my-bibliographic-reference .\n\n :my-bibliographic-reference a biro:BibliographicReference ;\n c4o:hasInTextCitationFrequency '1'^^xsd:nonNegativeInteger .\n " .
<http://purl.org/spar/c4o/hasInTextCitationFrequency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/c4o/hasInTextCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/biro/BibliographicReference> .
<http://purl.org/spar/c4o/hasInTextCitationFrequency> <http://www.w3.org/2000/01/rdf-schema#label> "has in text citation frequency"@en .
<http://purl.org/spar/c4o/hasInTextCitationFrequency> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:topDataProperty a owl:DatatypeProperty .
<?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#topDataProperty">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
]
}
]<http://www.w3.org/2002/07/owl#topDataProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
Jump to:
IRI: http://purl.org/dc/terms/bibliographicCitation
IRI: https://schema.org/codeRepository
IRI: http://purl.org/dc/elements/1.1/collaborator
@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> .
IRI: http://purl.org/dc/terms/created
@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> .
IRI: http://purl.org/ontology/bibo/doi
IRI: http://purl.org/vocab/vann/example
IRI: https://schema.org/image
IRI: https://schema.org/includedInDataCatalog
IRI: http://purl.org/dc/terms/issued
IRI: https://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> .
IRI: http://purl.org/dc/terms/license
IRI: http://xmlns.com/foaf/0.1/logo
IRI: http://purl.org/dc/terms/modified
IRI: http://www.w3.org/2008/05/skos#note
IRI: http://purl.org/vocab/vann/preferredNamespacePrefix
@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> .
IRI: http://purl.org/vocab/vann/preferredNamespaceUri
IRI: http://purl.org/dc/terms/publisher
@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> .
IRI: http://purl.org/dc/terms/source
IRI: http://purl.org/ontology/bibo/status
IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status
@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> .