IRI:
http://purl.org/twc/vocab/conversion/
Date :
09/02/2011
Authors :
http://kasei.us/about/foaf.xrdf#greg
http://tw.rpi.edu/instances/TimLebo
Other visualisation :
Ontology source - WebVowl

Abstract

This ontology is used by the csv2rdf4lod project.

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Named Individuals
  5. Annotation Properties
  6. Namespace Declarations

Classes

A raw conversion process from CSV to RDFc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/RawConversionProcess

is defined by
http://purl.org/twc/vocab/conversion/
has super-classes
Superclass for different conversion processes.c
enhancement_identifierdp max 0

Abstract Datasetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/AbstractDataset

Dataset with source and dataset identifiers, but not version. Before any version is materialized (captured in time), and the union of all VersionedDatasets.
has super-classes
Datasetc
subsetop min 0 Versioned Datasetc
is disjoint with
Layer Datasetc, Versioned Datasetc

An enhancement of an RDF dataset that adds new RDF triplesc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/EnhancementProcess

is defined by
http://purl.org/twc/vocab/conversion/
has super-classes
Superclass for different conversion processes.c
enhanceop min 1
enhancement_identifierdp min 1
is in domain of
enhanceop

auxiliary datasetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/AuxiliaryDataset

has super-classes
Datasetc
has sub-classes
Meta Datasetc, SameAs Datasetc

Boolean promotion enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/BooleanPromotionEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Casts raw literal values into xsd:boolean datatyped values. The default recognized lexical representations are (case insensitive): 'yes', 'no', 'true', 'false', '0', and '1'. The conversion:boolean_true and conversion:boolean_false properties may be used to add additional lexical forms.
is equivalent to
rangeop value boolean
has super-classes
Literal datatype promotion enhancementc

boolean symbol interpretationc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/BooleanSymbolInterpretation

Any SymbolInterpretation that interprets to true or false is a BooleanSymbolInterpretation.
is equivalent to
(interpretation value false) or (interpretation value true)
has super-classes
SymbolInterpretationc

case insensitive l o d linkc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/CaseInsensitiveLODLink

Ignore string case when attempting to match identifiers between the input table and the identifiers in the LODLinks graph
has super-classes
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c

cataloged datasetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/CatalogedDataset

A CatalogedDataset is any kind of dataset, in the most general sense and regardless of how it is encoded (RDF, Relational, Tabular, XML, SPS, etc.). If someone says to you, 'yea, NASA has a Mars imagery dataset, talk to Joe about it and visit its homepage', you just instantiated a CatalogedDataset. There are MANY CatalogedDatasets that are NOT conversion:Datasets and NOT void:Datasets, since both of these are RDF-based datasets. The purpose of CatalogedDataset is to maintain a list of 'TODO' items that could be explored, converted, and published as RDF. Once a CatalogedDataset IS investigated, named, and converted, it also becomes a conversion:Dataset (and thus a void:Datast).

ConversionMetaDatasetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ConversionMetaDataset

Metadata for a dataset that is created during the dataset's conversion invocation.
has super-classes
Meta Datasetc

ConversionTriggerc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ConversionTrigger

In csv2rdf4lod-automation, the conversion trigger is a shell script situated within the conversion cockpit that initiates conversion of source data to RDF.
has super-classes
inference enginec

CSV2RDF4LOD_environment_variablesc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/CSV2RDF4LOD_environment_variables

A shell script that sets https://github.com/timrdf/csv2rdf4lod-automation/wiki/CSV2RDF4LOD-environment-variables to control the behavior of csv2rdf4lod-automation.

Curlc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/Curl

Asserted by pcurl.sh
has super-classes
inference enginec

DataEndRowc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/DataEndRow

is defined by
http://purl.org/twc/vocab/conversion/
has super-classes
row enhancementc

Datasetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/Dataset

Asserted by the converter.
has super-classes
error2c
datasetc
has sub-classes
Abstract Datasetc, Dataset Samplec, Layer Datasetc, Versioned Datasetc, auxiliary datasetc
is in domain of
base_uri, dataset_identifierdp, source_identifierdp, version_identifierdp
is disjoint with
Sourcec

Dataset Catalogc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/DatasetCatalog

A dataset that lists other datasets as its entries.
has super-classes
Meta Datasetc

Dataset Samplec back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/DatasetSample

A potentially incomplete subset of a void:Dataset
has super-classes
Datasetc

DataStartRowc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/DataStartRow

is defined by
http://purl.org/twc/vocab/conversion/
has super-classes
row enhancementc

Date promotion enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/DatePromotionEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Casts raw literal values into W3CDTF values typed as xsd:date based on a strftime pattern specified with the conversion:date_pattern. If the property values follow different patterns, multiple conversion:date_pattern values may specified.
is equivalent to
rangeop value date
has super-classes
Literal datatype promotion enhancementc
date patterndp min 1
is in domain of
date patterndp

DateTime promotion enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/DateTimePromotionEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Casts raw literal values into W3CDTF values typed as xsd:dateTime based on a strftime pattern specified with the conversion:datetime_pattern. If the property values follow different patterns, multiple conversion:datetime_pattern values may specified. The first matching pattern (of a nondeterministic ordering) will be applied. An optional conversion:datetime_timezone may be specified if no timezone information is present in the datetime pattern.
is equivalent to
rangeop value date time
has super-classes
Literal datatype promotion enhancementc
datetime patterndp min 1
datetime timezonedp max 1
is in domain of
datetime patterndp, datetime timezonedp

deprecatedc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/Deprecated

equivalent_propertyc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/equivalent_property

is defined by
http://purl.org/twc/vocab/conversion/
has super-classes
PredicateEnhancementc

ExampleResourcec back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ExampleResource

Cites a row that contains an exemplary resource or structure; 'highlighting' it for increased attention. e.g., Jim Hendler or Bill O'Reilly in a White House Visitor Record.
has super-classes
row enhancementc

Existing bundle enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ExistingBundleEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Reasserts the property-value pair to belong to the existing resource specified by the conversion:bundled_by property.
has super-classes
SubjectEnhancementc
bundled_byop only Resource promotion enhancementc
bundled_byop exactly 1

h t t p headerc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/HTTPHeader

Done by pcurl.sh
has super-classes
informationc

HeaderRowc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/HeaderRow

is defined by
http://purl.org/twc/vocab/conversion/
has super-classes
row enhancementc

Implicit Bundlec back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ImplicitBundle

is defined by
http://purl.org/twc/vocab/conversion/
Represents the structural template for an implicit bundle enhancement. The conversion:property_name specifies the property name by which a bundle is attached to an instance. An optional conversion:type_name may be specified for the bundle to indicate the rdf:type of the new resource.
has super-classes
property_namedp exactly 1
type_namedp max 1
is in domain of
type_namedp
is disjoint with
Implicit bundle enhancementc

Implicit bundle enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ImplicitBundleEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Reasserts the property-value pair to belong to a new resource specified by the conversion:bundled_by property. An example of this enhancement would be the introduction of a geo:Point instance based on latitude and longitude properties.
has super-classes
SubjectEnhancementc
bundled_byop some Implicit Bundlec
bundled_byop exactly 1
is disjoint with
Implicit Bundlec

includes l o d linksc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/IncludesLODLinks

Any enhnacment with a conversion:links_via can also be a conversion:IncludesLODLinks. When so, include the LODLinks graph in the converted output.
has super-classes
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c

IndirectSameAsEnhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/DirectSameAsEnhancement

For any Resource that became owl:sameAs another Resource in an external LOD bubble, use ALL external URIs instead of the local resource.

IndirectSameAsEnhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/IndirectSameAsEnhancement

Refer to a local URI, which then has a single owl:sameAs triple pointing to external LOD bubbles. Depends on owl:sameAs inference OR extra graph patterns in SPARQL queries.

interpreted as null enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/InterpretedAsNullEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Prevents triples with objects of a certain value. Prevents values specified by rdf:value.
has super-classes
error3c
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c

l o d linksc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/LODLinks

An RDF Graph of resources with identifiers (dcterms:identifer, etc) that is used to link to resources created during conversion.
has super-classes
datasetc
is in range of
links_viaop

Label Rename Enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/LabelRenameEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Renames an existing property in the dataset.
has super-classes
PredicateEnhancementc
is in domain of
labeldp

LargeValuec back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/LargeValue

Used to denote that the value of a cell is 'large', where 'large' is loosely defined by the implementing system. For example, javacsv thinks 100,000 characters is Large and requires a setting to permit more than that.

Layer Datasetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/LayerDataset

A conversion of a VersionedDataset using a particular set of conversion parameters.
has super-classes
Datasetc
subsetop min 0 Dataset Samplec
is in domain of
conversion_processop
is disjoint with
Abstract Datasetc, Versioned Datasetc

Literal datatype promotion enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/DatatypePromotionEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Promotes the raw literal value to a datatyped literal using the datatype specified with the conversion:range property.
has super-classes
ObjectEnhancementc
has sub-classes
Boolean promotion enhancementc, Date promotion enhancementc, DateTime promotion enhancementc, Multiplier enhancementc
is disjoint with
Resource promotion enhancementc

Meta Datasetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/MetaDataset

Data about another Dataset. Can contain VoID, PML, OPM, provenance, Dublin Core, etc.
has super-classes
auxiliary datasetc
has sub-classes
ConversionMetaDatasetc, Dataset Catalogc
is disjoint with
SameAs Datasetc

Multiplier enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/MultiplierEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
After datatype promotion to an XSD numeric type, multiplies the value by the multiplicand specified with the conversion:multiplier property.
has super-classes
Literal datatype promotion enhancementc
multiplierdp min 1
is in domain of
multiplierdp

Object sameAs enahncementsc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ObjectSameAsEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Asserts owl:sameAs relationships between resources and external URIs based on the instances' values of a specific property and their interpretation by a mapping specified by conversion:linksVia. How this mapping is performed based on this value is unspecified, but may be based on aligning with (e.g. SKOS) labels or the edit distance between the property value and instances in a known ontology.
has super-classes
Resource promotion enhancementc
Superclass for sameAs enahncementsc
has sub-classes
Object sameAs enahncements via Lookupc

Object sameAs enahncements via Lookupc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ObjectSameAsEnhancementViaLookup

is defined by
http://purl.org/twc/vocab/conversion/
Asserts owl:sameAs relationships based on the values in the mapping of the property specified by conversion:subject_of.
has super-classes
Object sameAs enahncementsc
subject ofop min 1

ObjectEnhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ObjectEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
An Enhancement that modifies the object of the resulting triple.
has super-classes
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c
interpretop min 1
has sub-classes
Literal datatype promotion enhancementc, Resource promotion enhancementc
is in domain of
eg

omittedc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/Omitted

is defined by
http://purl.org/twc/vocab/conversion/
Omit all triples from this column.
has super-classes
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c

only if columnc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/Only_if_column

is defined by
http://purl.org/twc/vocab/conversion/
Omit triple if there is no value in the cell of the given column.
has super-classes
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c

PredicateEnhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/PredicateEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
An Enhancement that modifies the predicate of the resulting triple.
has super-classes
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c
has sub-classes
Label Rename Enhancementc, Property comment enhancementc, Subproperty enhancementc, equivalent_propertyc

Property comment enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/PropertyCommentEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Uses the object of the conversion:comment property and asserts it as the value of rdfs:comment on the property definition. The value of conversion:comment typically comes from the original csv header (that was too long), or from an ancillary file accompanying the csv file.
has super-classes
PredicateEnhancementc
is in domain of
commentdp

Property-scoped resource promotion enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/PropertyScopedResourcePromotionEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Appends raw literal values to the dataset-property-specific value space URI. For example, the value 'AK' for property 'origin_state' would be promoted to </source/SSS/dataset/DDD/value/origin_state/AK>.
has super-classes
Resource promotion enhancementc

repeat previous if empty columnc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/Repeat_previous_if_empty_column

is defined by
http://purl.org/twc/vocab/conversion/
Repeat value of last non-empty cell in this column for the current cell.
has super-classes
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c

Resource cast enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ResourceCastEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Casts raw literal values directly into a URI.
has super-classes
Resource promotion enhancementc

Resource promotion enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ResourcePromotionEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Superclass of enhancements which promote values from a plain literal to a resource.
is equivalent to
rangeop value resource
has super-classes
ObjectEnhancementc
has sub-classes
Object sameAs enahncementsc, Property-scoped resource promotion enhancementc, Resource cast enhancementc, Template resource promotion enhancementc, Typed resource promotion enhancementc
is disjoint with
Literal datatype promotion enhancementc

row enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/RowEnhancement

has super-classes
error1c
has sub-classes
DataEndRowc, DataStartRowc, ExampleResourcec, HeaderRowc

SameAs Datasetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/SameAsDataset

has super-classes
auxiliary datasetc
link setc
is disjoint with
Meta Datasetc

service endpointc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ServiceEndpoint

http://www.w3.org/TR/sparql11-service-description/ does not specify a range, but we want to refer to it
is in range of
endpointop

Sourcec back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/Source

A person, organization, or agent from which a dataset is retrieved.
has super-classes
agentc
is disjoint with
Datasetc

Subclass enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/SubClassEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Asserts that an existing class in the dataset, specified by name with conversion:class_name, is a subclass of an external class specified by conversion:subclass_of. This enhancement will materialize the rdf:type entailments for all instances.
has super-classes
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c
subclass ofop min 1
class namedp exactly 1
is in domain of
class namedp, subclass ofop

Subject sameAs enahncementsc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/SubjectSameAsEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Asserts owl:sameAs relationships between instances and external URIs based on the instances' values of a specific property and their interpretation by a mapping specified by conversion:linksVia. How this mapping is performed based on this value is unspecified, but may be based on aligning with (e.g. SKOS) labels or the edit distance between the property value and instances in a known ontology.
has super-classes
Superclass for sameAs enahncementsc
has sub-classes
Subject sameAs enahncements via Lookupc

Subject sameAs enahncements via Lookupc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/SubjectSameAsEnhancementViaLookup

is defined by
http://purl.org/twc/vocab/conversion/
Asserts owl:sameAs relationships based on the values in the mapping of the property specified by conversion:subject_of.
has super-classes
Subject sameAs enahncementsc
subject ofop min 1

Subject type enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/SubjectTypeEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Asserts that the subject instance is of a specific type, specified by name with conversion:domain_name. Also asserts that the type is a owl:Class.
has super-classes
SubjectEnhancementc
domain_namedp exactly 1
is in domain of
domain_namedp

SubjectAnnotationc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/SubjectAnnotation

is defined by
http://purl.org/twc/vocab/conversion/
add a predicate-object description to the subject of a triple created.

SubjectEnhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/SubjectEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
An Enhancement that modifies the subject of the resulting triple.
has super-classes
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c
has sub-classes
Existing bundle enhancementc, Implicit bundle enhancementc, Subject type enhancementc
is in domain of
domain_templatedp

Subproperty enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/SubPropertyEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Asserts that an existing property in the dataset is a subproperty of an external property specified by conversion:subproperty_of. This enhancement will materialize the subproperty entailments for all instances.
has super-classes
error6c
PredicateEnhancementc
property_namedp exactly 1
is in domain of
subproperty_of

Superclass for different conversion processes.c back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/ConversionProcess

is defined by
http://purl.org/twc/vocab/conversion/
has sub-classes
A raw conversion process from CSV to RDFc, An enhancement of an RDF dataset that adds new RDF triplesc
is in domain of
delimits_celldp, source dataop
is in range of
conversion_processop

Superclass for sameAs enahncementsc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/SameAsEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
has super-classes
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c
links_viaop min 1
has sub-classes
Object sameAs enahncementsc, Subject sameAs enahncementsc

SymbolInterpretationc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/SymbolInterpretation

Pairs a collection of symbols with how they should be interpreted. For example, 'S' should be interpreted as http://dbpedia.org/resource/United_States_Senate.
has super-classes
error4c
The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c
symboldp min 1
has sub-classes
boolean symbol interpretationc
is in domain of
interpretation, symboldp
is in range of
interpretop

Template resource promotion enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/TemplateResourcePromotionEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Converts raw literal values into URIs by replacing in the template (specified by the conversion:template_pattern property) the substring '[value]'.
has super-classes
Resource promotion enhancementc
template patterndp min 1
is in domain of
template patterndp

The state of a document at a point in time.c back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/DocumentState

is defined by
http://purl.org/twc/vocab/conversion/
is in domain of
dataset fileop, encodingdp
is in range of
source dataop

The superclass of all enhancements. When the enhancement is referring to a particular property, the property's local name or originating column number may be used (using conversion:property_name and ov:csvCol, respectively).c back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/Enhancement

is defined by
http://purl.org/twc/vocab/conversion/
has super-classes
csv coldp min 0
property_namedp min 0
predicate identifierdp max 1
has sub-classes
ObjectEnhancementc, PredicateEnhancementc, Subclass enhancementc, SubjectEnhancementc, Superclass for sameAs enahncementsc, SymbolInterpretationc, case insensitive l o d linkc, includes l o d linksc, interpreted as null enhancementc, omittedc, only if columnc, repeat previous if empty columnc
is in domain of
rangeop
is in range of
enhanceop

TripleStorec back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/TripleStore

has super-classes
inference enginec

Typed resource promotion enhancementc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/TypedResourcePromotionEnhancement

is defined by
http://purl.org/twc/vocab/conversion/
Constructs a URI from the concatenation of a dataset-specific URI, a type token specified with conversion:range_name, and the raw literal value. Additionally asserts an rdf:type for the new resource with the class named with conversion:range_name. The type name will be lowercased for use in the URI and have the first letter uppercased for use as the class name. For example, the value 'AK' with conversion:range_name 'state' would be promoted to </source/SSS/dataset/DDD/type/state/AK> with an rdf:type of </source/SSS/dataset/DDD/vocab/State>.
has super-classes
Resource promotion enhancementc
range namedp exactly 1

UnitTestedDatsetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/UnitTestedDataset

An RDF dataset tested with SPARQL queries verifying the presense or absence of particular triples.
has super-classes
datasetc
testable byop min 1

VersionControlledDatasetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/VersionControlledDataset

A conversion:Dataset whose data skeleton is available from a version control system.
has super-classes
error5c
datasetc
projectc

Versioned Datasetc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/VersionedDataset

A materialized (captured in time) dataset -- something is now on disk. Union of all LayerDatasets created by different conversion parameters.
has super-classes
Datasetc
subsetop min 0 Layer Datasetc
is disjoint with
Abstract Datasetc, Layer Datasetc

VocabularyMappingsc back to ToC or Class ToC

IRI: http://purl.org/twc/vocab/conversion/VocabularyMappings

Vocabulary mappings to other vocabularies; a mapping file with tag 'mapping/<format>'. Replace <format> with the mapping/rule language used, like R2R or RIF.

Object Properties

bundled_byop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/bundled_by

is defined by
http://purl.org/twc/vocab/conversion/
has range
resourcec

conversion_processop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/conversion_process

is defined by
http://purl.org/twc/vocab/conversion/
A conversion process that led to the creation or modification of an RDF dataset.

dataset fileop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/dataset_file

is defined by
http://purl.org/twc/vocab/conversion/
The URL of a dataset document.
has domain
The state of a document at a point in time.c
has range
documentc

endpointop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/sparql-service-description#endpoint

enhanceop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/enhance

is defined by
http://purl.org/twc/vocab/conversion/

information resource inputop back to ToC or Object Property ToC

IRI: http://www.w3.org/2006/03/test-description#informationResourceInput

Information Resource (e.g. a file) used as input for the test case
is inverse of
testable byop

interpretop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/interpret

links_viaop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/links_via

is defined by
http://purl.org/twc/vocab/conversion/
has range
l o d linksc
resourcec

object_searchop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/object_search

rangeop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/range

is defined by
http://purl.org/twc/vocab/conversion/
The rdfs:range of the property after enhancement. For raw conversions, it is always rdfs:Literal. More interesting things happen during enhancements.

source dataop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/source_data

is defined by
http://purl.org/twc/vocab/conversion/
The source of data for a conversion process.

subclass ofop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/subclass_of

is defined by
http://purl.org/twc/vocab/conversion/
has domain
Subclass enhancementc
has range
classc

subjectop back to ToC or Object Property ToC

IRI: http://purl.org/dc/terms/subject

is inverse of
testable byop

subject ofop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/subject_of

is defined by
http://purl.org/twc/vocab/conversion/
has range
resourcec

subsetop back to ToC or Object Property ToC

IRI: http://rdfs.org/ns/void#subset

has super-properties
subsetTop

subsetTop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/subseT

A transitive version of void:subset

has characteristics : transitive

has sub-properties
subsetop

testable byop back to ToC or Object Property ToC

IRI: http://purl.org/twc/vocab/conversion/testable_by

Data Properties

A measure of conceptual depth using the URI's 'depth' within the source/dataset/version contextualization scheme used by csv2rdf4lod's data aggretation naming scheme.dp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/conceptual_depth

has super-properties
conceptual depthdp

class namedp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/class_name

is defined by
http://purl.org/twc/vocab/conversion/
has domain
Subclass enhancementc
has range
literal

commentdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/comment

is defined by
http://purl.org/twc/vocab/conversion/
A comment (like rdfs:comment) that will be applied to the property created during conversion.
has domain
Property comment enhancementc
has range
literal

conversion_identifierdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/conversion_identifier

has sub-properties
enhancement_identifierdp

csv coldp back to ToC or Data Property ToC

IRI: http://open.vocab.org/terms/csvCol

First column is column 1; i.e., human-based indexing.
has super-properties
predicate identifierdp
has range
positive integer

dataset_identifierdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/dataset_identifier

is defined by
http://purl.org/twc/vocab/conversion/
The identifier of the dataset being converted. Ideally provided by source_identifier.
has domain
Datasetc
has range
literal

date patterndp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/date_pattern

is defined by
http://purl.org/twc/vocab/conversion/
has domain
Date promotion enhancementc
rangeop value date
has range
literal

datetime patterndp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/datetime_pattern

is defined by
http://purl.org/twc/vocab/conversion/
has domain
DateTime promotion enhancementc
has range
literal

datetime timezonedp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/datetime_timezone

is defined by
http://purl.org/twc/vocab/conversion/
has domain
DateTime promotion enhancementc
has range
literal

delimits_celldp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/delimits_cell

The delimiter that should be used to separate cells in a row.

delimits_objectdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/delimits_object

is defined by
http://purl.org/twc/vocab/conversion/
A regular expression specifiying how the object literal should be delimited to produce multiple object values.

domain_namedp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/domain_name

is defined by
http://purl.org/twc/vocab/conversion/
The local type that should be asserted for the subjects of raw triples.
has domain
Subject type enhancementc
has range
literal

domain_templatedp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/domain_template

is defined by
http://purl.org/twc/vocab/conversion/
TODO, cannot happen: :cp a conversion:EnhancementConversionProcess; conversion:enhance [ ov:csvCol 1; conversion:domain_template 'a' ], [ ov:csvCol 2; conversion:domain_template 'b' ] (col 1 and col 2 make the enhancements distinct, and an EnhancementConversionProcess can only have one domain_templated enhancement.)

encodingdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/encoding

is defined by
http://purl.org/twc/vocab/conversion/
The character encoding of a dataset document.

enhancement_identifierdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/enhancement_identifier

has super-properties
conversion_identifierdp

labeldp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/label

is defined by
http://purl.org/twc/vocab/conversion/
A human-friendly label (like rdfs:label) that will be used to create the property local name when creating the property URI. The exact value of conversion:label will also be used for the rdfs:label of the property created.
has domain
Label Rename Enhancementc
has range
literal

multiplierdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/multiplier

is defined by
http://purl.org/twc/vocab/conversion/
has domain
Multiplier enhancementc
has range
literal

name_templatedp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/name_template

num_triplesdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/num_triples

Number of invocation logsdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/num_invocation_logs

Number of docs/logs/* captured by convert-aggregate.sh

patterndp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/pattern

predicate identifierdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/predicate_identifier

ov:csvCol OR conversion:property_name should be used to refer to the property being enhanced - NOT BOTH.
has sub-properties
csv coldp, property_namedp

property_namedp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/property_name

has super-properties
predicate identifierdp
has range
literal
is also defined as
annotation property

range namedp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/range_name

is defined by
http://purl.org/twc/vocab/conversion/
The local name of an internal class.
has range
literal

range templatedp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/range_template

regexdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/regex

source_identifierdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/source_identifier

is defined by
http://purl.org/twc/vocab/conversion/
The name of the organization to which the dataset being converted belongs.
has domain
Datasetc
has range
literal

symboldp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/symbol

template patterndp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/template_pattern

is defined by
http://purl.org/twc/vocab/conversion/
String representing a templated URI. Placeholders in the template are replaced by values of the row in the specified columns. Columns are cited by local name or column number. For example, http://some.other.org/instances/[value]. http://some.other.org/instances/[state]-[county], http://some.other.org/instances/[#4]-[#6]
has domain
Template resource promotion enhancementc
has range
literal

triples_per_minutedp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/triples_per_minute

type_namedp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/type_name

is defined by
http://purl.org/twc/vocab/conversion/
The local name of a class within this dataset-specific namespace.
has domain
Implicit Bundlec
has range
literal

version_identifierdp back to ToC or Data Property ToC

IRI: http://purl.org/twc/vocab/conversion/version_identifier

is defined by
http://purl.org/twc/vocab/conversion/
The version of conversion being performed per dataset.
has domain
Datasetc
has range
literal

Named Individuals

Bundleni back to ToC or Named Individual ToC

IRI: http://purl.org/twc/vocab/conversion/Bundle

belongs to
propertyc

TypedResourcePromotionni back to ToC or Named Individual ToC

IRI: http://purl.org/twc/vocab/conversion/TypedResourcePromotion

belongs to
propertyc

Annotation Properties

base_uriap back to ToC or Annotation Property ToC

IRI: http://purl.org/twc/vocab/conversion/base_uri

is defined by
http://purl.org/twc/vocab/conversion/
The base URI used in constructing identifying URIs for instances in the converted dataset.
has domain
Datasetc

cardinalityap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#cardinality

comentap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#coment

egap back to ToC or Annotation Property ToC

IRI: http://purl.org/twc/vocab/conversion/eg

is defined by
http://purl.org/twc/vocab/conversion/
Example value from a cell in the column for this ColumnEnhancement.

enhancesap back to ToC or Annotation Property ToC

IRI: http://purl.org/twc/vocab/conversion/enhances

Used to describe terms from enhanced datasets, to refer to analogous terms from less enhanced datasets

interpretationap back to ToC or Annotation Property ToC

IRI: http://purl.org/twc/vocab/conversion/interpretation

min cardinalityap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#minCardinality

min qualified cardinalityap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#minQualifiedCardinality

moreinfoap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#moreinfo

pageap back to ToC or Annotation Property ToC

IRI: http://xmlns.com/foaf/0.1/page

property_nameap back to ToC or Annotation Property ToC

IRI: http://purl.org/twc/vocab/conversion/property_name

has domain
_:genid-nodeid-node1g003s9aax38
is also defined as
data property

subproperty_ofap back to ToC or Annotation Property ToC

IRI: http://purl.org/twc/vocab/conversion/subproperty_of

is defined by
http://purl.org/twc/vocab/conversion/
The external property that is a super property of the local property named by :property_name

term statusap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status

userdocsap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#userdocs

uses_classap back to ToC or Annotation Property ToC

IRI: http://purl.org/twc/vocab/conversion/uses_class

uses_predicateap back to ToC or Annotation Property ToC

IRI: http://purl.org/twc/vocab/conversion/uses_predicate

Namespace Declarations back to ToC

default namespace
http://purl.org/twc/vocab/conversion/
0-1
http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#
10-1145
http://doi.acm.org/10.1145/
bin
https://github.com/timrdf/csv2rdf4lod-automation/blob/master/bin/
cdm-owl
http://purl.org/twc/ontology/cdm.owl#
ckanmetainformation
http://www.w3.org/wiki/TaskForces/CommunityProjects/LinkingOpenData/DataSets/CKANmetainformation#
coin
http://purl.org/court/def/2009/coin#
conversion
http://purl.org/twc/vocab/conversion/
csv2rdf4lod-automation
https://github.com/timrdf/csv2rdf4lod-automation/
doap
http://usefulinc.com/ns/doap#
error
http://org.semanticweb.owlapi/error#
foaf
http://xmlns.com/foaf/0.1/
foaf-xrdf
http://kasei.us/about/foaf.xrdf#
glossary
http://codex.wordpress.org/Glossary#
instances
http://tw.rpi.edu/instances/
issues
https://github.com/timrdf/csv2rdf4lod-automation/issues/
ns
http://www.w3.org/2003/06/sw-vocab-status/ns#
owl
http://www.w3.org/2002/07/owl#
pml-provenance-owl
http://inference-web.org/2.0/pml-provenance.owl#
prefix-cc
http://prefix.cc/
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
software
http://purl.org/twc/id/software/
sparql-service-description
http://www.w3.org/ns/sparql-service-description#
terms
http://purl.org/dc/terms/
test-description
http://www.w3.org/2006/03/test-description#
validator-lod-cloud-net
http://validator.lod-cloud.net/
vann
http://purl.org/vocab/vann/
void
http://rdfs.org/ns/void#
wiki
http://data-gov.tw.rpi.edu/wiki/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .