Nanopublication

< Home

ID

https://w3id.org/np/RAyvzVOxxGvWZn2SS5Z7r2ylZLCMz8467OVo2nqRyiR0Q

Formats

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

Content

@prefix this: <https://w3id.org/np/RAyvzVOxxGvWZn2SS5Z7r2ylZLCMz8467OVo2nqRyiR0Q> .
@prefix sub: <https://w3id.org/np/RAyvzVOxxGvWZn2SS5Z7r2ylZLCMz8467OVo2nqRyiR0Q#> .
@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:LAS a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language;
    rdfs:comment "The LAS file format is a public file format for the interchange of 3-dimensional point cloud data data between data users. Although developed primarily for exchange of lidar point cloud data, this format supports the exchange of any 3-dimensional x,y,z tuplet. This binary file format is an alternative to proprietary systems or a generic ASCII file interchange system used by many companies. The LAS file format is a binary file format that maintains information specific to the lidar nature of the data while not being overly complex.";
    rdfs:label "LASer (LAS) File Format | .las";
    fip:has-description-source <https://www.asprs.org/divisions-committees/lidar-division/laser-las-file-format-exchange-activities> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-8211-7784 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "WG6qBObmZMLxpTjJI1dBuvbewJyhK4JDtn7F5fCxGNECmMcmL72DVmnvS8WMtPvNjYbi4qw6DbexXs9HklUTeMJ3SKZPbH9UkcCgwgGSinZOleKnbfxniokNl3ihs3Iig4hgC0q7yzMhB9s2K+IKJ0iL615G8tJW/Q2doZCl7PY=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-04-16T10:12:06Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:LAS;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/2790eff5-a9f9-456c-a6f4-6ed78257d8aa> .
}