@prefix this: . @prefix sub: . @prefix xsd: . @prefix dct: . @prefix pav: . @prefix prov: . @prefix np: . @prefix rdfs: . @prefix dc: . @prefix marcrel: . @prefix gen: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { gen:isLocatedAt ; dc:description """allows data owners to choose the access level (open, registered or controlled) to publish their genomics data and define which type of data may be provided to each type of data requestors"""; marcrel:OWN "GA4GH and ELIXIR"; rdfs:label "Beacon network"@en . } sub:provenance { sub:assertion prov:hadPrimarySource ; prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2020-02-07T18:05:11+01:00"^^xsd:dateTime; pav:createdBy . }