@prefix dcterms: . @prefix this: . @prefix sub: . @prefix latest: . @prefix icc: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . @prefix pav: . @prefix np: . @prefix orcid: . @prefix skos: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { icc:related-challenge a rdf:Property; rdfs:domain icc:Choice; rdfs:isDefinedBy latest:; rdfs:label "related challenge"@en; rdfs:range icc:Challenge; skos:definition "Connects a Choice to a Challenge that some communities might face before they can make the given kind of choice"@en . } sub:provenance { sub:assertion pav:authoredBy icc:FAIR-Principles-Explained-Working-Group . } sub:pubinfo { this: dcterms:created "2019-07-26T13:27:47.420+02:00"^^xsd:dateTime; dcterms:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-4818-2360; dcterms:license . }