@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix this: <
https://w3id.org/fair/fip/np/declares-planned-replacement-of/RAycMXvXJqbp2V-0vANxo2OJlyEu0SpS0tVA9kzsXVzxQ
> .
@prefix sub: <
https://w3id.org/fair/fip/np/declares-planned-replacement-of/RAycMXvXJqbp2V-0vANxo2OJlyEu0SpS0tVA9kzsXVzxQ#
> .
@prefix latest: <
https://w3id.org/fair/fip/latest/declares-planned-replacement-of
> .
@prefix fip: <
https://w3id.org/fair/fip/terms/
> .
@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 np: <
http://www.nanopub.org/nschema#
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix skos: <
http://www.w3.org/2004/02/skos/core#
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
fip:declares-planned-replacement-of
a
rdf:Property
;
rdfs:domain
fip:FIP-Declaration
;
rdfs:isDefinedBy
latest:
;
rdfs:label
"declares planned replacement of"@en ;
rdfs:range
fip:FAIR-Enabling-Resource
;
skos:definition
"Connects a FIP declaration to the resource that the community thereby declares to plan to replace in the future. The same declaration should also state a resource that the community declares to plan to use instead (with fip:declares-planned-use-of)."@en .
}
sub:provenance
{
sub:assertion
dcterms:creator
orcid:0000-0001-8888-635X
,
orcid:0000-0002-1267-0234
,
orcid:0000-0003-2195-3997
.
}
sub:pubinfo
{
this:
dcterms:created
"2021-12-14T13:20:34.251+01:00"^^
xsd:dateTime
;
dcterms:creator
orcid:0000-0001-8888-635X
,
orcid:0000-0002-1267-0234
,
orcid:0000-0003-2195-3997
;
dcterms:license
<
https://creativecommons.org/publicdomain/zero/1.0/
> .
}