Nanopublication

< Home

ID

https://w3id.org/np/RA1XPyVHPAqlHzeY8AQ8f43yIKQfMzAiZLsywHNa1mrD0

Formats

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

Content

@prefix this: <https://w3id.org/np/RA1XPyVHPAqlHzeY8AQ8f43yIKQfMzAiZLsywHNa1mrD0> .
@prefix sub: <https://w3id.org/np/RA1XPyVHPAqlHzeY8AQ8f43yIKQfMzAiZLsywHNa1mrD0#> .
@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:NTRIP a fip:Available-FAIR-Supporting-Resource, fip:Communication-protocol, fip:FAIR-Enabling-Resource;
    <http://schema.org/url> <https://igs.bkg.bund.de/ntrip/about>;
    rdfs:comment "Ntrip stands for an application-level protocol for streaming Global Navigation Satellite System (GNSS) data over the Internet. It is a generic, stateless protocol based on the Hypertext Transfer Protocol HTTP/1.1. The HTTP objects are enhanced to GNSS data streams. Ntrip is an RTCM standard designed for disseminating differential correction data (e.g in the RTCM-104 format) or other kinds of GNSS streaming data to stationary or mobile users over the Internet, allowing simultaneous PC, Laptop, PDA, or receiver connections to a broadcasting host. It supports wireless Internet access through Mobile IP Networks like GSM, GPRS, EDGE, or UMTS.";
    rdfs:label "NTRIP | Networked Transport of RTCM via Internet Protocol";
    rdfs:seeAlso <https://igs.bkg.bund.de/root_ftp/NTRIP/documentation/NtripPaper.pdf>;
    fip:has-description-source <https://igs.bkg.bund.de/ntrip/about> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-9115-0439 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "fU+lHsnQoRKKYIWy/rnjv3OlJ8XohezjKOlhbzI1zDsy5tb8XnpQbuERUkVa3uVXf6w5pTFcFeBqf/mkP+zNfJypq3/d+S52zM7B7nPwVggA2fLDk53b8yrsc3pTlOyYLAZ0l4Ulmud9Vv2323o3hvycvrSqWwuG7Uw0tPTZKdI=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-04-14T15:19:00Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:NTRIP;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/58d2fa50-4767-4b0a-aeea-5ba679a1e8c8> .
}