@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix uriv: <https://w3id.org/uri4uri/vocab#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://w3id.org/uri4uri/part/#> rdfs:isDefinedBy <https://w3id.org/uri4uri/part/> ;
                                  rdf:type skos:Concept ,
                                           owl:Thing ,
                                           owl:NamedIndividual ,
                                           uriv:URIPart ;
                                  rdfs:label ""^^<http://www.w3.org/2001/XMLSchema#string> ;
                                  skos:notation ""^^<https://w3id.org/uri4uri/vocab#URIPartDatatype> ,
                                                ""^^<https://w3id.org/uri4uri/vocab#URIPartDatatype-Decoded> .

<https://w3id.org/uri4uri/part/> rdf:type owl:Ontology ;
                                 vann:preferredNamespaceUri "https://w3id.org/uri4uri/part/"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
                                 vann:preferredNamespacePrefix "uripart"^^<http://www.w3.org/2001/XMLSchema#string> .

<https://uri4uri.is4.site/part.ttl/> rdf:type foaf:Document ;
                                     dcterms:title "part" ;
                                     foaf:primaryTopic <https://w3id.org/uri4uri/part/> .