@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://admin.linkeddatahub.com/ontologies/namespace/>
        a       <https://www.w3.org/ns/ldt/document-hierarchy#Item> ;
        <http://purl.org/dc/terms/title>
                "Namespace" ;
        <http://rdfs.org/sioc/ns#has_container>
                <https://admin.linkeddatahub.com/ontologies/> ;
        <http://xmlns.com/foaf/0.1/primaryTopic>
                <https://linkeddatahub.com/ns#> .

<https://linkeddatahub.com/ns#>
        a                owl:Ontology ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "Namespace of the application" ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "Namespace" ;
        owl:imports      <https://w3id.org/atomgraph/linkeddatahub/default#> ;
        owl:versionInfo  "1.0-SNAPSHOT" ;
        <http://xmlns.com/foaf/0.1/isPrimaryTopicOf>
                <https://linkeddatahub.com/ns> .
