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> .