@prefix this: <
https://w3id.org/np/RA6kRKjQgXsNC5GARY26xtw8ELqLvV5DKXbEVanQQFZ-c
> .
@prefix sub: <
https://w3id.org/np/RA6kRKjQgXsNC5GARY26xtw8ELqLvV5DKXbEVanQQFZ-c#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix dct: <
http://purl.org/dc/terms/
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix orcid: <
https://orcid.org/
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix fip: <
https://w3id.org/fair/fip/terms/
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
sub:DataModel
a
fip:Digital-Object-Type
;
rdfs:comment
"A data model is an abstract model that organises elements of data and standardises how they relate to one another and to the properties of real world entities" ;
rdfs:label
"Data model" .
}
sub:provenance
{
sub:assertion
dct:creator
orcid:0000-0002-1560-809X
.
}
sub:pubinfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
npx:hasSignature
"N8+WYC14Dn90TE0auMNpm6be5uaGXJUfrwTlIEmj4C7J0dJwjfD/F4v8QWIbQvc5wbQ9vPZ7/wrXql6VILIavaV5dZIb1lRBdpHXM9ya9EEX3fOm5HO9vj2oVE4cLkA3EhUVy+8KYLUMtMNmriFHejelfQsU1rBfNTx7xODleU0=" ;
npx:hasSignatureTarget
this:
.
this:
dct:created
"2025-02-20T09:44:45Z"^^
xsd:dateTime
;
dct:creator
<
https://fip-wizard.ds-wizard.org/wizard
> ;
dct:license
<
https://creativecommons.org/publicdomain/zero/1.0/
> ;
npx:introduces
sub:DataModel
;
prov:wasDerivedFrom
<
https://w3id.org/fip/wizard/7a71167c-9bd3-492a-8743-e0307256121c
> .
}