@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <https://osf.io/vocab/2022/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://osf.io/vx4n7> a ns1:Project ;
    dcterms:created "2019-07-02"^^rdf:string ;
    dcterms:creator <https://osf.io/gmcjr> ;
    dcterms:identifier "https://doi.org/10.17605/OSF.IO/VX4N7"^^rdf:string,
        "https://osf.io/vx4n7"^^rdf:string ;
    dcterms:modified "2019-07-02"^^rdf:string ;
    dcterms:publisher <https://osf.io> ;
    dcterms:title "Effect of Nano Calcium Oxide Intra Canal Medicaments on the Sealing Integrity of Root Canal Treated Teeth"^^rdf:string ;
    owl:sameAs <https://doi.org/10.17605/OSF.IO/VX4N7> ;
    dcat:accessService <https://osf.io> ;
    prov:qualifiedAttribution [ dcat:hadRole ns1:admin-contributor ;
            prov:agent <https://osf.io/gmcjr> ;
            ns1:order 0 ] ;
    foaf:isPrimaryTopicOf <https://share.osf.io/trove/index-card/84593958-4fdd-4787-a903-54ba0c9fa6a1> ;
    ns1:hostingInstitution <https://cos.io/> ;
    ns1:storageByteCount 0 ;
    ns1:storageRegion <https://api.osf.io/v2/regions/us/> .

<https://api.osf.io/v2/regions/us/> skos:prefLabel "United States"@en .

<https://cos.io/> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://cos.io/"^^rdf:string,
        "https://ror.org/05d5mza29"^^rdf:string ;
    owl:sameAs <https://ror.org/05d5mza29> ;
    foaf:name "Center for Open Science"^^rdf:string .

<https://osf.io> a dcterms:Agent,
        foaf:Organization ;
    dcterms:identifier "https://osf.io"^^rdf:string ;
    foaf:name "OSF"^^rdf:string .

<https://osf.io/gmcjr> a dcterms:Agent,
        foaf:Person ;
    dcterms:identifier "https://orcid.org/0000-0002-3104-0078"^^rdf:string,
        "https://osf.io/gmcjr"^^rdf:string ;
    owl:sameAs <https://orcid.org/0000-0002-3104-0078> ;
    foaf:familyName "Taqa"^^rdf:string ;
    foaf:givenName "Amer"^^rdf:string ;
    foaf:name "Amer A. Taqa"^^rdf:string .