Nanopublication

< Home

ID

https://w3id.org/np/RAlu-Ntav58Hldoi9WEiGFOttyHfkB3-hJx6Cj4AgY_u4

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAlu-Ntav58Hldoi9WEiGFOttyHfkB3-hJx6Cj4AgY_u4> .
@prefix sub: <https://w3id.org/np/RAlu-Ntav58Hldoi9WEiGFOttyHfkB3-hJx6Cj4AgY_u4#> .
@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:MPEG-4 a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Registry;
    rdfs:comment "MPEG-4 (Moving Picture Experts Group - 4) is a standard for compressing and encoding audio-visual digital data. Developed by ISO/IEC, it enables efficient storage and streaming of multimedia content such as video, audio, subtitles, and interactive graphics. MPEG-4 is widely used in formats like .mp4 and is compatible with web, broadcast, and mobile applications.";
    rdfs:label "MPEG-4 | Moving Picture Experts Group-4" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0384-5490 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "NFmGoXQcSoKcQlDV6DFDTfgA2QaNsBpHoIaV6+M2qLr79etL0c/Arybhv5xLJtnmrNj3k2EtXhCQqs0ZzURpP2xiFxvNh6osuFoMcwVANz4x7x9SWQMLdysM4dZcRo4R3nG4tGSEHj/br/WK44PTI1y8/9AtBnms5LLtZB2q87g=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-07-08T12:18:04Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:MPEG-4;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/8d3fb83f-2cfc-41e1-9e06-041946f7dd26> .
}