VOS.DocsREFExample2

  • Topic
  • Discussion
  • VOS.DocsREFExample2(Last) -- DAVWikiAdmin? , 2017-06-13 05:36:12 Edit WebDAV System Administrator 2017-06-13 05:36:12

    List of all Documentation files with details:


    PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
    PREFIX doc: <http://demo.openlinksw.com/schemas/doc#>
    PREFIX bibo: <http://purl.org/ontology/bibo/>
    SELECT * 
    WHERE 
      { 
        ?file rdf:type doc:File .
        ?file rdf:type bibo:Article .
        ?file bibo:identifier ?ident .
        ?file bibo:author ?author .
        ?file doc:belongs_to_collection ?collection .
        ?file doc:type ?type .
        ?file bibo:presentedAt ?presented .
        ?file bibo:url ?url .
      }
    

    Sample Data (Live Query Results)