https://w3id.org/np/RAiHhbyavzEXGqv8XAfxhVT4tA5d9LfMnDwIRGK46CQIc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAiHhbyavzEXGqv8XAfxhVT4tA5d9LfMnDwIRGK46CQIc> .
@prefix sub: <https://w3id.org/np/RAiHhbyavzEXGqv8XAfxhVT4tA5d9LfMnDwIRGK46CQIc/> .
@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: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:DEGURBA a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
fip:Structured-vocabulary;
<http://schema.org/url> <https://dd.eionet.europa.eu/vocabulary/eurostat/deg_urb/rdf>;
rdfs:comment "Eurostat vocabulary of urbanisation levels";
rdfs:label "Degree of urbanisation";
fip:has-description-source <https://ec.europa.eu/eurostat/web/degree-of-urbanisation/information-data> .
}
sub:provenance {
sub:assertion dct:creator orcid:0000-0002-6514-0173 .
}
sub:pubinfo {
this: dct:created "2026-03-25T16:14:10Z"^^xsd:dateTime;
dct:creator <https://fip.fair-wizard.com/wizard>;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
npx:introduces sub:DEGURBA;
prov:wasDerivedFrom <https://w3id.org/fip/wizard/a6db594b-1555-4439-bfb1-d68f0ef031aa> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "P6Xu6NW/1eWX99rBw750oufQXoQppcG/q2xV/pw+IdFs0VIntowt+AaXAGb43DMNyOUKo2gQUTPJKb/um2NkjRIqQeAG0E37bnjj2sGO6QPfgfQHMrHBo9juZyBx26IM1jE0onRjgAGkug7zMwonF5bxo3x1USXlxbMroaETyKE=";
npx:hasSignatureTarget this: .
}