@prefix this: <https://w3id.org/np/RAnO8wB5zDgD9ngb6I8-X-UnRtsK1ga2fYrbrhlc_w5mA> .
@prefix sub: <https://w3id.org/np/RAnO8wB5zDgD9ngb6I8-X-UnRtsK1ga2fYrbrhlc_w5mA#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:KnowledgeGraph a fip:Digital-Object-Type ;
    rdfs:comment "A knowledge graph is a knowledge base that uses a graph-structured data model or topology to represent and operate on data. Knowledge graphs are often used to store interlinked descriptions of entities – objects, events, situations or abstract concepts – while also encoding the free-form semantics or relationships underlying these entities." ;
    rdfs:label "KnowledgeGraph | Knowledge Graph" ;
    rdfs:seeAlso <https://doi.org/10.1007/978-3-030-74296-6_26> , <https://www.esri.com/arcgis-blog/products/arcgis-enterprise/data-management/what-is-a-knowledge-graph/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-4250-4584 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Ik+TiW+zfy3I5NbLR/0PZN62jVmx6ARsU8RCm7XR4FuYIqLh12R9vnOe8PRNHK62IqeN69bT+0+AM7DatLBB8FmbtELCzriLaclHcle03aRfB4hOE6i7T9j314XqzY3hwi8gQf1TkUhdqaGFm+gHbV6hCt+bpi0LbOWsF4zro+Q=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-01-14T14:08:35Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:KnowledgeGraph ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/337a745a-da8d-4087-a8c7-36c3a1834b1e> .
}