## Ordered List Template ## Using Ordered List Vocabulary Terms ## In tnis template, {} (Square Brackets) are used a placeholders into which ## appropriate values are placed. ## Identifier, in the case of Linked Data means an HTTP URI . ## In regards to {native-code}" for English it would be: ## en ## For French it would be: ## fr @prefix xsd: . @prefix dc: . @prefix olo: . <> a foaf:Document, schema:Webpage ; rdfs:label "{doc-label}"@{native-lang-code}; rdfs:comment """{comments in native language}."""@{native-lang-code} ; foaf:maker {documtent-creator-identifier} ; dcterms:created "{yyyy-mm-ddTminutes:seconds[- or +]timezone}"^^xsd:dateTime . <{list-identifier}> a olo:OrderedList ; rdfs:label "{list-label}"; skos:prefLabel "{list-user-oriented-label-in-native-lang}"@Lang {native-lang-code} ; rdfs:comment """{comments in native language}."""@{native-lang-code} ; olo:length {list-item-total-count} ; olo:slot {list-item-1}, {list-item-2}, {list-item-N} . {list-item-1} a olo:Slot ; rdfs:label "{doc-label}"@{native-lang-code}; olo:index 1 ; olo:item {identifier-of-what-list-item-1-is-about}; olo:next {list-item-2}. {list-item-2} a olo:Slot ; rdfs:label "{doc-label}"@{native-lang-code}; olo:index 1 ; olo:item {identifier-of-what-list-item-2-is-about}; olo:previous {list-item-1} olo:next {list-item-N}. {list-item-N} a olo:Slot ; rdfs:label "{doc-label}"@{native-lang-code}; olo:index 1 ; olo:item {identifier-of-what-list-item-N-is-about}; olo:previous {list-item-2} olo:next {list-item-1}. <{identifier-of-what-list-item-1-is-about}> a {entity-type-identifier} ; rdfs:label "{doc-label}"@{native-lang-code}; skos:prefLabel "{list-user-oriented-label-in-native-lang}"@Lang {native-lang-code} ; rdfs:comment """{comments in native language}."""@{native-lang-code} {additional-rdf-predicate-object-pairs} . <{identifier-of-what-list-item-2-is-about}> a {entity-type-identifier} ; rdfs:label "{doc-label}"@{native-lang-code}; skos:prefLabel "{list-user-oriented-label-in-native-lang}"@Lang {native-lang-code} ; rdfs:comment """{comments in native language}."""@{native-lang-code} {additional-rdf-predicate-object-pairs} . <{identifier-of-what-list-item-N-is-about}> a {entity-type-identifier} ; rdfs:label "{doc-label}"@{native-lang-code}; skos:prefLabel "{list-user-oriented-label-in-native-lang}"@Lang {native-lang-code} ; rdfs:comment """{comments in native language}."""@{native-lang-code} {additional-rdf-predicate-object-pairs} .