onto:LinkingStrategy leaf node


URI

http://data.hulib.helsinki.fi/attx/onto#LinkingStrategy

Label

Linking Strategy

Description

A Linking Strategy represents an operation or a set of operations with different parameters that has the purpose to connection two or more datasets. There can be multiple types of strategies (e.g. IDs strategy, NER, etc.), each type of strategy having multiple and distinct types of parameters (e.g. for SPARQL we can add parameters for the type of skos predicate to be used; for NER we can add multiple languages or training sets etc.).

Usage

Instances of onto:LinkingStrategy can have the following properties:

PROPERTYDESCRIPTIONRANGE
From class owl:Thing
dc:creator -- owl:Thing
dc:date -- owl:Thing
dc:rights -- owl:Thing
http://creativecommons.org/ns#license Associated License for a specific dataset. http://creativecommons.org/ns#License
onto:hasStepConfig A Step can have different configurations associated to with which specifies the Workflow how to perform the given step. owl:Thing
onto:hasStrategyType The current strategy if a derivate of a specific type of Linking Strategy. owl:Thing
onto:usesArtifact An artifact can be used by any type of entity or resource in order to perform certain steps/activities. onto:Artifact
prov:agent The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent. prov:Agent
prov:hadDerivation Inverse of wasDerivedFrom property owl:Thing
prov:qualifiedAssociation An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity. owl:Thing
prov:wasDerivedFrom A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity. owl:Thing
prov:wasGeneratedBy Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. owl:Thing
rdfs:comment -- owl:Thing
skos:altLabel -- owl:Thing
skos:prefLabel -- owl:Thing

Implementation

@prefix : <http://data.hulib.helsinki.fi/attx/onto#> .
@prefix cc: <https://creativecommons.org/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:LinkingStrategy a owl:Class ;
    rdfs:label "Linking Strategy"@en ;
    rdfs:comment "A Linking Strategy represents an operation or a set of operations with different parameters that has the purpose to connection two or more datasets. There can be multiple types of strategies (e.g. IDs strategy, NER, etc.), each type of strategy having multiple and distinct types of parameters (e.g. for SPARQL we can add parameters for the type of skos predicate to be used; for NER we can add multiple languages or training sets etc.)."@en .