• This project
    • Loading...
  • Sign in

data.posccaesar.org / rdl

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 12
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
Closed
Open
Issue #3 opened 2014-07-03 14:49:24 UTC by Håvard M. Ottestad@hmottestad

Delete unused express strings

There are 72 933 unused express strings in the library. These should be deleted.

Query to find all tripples:

PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs:  <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

PREFIX p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#>
PREFIX rdl: <http://data.posccaesar.org/rdl/>
PREFIX ptrn: <http://data.posccaesar.org/ptrn/>


describe ?a where {

    ?a a p2:ExpressString;

    FILTER(
        !EXISTS{?c ?b ?a}
    )
} 

Edited 2014-07-30 12:29:47 UTC
  • Håvard M. Ottestad
    @hmottestad commented 2014-07-30 12:28:57 UTC

    Removed all in the attached list.

    removed.txt
  • Håvard M. Ottestad
    @hmottestad 2014-07-30 12:29:47 UTC

    Status changed to closed

  • readonly
    @readonly 2015-02-01 17:47:36 UTC

    mentioned in commit 900086

  • readonly
    @readonly 2015-04-15 11:31:31 UTC

    mentioned in commit 900086e2

  • Please register or login to post a comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
None
Due date
No due date
1
Labels
Remove content
Assign labels
  • View labels
2
2 participants
Reference: data-posccaesar-org/rdl#3