Nanopublication

< Home

ID

https://w3id.org/np/RA3mSa0m6CRlFoghfddhrXD1Bo7kbho_iIeWEb65n2Dfk

Formats

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

Content

@prefix this: <https://w3id.org/np/RA3mSa0m6CRlFoghfddhrXD1Bo7kbho_iIeWEb65n2Dfk> .
@prefix sub: <https://w3id.org/np/RA3mSa0m6CRlFoghfddhrXD1Bo7kbho_iIeWEb65n2Dfk/> .
@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#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:BPlan a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-FAIR-Supporting-Resource,
      fip:FAIR-Representation-Service, fip:FAIR-Supporting-Resource;
    obo:RO_0002233 <http://purl.org/dc/dcmitype/Text>, <http://semanticscience.org/resource/SIO_000081>;
    obo:RO_0002234 <http://purl.org/np/RAcNC9zQOEc9RPXD07R91aMNSlYmJR9G4kRT_Pm4FpzkE#CSV>,
      <https://w3id.org/np/RApsobzjNRwB2lnGEBpEhyXUDwNFAW4BWRz2WMDMc3ZJY#shapefile>;
    <http://schema.org/url> <https://berd-platform.de/records/88xd7-k1885>;
    rdfs:comment "This workflow takes as input a set of binding land-use plan metadata and applies text mining / pattern recognition tools (within Galaxy) to scan for a predefined list of sustainability‐related keywords (e.g. GFZ, GRZ, BauNVO, etc). When a keyword is found, the workflow attempts to capture an associated value (numeric, percentage, descriptor) if present in proximity to the keyword. The resulting structured table allows downstream analysis of how many building plans contain each metric keyword, what the reported values are, and comparisons across plans/projects. This enables automation of otherwise manual review of building plan sustainability metrics, facilitating large‐scale benchmarking, reporting, or auditing. ";
    rdfs:label "BPlan | BPlan Extractor";
    rdfs:seeAlso <https://greendia.de/b-plan-project/>;
    fip:has-description-source <https://usegalaxy.eu/published/workflow?id=e63d2d473de1da8f>;
    fip:in-scope-of <http://data.loterre.fr/ark:/67375/BLH-GNL4P593-J> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0456-4228 .
}

sub:pubinfo {
  this: dct:created "2026-05-21T08:29:28Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:BPlan;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/1f5bbb75-8045-46e3-a9a3-b2135de48ddd> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "j2FH1Fo5eMd6Pu0e9TD6FIPalGWSOKVhJ1TzobypcoKawdbsvFrTGc+5HKFpucpAaT9h+II1W25sv39n7Yk8KmUqcrMaHHEU8b7192CVU3IXHJ5g7iOxhCcXrkQ3zTPS02ROWaCB3qd3XQAQHGWEU+9nNVGpo07Q7F6ey4Z/gNE=";
    npx:hasSignatureTarget this: .
}