@prefix this: <
https://w3id.org/np/RACeECuaMVryooS7cyk8Sz0ZPkbE0lVoyZiFfv6YhIr20
> .
@prefix sub: <
https://w3id.org/np/RACeECuaMVryooS7cyk8Sz0ZPkbE0lVoyZiFfv6YhIr20#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix dct: <
http://purl.org/dc/terms/
> .
@prefix rdf: <
http://www.w3.org/1999/02/22-rdf-syntax-ns#
> .
@prefix nt: <
https://w3id.org/np/o/ntemplate/
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix ns1: <
http://purl.org/np/
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
@prefix foaf: <
http://xmlns.com/foaf/0.1/
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
dct:hasPart
rdfs:label
"has as part" .
rdf:type
rdfs:label
"is a" .
rdfs:label
rdfs:label
"has the label" .
<
https://w3id.org/fdof/ontology#FAIRDigitalObject
>
rdfs:label
"FAIR Digital Object (FDO)" .
<
https://w3id.org/fdof/ontology#hasInformationObjectType
>
rdfs:label
"has the type of" .
<
https://w3id.org/fdof/ontology#hasMetadata
>
rdfs:label
"has its metadata in" .
<
https://w3id.org/fdof/types#Article
>
rdfs:label
"Article" .
<
https://w3id.org/fdof/types#Dataset
>
rdfs:label
"Dataset" .
<
https://w3id.org/fdof/types#Ontology
>
rdfs:label
"Ontology" .
<
https://w3id.org/fdof/types#Photograph
>
rdfs:label
"Photograph" .
sub:assertion
a
nt:AssertionTemplate
;
rdfs:label
"Declaring a FAIR Digital Object" ;
nt:hasNanopubLabelPattern
"FAIR Digital Object: ${label}" ;
nt:hasStatement
sub:st0
,
sub:st1
,
sub:st3
,
sub:st4
,
sub:st9
;
nt:hasTag
"FDO" .
sub:contained-fdo
a
nt:GuidedChoicePlaceholder
;
rdfs:label
"identifier of contained FDO" ;
nt:possibleValuesFromApi
"http://purl.org/nanopub/api/find_signed_things?type=https%3A%2F%2Fw3id.org%2Ffdof%2Fontology%23FAIRDigitalObject&searchterm=" .
sub:fdo
a
nt:IntroducedResource
,
nt:LocalResource
,
nt:UriPlaceholder
;
rdfs:label
"short ID suffix for this FDO" .
sub:label
a
nt:LiteralPlaceholder
;
rdfs:label
"label or name for this FDO" .
sub:st0
rdf:object
<
https://w3id.org/fdof/ontology#FAIRDigitalObject
> ;
rdf:predicate
rdf:type
;
rdf:subject
sub:fdo
.
sub:st1
rdf:object
sub:label
;
rdf:predicate
rdfs:label
;
rdf:subject
sub:fdo
.
sub:st3
rdf:object
sub:type
;
rdf:predicate
<
https://w3id.org/fdof/ontology#hasInformationObjectType
> ;
rdf:subject
sub:fdo
.
sub:st4
rdf:object
sub:contained-fdo
;
rdf:predicate
dct:hasPart
;
rdf:subject
sub:fdo
;
a
nt:RepeatableStatement
.
sub:st9
rdf:object
nt:NANOPUB
;
rdf:predicate
<
https://w3id.org/fdof/ontology#hasMetadata
> ;
rdf:subject
sub:fdo
.
sub:type
a
nt:GuidedChoicePlaceholder
;
rdfs:label
"FDO Type URI" ;
nt:possibleValue
<
https://w3id.org/fdof/types#Article
> , <
https://w3id.org/fdof/types#Dataset
> , <
https://w3id.org/fdof/types#Ontology
> , <
https://w3id.org/fdof/types#Photograph
> ;
nt:possibleValuesFromApi
"https://w3id.org/np/l/nanopub-query-1.1/repo/type/f90cda43071e5afd9dbbd07452380c057c26010dd4e1105cdc108f35fc7280c0?query=prefix%20rdfs%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%0Aprefix%20np%3A%20%3Chttp%3A%2F%2Fwww.nanopub.org%2Fnschema%23%3E%0Aprefix%20npa%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fnanopub%2Fadmin%2F%3E%0Aprefix%20npx%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fnanopub%2Fx%2F%3E%0A%0Aselect%20%3Fthing%20%3Flabel%20where%20%7B%0A%20%20graph%20npa%3Agraph%20%7B%0A%20%20%20%20%3Fnp%20npa%3AhasValidSignatureForPublicKey%20%3Fpubkey%20.%0A%20%20%20%20filter%20not%20exists%20%7B%20%3Fnpx%20npx%3Ainvalidates%20%3Fnp%20%3B%20npa%3AhasValidSignatureForPublicKey%20%3Fpubkey%20.%20%7D%0A%20%20%20%20%3Fnp%20npx%3Aintroduces%20%3Fthing%20.%0A%20%20%20%20%3Fnp%20np%3AhasAssertion%20%3Fa%20.%0A%20%20%7D%0A%20%20graph%20%3Fa%20%7B%0A%20%20%20%20%3Fthing%20rdfs%3Alabel%20%3Flabel%20.%0A%20%20%20%20filter%28contains%28lcase%28str%28%3Flabel%29%29%2C%20lcase%28%22 %22%29%29%29%0A%20%20%7D%0A%7D%0Alimit%2010" .
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
orcid:0000-0002-1267-0234
.
}
sub:pubinfo
{
orcid:0000-0002-1267-0234
foaf:name
"Tobias Kuhn" .
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" ;
npx:hasSignature
"UuKm2pwVoDpJ7i4TsIbXdS1vEexHzEdeFTImaT4Xk1Wvy5gObCxz8HFzg56YXgzAqNpvVg51FL915rVuumLixE3YL7TVx17keiOP/o/SE6rbfycUjyaVF/Hak2kLAkhny7rQHlCN3YudvPIWjPjad7HQBU7zqZbM7zhvwdYq4yQ=" ;
npx:hasSignatureTarget
this:
;
npx:signedBy
orcid:0000-0002-1267-0234
.
this:
dct:created
"2024-09-23T12:21:30.346Z"^^
xsd:dateTime
;
dct:creator
orcid:0000-0002-1267-0234
;
dct:license
<
https://creativecommons.org/licenses/by/4.0/
> ;
npx:wasCreatedAt
<
https://nanodash.knowledgepixels.com/
> ;
rdfs:label
"Template: Declaring a FAIR Digital Object" ;
nt:wasCreatedFromProvenanceTemplate
ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM
;
nt:wasCreatedFromPubinfoTemplate
ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM
,
ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90
;
nt:wasCreatedFromTemplate
<
https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I
> .
}