@prefix pmlj: <http://inference-web.org/2.0/pml-justification.owl#> .
@prefix ov: <http://open.vocab.org/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix coin: <http://purl.org/court/def/2009/coin#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix d2rq: <http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix w3test: <http://www.w3.org/2006/03/test-description#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix cdm: <http://purl.org/twc/ontology/cdm.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix conv: <http://purl.org/twc/vocab/conversion/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix pmlp: <http://inference-web.org/2.0/pml-provenance.owl#> .

<http://purl.org/twc/ontology/cdm.owl#> a owl:Ontology ;
	dct:creator <http://tw.rpi.edu/instances/TimLebo> ;
	dct:date "2011-09-23" ;
	dct:description "" ;
	dct:title "Conceptual Depth and Momentum" ;
	vann:preferredNamespacePrefix "cdm" ;
	vann:preferredNamespaceUri "http://purl.org/twc/ontology/cdm.owl#" ;
	rdfs:comment "" ;
	rdfs:seeAlso <http://prefix.cc/cdm> , <https://github.com/timrdf/csv2rdf4lod-automation/wiki> .

<http://purl.org/twc/ontology/conceptual_depth> a owl:DatatypeProperty ;
	rdfs:comment "A measure of how universal/accepted/popular a URI is." ;
	rdfs:label "Conceptual Depth" ;
	rdfs:range xsd:decimal ;
	rdfs:seeAlso conv:conceptual_depth .

<http://purl.org/twc/ontology/uri_length> a owl:DatatypeProperty ;
	rdfs:comment "A naive measure of conceptual depth: the length of the URI." ;
	rdfs:label "URI Length" ;
	rdfs:subPropertyOf <http://purl.org/twc/ontology/conceptual_depth> .
