@prefix this: <http://purl.org/np/RAMrZ9OM8QJpE8W5d1OwHoNuUAOkD5jiwKAwd_m5eDqeo> .
@prefix sub: <http://purl.org/np/RAMrZ9OM8QJpE8W5d1OwHoNuUAOkD5jiwKAwd_m5eDqeo#> .
@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:MCAL-NL dct:isPartOf <http://purl.org/np/RA1St3Ux-NgbOaSeSJLh2-CRYUv07HeEGBPwjOoi_gWeE#ODISSEI> ;
    a fip:FAIR-Implementation-Community ;
    rdfs:comment "Community of Media Content Analysis scholars in the Netherlands" ;
    rdfs:label "MCAL scholars - Media Content Analysis Lab scholars in the Netherlands" ;
    rdfs:seeAlso <https://odissei-data.nl/en/media-content-analysis-lab/> ;
    fip:has-research-domain <http://www.fairsharing.org/ontology/subject/SRAO_0000054> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6978-5278 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "JaAWAOPcvKcNfMRdCI22CUGTSC3Uvq50ffCjhxZbCELvesmaCFJYiRNIV7VbuLPeVqI96wvtP4gpyPBKXUXUQE5OGjN2xI5P++8CEzNUojoYP0rYGeK/mXQOwgvtS9P2KhuL9rtG3NaJ4f/9HPdZEx4KVzu4Zpfh4Kp37IpScmY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-07-04T11:05:34Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:MCAL-NL ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/dc1e0904-4b1f-43f2-a557-3e8e85b8c370> .
}