An area in which content Items are contained

Comment
An area in which content Items are contained
Constructor
Container constructor
IsDefinedBy
Document hierarchy
Label
Container
SubClassOf
Container
Document
IsDefinedBy
Document hierarchy
Label
Container constructor
Text
      PREFIX dh:      <https://www.w3.org/ns/ldt/document-hierarchy#>
      PREFIX sioc:    <http://rdfs.org/sioc/ns#>

      CONSTRUCT {
        ?this sioc:has_parent [ a dh:Container ] .
      }
      WHERE {}
IsDefinedBy
Document hierarchy
Label
Container constructor
Text
      PREFIX dh:      <https://www.w3.org/ns/ldt/document-hierarchy#>
      PREFIX sioc:    <http://rdfs.org/sioc/ns#>

      CONSTRUCT {
        ?this sioc:has_container [ a dh:Container ] .
      }
      WHERE {}

Document

Constructor
Document constructor
IsDefinedBy
Document hierarchy
Label
Document
Path
{slug}/
SubClassOf
Document
IsDefinedBy
Document hierarchy
Label
Document constructor
Text
      PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>
      PREFIX dh:      <https://www.w3.org/ns/ldt/document-hierarchy#>

      CONSTRUCT {
        ?this dh:slug ?slug .
      }
      WHERE {
        BIND (STRUUID() AS ?slug)
}
13 December 2019 13:06

Document hierarchy

Date Created
31 August 2016 21:54
Date Modified
13 December 2019 13:06
Imports
Friend of a Friend (FOAF) vocabulary
SIOC Core Ontology Namespace
sp#
Label
Document hierarchy
License
http://www.opendatacommons.org/licenses/pddl/1.0/
PreferredNamespacePrefix
dh
PreferredNamespaceUri
https://www.w3.org/ns/ldt/document-hierarchy#
VersionInfo
1.1.5

An Item is something which can be in a Container

Comment
An Item is something which can be in a Container
Constructor
Container constructor
IsDefinedBy
Document hierarchy
Label
Item
SubClassOf
Document
Item

URI slug

A string that will be used to build URI from template such as /{slug}

Comment
A string that will be used to build URI from template such as /{slug}
Domain
Document
IsDefinedBy
Document hierarchy
Label
URI slug
Range
string