@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/fair/maturity_indicator/np/Gen2/Gen2_MI_I3/RAy3xxneMqjds5QMmfqq_RhXylooJaRfLzfIFdxtf_ip0> .
@prefix sub: <https://w3id.org/fair/maturity_indicator/np/Gen2/Gen2_MI_I3/RAy3xxneMqjds5QMmfqq_RhXylooJaRfLzfIFdxtf_ip0#> .
@prefix fairmi: <https://w3id.org/fair/maturity_indicator/terms/Gen2/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix orcid: <https://orcid.org/> .
@prefix void: <http://rdfs.org/ns/void#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  fairmi:Gen2_MI_I3 a fairmi:FAIR-Maturity-Indicator ;
    rdfs:label "FAIR Maturity Indicator Gen2-MI-I3" ;
    foaf:primaryTopic fair:I3 ;
    fairmi:comments "" ;
    fairmi:examples "" ;
    fairmi:measuring "Does the linked data metadata contain links that are not from the same source (domain/host)" ;
    fairmi:procedure """The URI-representation of the priovided GUID is examined for its domain name.
Any Linked Data that can be found after resolution of the GUID is parsed
to determine the hostname of the object-resources.  A count is made of the number of objects
that have a different domain from that of the originating host.  This Maturity Indicator could be made quantitative
if a test wanted to be very strict.""" ;
    fairmi:rationale "Data silos thwart interoperability. Thus, we should reasonably expect that some of the references/relations point outwards to other resources, owned by third-parties; this is one of the requirements for 5 star linked data." ;
    fairmi:relevance "All" ;
    fairmi:requirements "The Metadata GUID." ;
    fairmi:validation "Discovery of third-party URIs as objets of triples" .
}
sub:provenance {
  sub:_1 dce:format "text/markdown" ;
    a void:Dataset , dcat:Distribution ;
    dcat:downloadURL fairmi:Gen2_MI_I3.md .
  sub:assertion pav:authoredBy orcid:0000-0001-5306-5690 , orcid:0000-0001-6960-357X , orcid:0000-0001-8888-635X , orcid:0000-0002-1164-1351 , orcid:0000-0003-4727-9435 ;
    dcat:distribution sub:_1 .
}
sub:pubinfo {
  orcid:0000-0001-6960-357X foaf:name "Mark Wilkinson" .
  this: dcterms:created "2019-02-26"^^xsd:dateTime ;
    dcterms:rights <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dcterms:rightsHolder <http://fairmetrics.org> ;
    pav:authoredBy orcid:0000-0001-6960-357X ;
    pav:createdBy orcid:0000-0002-1267-0234 .
}