IRI: http://purl.org/spar/doco/Index
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doco: <http://purl.org/spar/doco/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix po: <http://www.essepuntato.it/2008/12/pattern#> .
@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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
doco:Index a owl:Class ;
rdfs:label "index"@en ;
vann:example """
:my-index a doco:Index ;
dcterms:isPartOf :my-back-matter ;
pattern:contains :my-list-of-references .
""" ;
rdfs:comment "A section containing a list of references to information on the named topic of importance to the content of the document. The references may be to page numbers, paragraph numbers, section numbers or chapter numbers within the document."@en ;
rdfs:isDefinedBy doco: ;
rdfs:subClassOf [ a owl:Class ;
owl:intersectionOf ( [ a owl:Class ;
owl:intersectionOf ( doco:Section po:HeadedContainer ) ] [ a owl:Restriction ;
owl:onProperty dcterms:isPartOf ;
owl:someValuesFrom doco:BackMatter ] ) ],
[ a owl:Restriction ;
owl:onProperty dcterms:hasPart ;
owl:someValuesFrom [ a owl:Class ;
owl:intersectionOf ( doco:ListOfReferences [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Restriction ;
owl:onProperty dcterms:relation ;
owl:someValuesFrom doco:TextChunk ] ;
owl:onProperty po:contains ] ) ] ] ;
vs:term_status reg:statusStable .
[] a owl:AllDisjointClasses ;
owl:members ( doco:Abstract doco:Afterword doco:Appendix doco:Colophon doco:Foreword doco:Glossary doco:Index doco:ListOfFigures doco:ListOfTables doco:Preface doco:TableOfContents ) .
<?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:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b252">
<rdf:first rdf:resource="http://purl.org/spar/doco/Appendix"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b253"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b125">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/dc/terms/isPartOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/doco/BackMatter"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b124">
<rdf:first rdf:resource="http://www.essepuntato.it/2008/12/pattern#HeadedContainer"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b249">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b250"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b251">
<rdf:first rdf:resource="http://purl.org/spar/doco/Afterword"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b252"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b254">
<rdf:first rdf:resource="http://purl.org/spar/doco/Foreword"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b255"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/doco/Index">
<rdfs:comment xml:lang="en">A section containing a list of references to information on the named topic of importance to the content of the document. The references may be to page numbers, paragraph numbers, section numbers or chapter numbers within the document.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b128"/>
<rdfs:subClassOf rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b121"/>
<rdfs:label xml:lang="en">index</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/doco/"/>
<vann:example>
:my-index a doco:Index ;
dcterms:isPartOf :my-back-matter ;
pattern:contains :my-list-of-references .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b126">
<rdf:first rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b122"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b127"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b121">
<owl:intersectionOf rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b126"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b253">
<rdf:first rdf:resource="http://purl.org/spar/doco/Colophon"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b254"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b260">
<rdf:first rdf:resource="http://purl.org/spar/doco/TableOfContents"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b259">
<rdf:first rdf:resource="http://purl.org/spar/doco/Preface"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b260"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b129">
<owl:intersectionOf rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b132"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b130">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://www.essepuntato.it/2008/12/pattern#contains"/>
<owl:allValuesFrom rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b131"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b127">
<rdf:first rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b125"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b257">
<rdf:first rdf:resource="http://purl.org/spar/doco/ListOfFigures"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b258"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b131">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/dc/terms/relation"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/doco/TextChunk"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b123">
<rdf:first rdf:resource="http://purl.org/spar/doco/Section"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b124"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b133">
<rdf:first rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b130"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b128">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/dc/terms/hasPart"/>
<owl:someValuesFrom rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b129"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b132">
<rdf:first rdf:resource="http://purl.org/spar/doco/ListOfReferences"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b133"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b256">
<rdf:first rdf:resource="http://purl.org/spar/doco/Index"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b257"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b250">
<rdf:first rdf:resource="http://purl.org/spar/doco/Abstract"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b251"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b122">
<owl:intersectionOf rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b123"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b258">
<rdf:first rdf:resource="http://purl.org/spar/doco/ListOfTables"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b259"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b255">
<rdf:first rdf:resource="http://purl.org/spar/doco/Glossary"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b256"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/doco/Index",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-index a doco:Index ; \n dcterms:isPartOf :my-back-matter ;\n pattern:contains :my-list-of-references .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A section containing a list of references to information on the named topic of importance to the content of the document. The references may be to page numbers, paragraph numbers, section numbers or chapter numbers within the document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/doco/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "index"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b128"
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b121"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b128",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/dc/terms/hasPart"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b129"
}
]
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b129",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/doco/ListOfReferences"
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b130"
}
]
}
]
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b130",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b131"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.essepuntato.it/2008/12/pattern#contains"
}
]
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b131",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/doco/TextChunk"
}
]
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b121",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b122"
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b125"
}
]
}
]
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b122",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/doco/Section"
},
{
"@id": "http://www.essepuntato.it/2008/12/pattern#HeadedContainer"
}
]
}
]
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b125",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/dc/terms/isPartOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/doco/BackMatter"
}
]
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b249",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/doco/Abstract"
},
{
"@id": "http://purl.org/spar/doco/Afterword"
},
{
"@id": "http://purl.org/spar/doco/Appendix"
},
{
"@id": "http://purl.org/spar/doco/Colophon"
},
{
"@id": "http://purl.org/spar/doco/Foreword"
},
{
"@id": "http://purl.org/spar/doco/Glossary"
},
{
"@id": "http://purl.org/spar/doco/Index"
},
{
"@id": "http://purl.org/spar/doco/ListOfFigures"
},
{
"@id": "http://purl.org/spar/doco/ListOfTables"
},
{
"@id": "http://purl.org/spar/doco/Preface"
},
{
"@id": "http://purl.org/spar/doco/TableOfContents"
}
]
}
]
}
]_:n3b1bab1f2e67482f9ea2fcacd8712072b252 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b253 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b125 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.essepuntato.it/2008/12/pattern#HeadedContainer> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b249 <http://www.w3.org/2002/07/owl#members> _:n3b1bab1f2e67482f9ea2fcacd8712072b250 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b251 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b252 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b254 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/Foreword> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b251 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/Afterword> .
<http://purl.org/spar/doco/Index> <http://www.w3.org/2000/01/rdf-schema#label> "index"@en .
_:n3b1bab1f2e67482f9ea2fcacd8712072b126 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b127 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/doco/Index> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b253 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b254 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b260 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/TableOfContents> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b126 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n3b1bab1f2e67482f9ea2fcacd8712072b122 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b259 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b260 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b129 <http://www.w3.org/2002/07/owl#intersectionOf> _:n3b1bab1f2e67482f9ea2fcacd8712072b132 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b130 <http://www.w3.org/2002/07/owl#allValuesFrom> _:n3b1bab1f2e67482f9ea2fcacd8712072b131 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b121 <http://www.w3.org/2002/07/owl#intersectionOf> _:n3b1bab1f2e67482f9ea2fcacd8712072b126 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b249 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b127 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b257 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/ListOfFigures> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b130 <http://www.w3.org/2002/07/owl#onProperty> <http://www.essepuntato.it/2008/12/pattern#contains> .
<http://purl.org/spar/doco/Index> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/doco/Index> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/doco/> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b131 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/doco/Index> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n3b1bab1f2e67482f9ea2fcacd8712072b121 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b131 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/dc/terms/relation> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b127 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n3b1bab1f2e67482f9ea2fcacd8712072b125 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/Section> .
<http://purl.org/spar/doco/Index> <http://purl.org/vocab/vann/example> "\n :my-index a doco:Index ; \n dcterms:isPartOf :my-back-matter ;\n pattern:contains :my-list-of-references .\n " .
_:n3b1bab1f2e67482f9ea2fcacd8712072b257 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b258 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b133 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b253 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/Colophon> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b128 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b252 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/Appendix> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b132 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/ListOfReferences> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b128 <http://www.w3.org/2002/07/owl#someValuesFrom> _:n3b1bab1f2e67482f9ea2fcacd8712072b129 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b256 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b257 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b130 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b132 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b133 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b133 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n3b1bab1f2e67482f9ea2fcacd8712072b130 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b125 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/dc/terms/isPartOf> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b129 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b250 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/Abstract> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b256 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/Index> .
<http://purl.org/spar/doco/Index> <http://www.w3.org/2000/01/rdf-schema#comment> "A section containing a list of references to information on the named topic of importance to the content of the document. The references may be to page numbers, paragraph numbers, section numbers or chapter numbers within the document."@en .
_:n3b1bab1f2e67482f9ea2fcacd8712072b131 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/doco/TextChunk> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b125 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/doco/BackMatter> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b258 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b259 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b260 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b254 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b255 .
<http://purl.org/spar/doco/Index> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n3b1bab1f2e67482f9ea2fcacd8712072b128 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b250 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b251 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b128 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/dc/terms/hasPart> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b259 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/Preface> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b255 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/Glossary> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b255 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b256 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b124 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b122 <http://www.w3.org/2002/07/owl#intersectionOf> _:n3b1bab1f2e67482f9ea2fcacd8712072b123 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b258 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/doco/ListOfTables> .