@prefix this: <https://w3id.org/np/RAcpvoo3QBubkAReE8QDgXYJbi_bDbyajd5uhwFtD6Czs> .
@prefix sub: <https://w3id.org/np/RAcpvoo3QBubkAReE8QDgXYJbi_bDbyajd5uhwFtD6Czs#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@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:ReviewCommentRepresentation a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "fine-grained representation of review comment" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q109642276> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A class that contains the representation of review comments, fine-grained pieces of reviews that can be represented in a structured manner using the Linkflows model" ;
    <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://www.wikidata.org/entity/Q215028> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-7114-6459 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q109642276> nt:hasLabelFromApi "knowledge representation - set of tools used to represent and organize human knowledge in order to use or share it" .
  <http://www.wikidata.org/entity/Q215028> nt:hasLabelFromApi "peer review - evaluation of work by one or more people of similar competence to the producers of the work" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDE0VDkTZXdIN+xq593BQ7BQyas9LGa07QZxiEbWf44WsBMV8guU8YrMh6BxdQJ2NW88ILEFlxpLbkPyE0dIrfCgoLZ/OW3WhL4KgIec1cSOvHY5I4dYq4kuoQ/BTa4SNh6IwO+sK5DTXzmOXlRcFiLqmAjHM4QTUr7FWXEqB7oKQIDAQAB" ;
    npx:hasSignature "Sn11id4Br5TEy6PPUZb4N85FDTPlaPJCmb+bgl4cYX8xyEDl0xZkeneh9bAx0w1pEuREwavbC8VvL3I0QNVJfU+X86ITi3aPjypigB19SX3j3GydekRJ4cao532dsa3582h3Say29mQ/JtkcSbzmdt9i5cUDt6fp1phw96b8xXU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-25T17:18:52.734Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-7114-6459 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:ReviewCommentRepresentation ;
    rdfs:label "Class: fine-grained representation of review comment" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAzUgUie-tPiAorDNlH8h7vR3lP4WNBhT40nsWrRfa1NY> .
}