@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix sub: <https://w3id.org/np/RAaBpL4m3e4-GduVaA6M0PGR92lqrrcQMBEqf4Fr7bW2s/> .
@prefix this: <https://w3id.org/np/RAaBpL4m3e4-GduVaA6M0PGR92lqrrcQMBEqf4Fr7bW2s> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://pypi.org/project/yaml-ld/> dcterms:subject "JSON-LD" , "Linked Data" , "Python" , "Semantic Web" , "YAML-LD" ;
    a schema:SoftwareApplication ;
    rdfs:comment "yaml-ld is a Python package that provides functionality for working with YAML-LD documents, which are YAML representations of JSON-LD data. It serves as a convenient wrapper around the digitalbazaar/pyld library, enabling developers to work with Linked Data in YAML format while maintaining compatibility with the JSON-LD specification." ;
    rdfs:label "yaml-ld" ;
    schema:applicationCategory schema:Tool ;
    schema:applicationSubCategory "Command-line tool" ;
    schema:author orcid:0009-0001-8740-4213 ;
    schema:codeRepository <https://github.com/iolanta-tech/python-yaml-ld> ;
    schema:description "A Python implementation for handling YAML-LD documents, serving as a wrapper on top of digitalbazaar/pyld library for JSON-LD processing." ;
    schema:downloadUrl <https://pypi.org/project/yaml-ld/> ;
    schema:featureList "JSON-LD compaction functionality" , "JSON-LD expansion functionality" , "JSON-LD flattening functionality" , "JSON-LD framing functionality" , "RDF serialization and deserialization" , "Wrapper around digitalbazaar/pyld library" , "YAML-LD document parsing and transformation" ;
    schema:issueTracker <https://github.com/iolanta-tech/python-yaml-ld/issues> ;
    schema:license <https://opensource.org/licenses/MIT> ;
    schema:mainEntity sub:_na79aac06c6b149738f2d37e13626a0d6b1 ;
    schema:name "yaml-ld" ;
    schema:operatingSystem "OS Independent" ;
    schema:programmingLanguage <https://www.wikidata.org/entity/Q28865> .
  sub:_na79aac06c6b149738f2d37e13626a0d6b1 a schema:Thing ;
    schema:description "Core functionality for processing YAML-LD documents and converting them to/from JSON-LD and RDF formats" ;
    schema:name "YAML-LD Processing" .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2025-09-16T11:26:28.057586"^^xsd:dateTime .
}
sub:pubinfo {
  this: prov:generatedAtTime "2025-09-16T11:26:28.057586"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0009-0001-8740-4213 .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA79G1aksiLFmT7Lco5+qLImUeO0Dfli7k1R76QYoVtuMV0w4fQdv9oLXGGpLZ7U25pH7j2UHKk2R/4LSwoZCeMvIdbSfLpxTOSjD9scUiJWjwPHLH7/e946ENlhi52GANdYMGa+FxEQGR9HiHIoYn99AYUcYqkJ7qeOgXMJdkL6vZACdzeepAGajgC/jiscJuxmBtWCoqqi0GnG0AIXq14E9VgscSMLZ63i30mKDWwSZF1FFBLUHDSV+CLaFKBfjsGzVVU85jlYSWJ2E0FJ+w0cRnNB3B2bmPI7miy7okzQIqagEHop4bbaPmbgG5uMX2lMgb6RX0oU5hqU4B8FwHUwIDAQAB" ;
    npx:hasSignature "NEpNyunQr7plyKblQvhE/FOGhpYFMr30ey4Fu69gsymkw6pKS9G94lPAQZhHoiAX+lQKnIpYfAUXq6ozkoBssHskbLJ9SQDZL/Ky4veQmPI6RMfg74Ki5A179PX/9DslKiGnZ+sVnzGHgUBrYErYAxze9iRzGt0d+N8okfKsBo5FQqM0vHJVXaDpq8Ng06NjWqdrCFy/Gv/yMCRFFpbD1pozkpPvc+KnQM4z5tIsOqHdHt1EeZd+c60SRCssIvsu0hGV2kzvF9waT0GQkZViLq50JOhc6iD9xKflL4tv5I0Lqy6gV32oCOJHMT5vAym1f4n3i5KSp1oxQo0nzakRHQ==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0001-8740-4213 .
}