@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .

<https://w3id.org/spaces/knowledgepixels/incubator/project2> a <https://w3id.org/kpxl/gen/terms/Project>,
    <https://w3id.org/kpxl/gen/terms/Space>;
  dct:description "This project uses nanopublications to enhance the sharing of scientific information in a machine-readable fashion and around the research cycle. It tackles practical needs like formally acknowledging contributors, pointing out issues such as broken identifiers, and documenting the state of dynamically changing resources.";
  <http://schema.org/endDate> "2026-04-30T23:59:59.0Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
  <http://schema.org/startDate> "2025-08-01T00:00:00.0Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
  rdfs:label "nanopublication-Enhanced Open Science Communication (nEOSC)";
  owl:sameAs <https://github.com/Daniel-Mietchen/neosc>;
  <https://w3id.org/kpxl/gen/terms/hasAdmin> orcid:0000-0001-9488-1870, orcid:0000-0002-1267-0234 .
