Created
January 28, 2016 18:32
-
-
Save jcoyne/551f968d8731a5b89e5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP PATCH (16.78ms) http://localhost:8983/fedora/rest/test/cv/43/nw/81/cv43nw81s | |
``` | |
DELETE { <> <http://purl.org/dc/terms/created> ?change . } | |
WHERE { <> <http://purl.org/dc/terms/created> ?change . } ; | |
DELETE { <#timespan_g70254963944300> <http://www.europeana.eu/schemas/edm/begin> ?change . } | |
WHERE { <#timespan_g70254963944300> <http://www.europeana.eu/schemas/edm/begin> ?change . } ; | |
DELETE { <#timespan_g70254963944300> <http://www.cidoc-crm.org/cidoc-crm/P79_beginning_is_qualified_by> ?change . } | |
WHERE { <#timespan_g70254963944300> <http://www.cidoc-crm.org/cidoc-crm/P79_beginning_is_qualified_by> ?change . } ; | |
DELETE { <#timespan_g70254963944300> <http://www.europeana.eu/schemas/edm/end> ?change . } | |
WHERE { <#timespan_g70254963944300> <http://www.europeana.eu/schemas/edm/end> ?change . } ; | |
DELETE { <#timespan_g70254963944300> <http://www.cidoc-crm.org/cidoc-crm/P80_end_is_qualified_by> ?change . } | |
WHERE { <#timespan_g70254963944300> <http://www.cidoc-crm.org/cidoc-crm/P80_end_is_qualified_by> ?change . } ; | |
DELETE { <#timespan_g70254963944300> <http://www.w3.org/2004/02/skos/core#prefLabel> ?change . } | |
WHERE { <#timespan_g70254963944300> <http://www.w3.org/2004/02/skos/core#prefLabel> ?change . } ; | |
DELETE { <#timespan_g70254963944300> <http://www.w3.org/2004/02/skos/core#note> ?change . } | |
WHERE { <#timespan_g70254963944300> <http://www.w3.org/2004/02/skos/core#note> ?change . } ; | |
INSERT { | |
<#timespan_g70254963944300> <http://www.europeana.eu/schemas/edm/begin> "2014" . | |
<#timespan_g70254963944300> <http://www.cidoc-crm.org/cidoc-crm/P79_beginning_is_qualified_by> "" . | |
<#timespan_g70254963944300> <http://www.europeana.eu/schemas/edm/end> "" . | |
<#timespan_g70254963944300> <http://www.cidoc-crm.org/cidoc-crm/P80_end_is_qualified_by> "" . | |
<#timespan_g70254963944300> <http://www.w3.org/2004/02/skos/core#prefLabel> "" . | |
<#timespan_g70254963944300> <http://www.w3.org/2004/02/skos/core#note> "" . | |
<> <http://purl.org/dc/terms/created> <#timespan_g70254963944300> . | |
} | |
WHERE { } | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment