Nanopublication

< Home

ID

https://w3id.org/np/RASSJ01s2tPPJfFVx__m9gHtY4ct1YSd1ntL3R1OaQfLI

Formats

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

Content

@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix ns1: <http://www.lexinfo.net/ontology/2.0/lexinfo#> .
@prefix ns2: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sub: <https://w3id.org/np/RASSJ01s2tPPJfFVx__m9gHtY4ct1YSd1ntL3R1OaQfLI/> .
@prefix this: <https://w3id.org/np/RASSJ01s2tPPJfFVx__m9gHtY4ct1YSd1ntL3R1OaQfLI> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

sub:assertion {
  <http://lexvo.org/id/term/hye/դու> a sub:EasternArmenianPersonalPronoun;
    ns1:number ns1:singular;
    ns1:person ns1:secondPerson;
    ns2:phoneticRep "du" .
  
  <http://lexvo.org/id/term/hye/դուք> a sub:EasternArmenianPersonalPronoun;
    ns1:number ns1:plural;
    ns1:person ns1:secondPerson;
    ns2:phoneticRep "dukʰ" .
  
  <http://lexvo.org/id/term/hye/ես> a sub:EasternArmenianPersonalPronoun;
    ns1:number ns1:singular;
    ns1:person ns1:firstPerson;
    ns2:phoneticRep "jɛs" .
  
  <http://lexvo.org/id/term/hye/մենք> a sub:EasternArmenianPersonalPronoun;
    ns1:number ns1:plural;
    ns1:person ns1:firstPerson;
    ns2:phoneticRep "mɛŋkʰ" .
  
  <http://lexvo.org/id/term/hye/նա> a sub:EasternArmenianPersonalPronoun;
    ns1:number ns1:singular;
    ns1:person ns1:thirdPerson;
    ns2:phoneticRep "na" .
  
  <http://lexvo.org/id/term/hye/նրանք> a sub:EasternArmenianPersonalPronoun;
    ns1:number ns1:plural;
    ns1:person ns1:thirdPerson;
    ns2:phoneticRep "nəˈɾɑŋkʰ" .
  
  ns1:Pronoun rdfs:label "Pronoun" .
  
  sub:EasternArmenianPersonalPronoun rdfs:label "Eastern Armenian Personal Pronoun";
    rdfs:subClassOf ns1:Pronoun .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2025-08-22T23:22:26.585431"^^xsd:dateTime .
}

sub:pubinfo {
  this: prov:generatedAtTime "2025-08-22T23:22:26.585431"^^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 "dEpucXLi+3cg0qV317iSraZ6sBuxFKgqFvEIUu1odcHz/Vj+YJRrQ/ZfMNRM5WCEqFHw1oNbV6w3oZJ0zsQ+kUpOsbWy4fhqIP85gGdfm3XerAv7v4+QQBxA1b6lhcLic33q7nwgky5ajNAF3Wi4R62qABzi6U7ENBq884Bg8AFjzyK/8Yfbf0JmLAqRw7WR+VlYZe/XyHJERYjBHKyhFgFqs2VN8SEpzBnPcwj99CIRjEIv+QAkK8VTcWuL7Gdi2yRYjbdsjPP6paFqD1R9JIoAEi9sMFtTruZ8aIr9clOi1VZEOZdr3eKeIiptRgD66R7NXaNSDXnPhQKCTv1UrQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0001-8740-4213 .
}