Identifier
Name
Field System Name
Description
CRM Path
Expected Value Type
SparQL List
SparQL Count
SparQL List Distinct
SparQL Count Distinct
Field
Derivatives
Count
LAF.86
Creator
creation_actor
This field is used to link the documented visual work creation activity to an actor responsible for carrying it out.
->P94i->E65[71_1]->P14->E39[86_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P14_carried_out_by ?LAF_86_creation_actor .
BIND(?LAF_86_creation_actor as ?value) .
OPTIONAL {?LAF_86_creation_actor rdfs:label ?LAF_86_creation_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P14_carried_out_by ?LAF_86_creation_actor .
BIND(?LAF_86_creation_actor as ?value) .
OPTIONAL {?LAF_86_creation_actor rdfs:label ?LAF_86_creation_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_86_creation_actor ?LAF_86_creation_actor_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P14_carried_out_by ?LAF_86_creation_actor .
BIND(?LAF_86_creation_actor as ?value) .
OPTIONAL {?LAF_86_creation_actor rdfs:label ?LAF_86_creation_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P14_carried_out_by ?LAF_86_creation_actor .
BIND(?LAF_86_creation_actor as ?value) .
OPTIONAL {?LAF_86_creation_actor rdfs:label ?LAF_86_creation_actor_label . }} LIMIT 100
recCEgfwSN1AjyvoA
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.71
Creation Event Location
creation_location
This field is used to link the documented visual work creation activity to a location at which it was carried out.
->P94i->E65[71_1]->P7->E53[71_2]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P7_took_place_at ?LAF_71_creation_location .
BIND(?LAF_71_creation_location as ?value) .
OPTIONAL {?LAF_71_creation_location rdfs:label ?LAF_71_creation_location_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P7_took_place_at ?LAF_71_creation_location .
BIND(?LAF_71_creation_location as ?value) .
OPTIONAL {?LAF_71_creation_location rdfs:label ?LAF_71_creation_location_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_71_creation_location ?LAF_71_creation_location_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P7_took_place_at ?LAF_71_creation_location .
BIND(?LAF_71_creation_location as ?value) .
OPTIONAL {?LAF_71_creation_location rdfs:label ?LAF_71_creation_location_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P7_took_place_at ?LAF_71_creation_location .
BIND(?LAF_71_creation_location as ?value) .
OPTIONAL {?LAF_71_creation_location rdfs:label ?LAF_71_creation_location_label . }} LIMIT 100
recv5maqIg9tfu5oC
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.89
Object used in Creation Event
creation_object_used
This field is used to link the documented entity creation activity to an instance of physical object used in the exercise of this activity in a manner consequential to its outcome.
->P94i->E65[71_1]->P16->E22[89_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P16_used_specific_object ?LAF_89_creation_object_used .
BIND(?LAF_89_creation_object_used as ?value) .
OPTIONAL {?LAF_89_creation_object_used rdfs:label ?LAF_89_creation_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P16_used_specific_object ?LAF_89_creation_object_used .
BIND(?LAF_89_creation_object_used as ?value) .
OPTIONAL {?LAF_89_creation_object_used rdfs:label ?LAF_89_creation_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_89_creation_object_used ?LAF_89_creation_object_used_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P16_used_specific_object ?LAF_89_creation_object_used .
BIND(?LAF_89_creation_object_used as ?value) .
OPTIONAL {?LAF_89_creation_object_used rdfs:label ?LAF_89_creation_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P16_used_specific_object ?LAF_89_creation_object_used .
BIND(?LAF_89_creation_object_used as ?value) .
OPTIONAL {?LAF_89_creation_object_used rdfs:label ?LAF_89_creation_object_used_label . }} LIMIT 100
recSilS6UqysY9pS0
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.93
Creation Event Technique
creation_technique
This field is used to indicate a kind of technique used in the execution of the documented entity creation activity.
->P94i->E65[71_1]->P32->E55[93_1]
Concept
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P32_used_general_technique ?LAF_93_creation_technique .
BIND(?LAF_93_creation_technique as ?value) .
OPTIONAL {?LAF_93_creation_technique rdfs:label ?LAF_93_creation_technique_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P32_used_general_technique ?LAF_93_creation_technique .
BIND(?LAF_93_creation_technique as ?value) .
OPTIONAL {?LAF_93_creation_technique rdfs:label ?LAF_93_creation_technique_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_93_creation_technique ?LAF_93_creation_technique_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P32_used_general_technique ?LAF_93_creation_technique .
BIND(?LAF_93_creation_technique as ?value) .
OPTIONAL {?LAF_93_creation_technique rdfs:label ?LAF_93_creation_technique_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P32_used_general_technique ?LAF_93_creation_technique .
BIND(?LAF_93_creation_technique as ?value) .
OPTIONAL {?LAF_93_creation_technique rdfs:label ?LAF_93_creation_technique_label . }} LIMIT 100
recxOxex2ETCfqehM
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.87
Influences on Creation Event
creation_influence
This field is used to link the documented visual work creation activity to any entity which had a substantial influence on that activity.
->P94i->E65[71_1]->P15->E1[87_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P15_was_influenced_by ?LAF_87_creation_influence .
BIND(?LAF_87_creation_influence as ?value) .
OPTIONAL {?LAF_87_creation_influence rdfs:label ?LAF_87_creation_influence_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P15_was_influenced_by ?LAF_87_creation_influence .
BIND(?LAF_87_creation_influence as ?value) .
OPTIONAL {?LAF_87_creation_influence rdfs:label ?LAF_87_creation_influence_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_87_creation_influence ?LAF_87_creation_influence_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P15_was_influenced_by ?LAF_87_creation_influence .
BIND(?LAF_87_creation_influence as ?value) .
OPTIONAL {?LAF_87_creation_influence rdfs:label ?LAF_87_creation_influence_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P15_was_influenced_by ?LAF_87_creation_influence .
BIND(?LAF_87_creation_influence as ?value) .
OPTIONAL {?LAF_87_creation_influence rdfs:label ?LAF_87_creation_influence_label . }} LIMIT 100
recafcWWcM8VfzjAo
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.96
Related Event causal to Creation Event
creation_cause
This field is used to link the documented visual work creation activity to another event which was the causal reason behind its coming to be.
->P94i->E65[71_1]->O13i->E5[96_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:O13i_was_triggered_by ?LAF_96_creation_cause .
BIND(?LAF_96_creation_cause as ?value) .
OPTIONAL {?LAF_96_creation_cause rdfs:label ?LAF_96_creation_cause_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:O13i_was_triggered_by ?LAF_96_creation_cause .
BIND(?LAF_96_creation_cause as ?value) .
OPTIONAL {?LAF_96_creation_cause rdfs:label ?LAF_96_creation_cause_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_96_creation_cause ?LAF_96_creation_cause_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:O13i_was_triggered_by ?LAF_96_creation_cause .
BIND(?LAF_96_creation_cause as ?value) .
OPTIONAL {?LAF_96_creation_cause rdfs:label ?LAF_96_creation_cause_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:O13i_was_triggered_by ?LAF_96_creation_cause .
BIND(?LAF_96_creation_cause as ?value) .
OPTIONAL {?LAF_96_creation_cause rdfs:label ?LAF_96_creation_cause_label . }
} LIMIT 100
recGk8s7cCitXMpbD
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.91
Creation Event Type
creation_type
This field is used to record the formal type of the documented visual work creation activity.
->P94i->E65[71_1]->P2->E55[91_1]
Concept
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P2_has_type ?LAF_91_creation_type .
BIND(?LAF_91_creation_type as ?value) .
OPTIONAL {?LAF_91_creation_type rdfs:label ?LAF_91_creation_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P2_has_type ?LAF_91_creation_type .
BIND(?LAF_91_creation_type as ?value) .
OPTIONAL {?LAF_91_creation_type rdfs:label ?LAF_91_creation_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_91_creation_type ?LAF_91_creation_type_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P2_has_type ?LAF_91_creation_type .
BIND(?LAF_91_creation_type as ?value) .
OPTIONAL {?LAF_91_creation_type rdfs:label ?LAF_91_creation_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P2_has_type ?LAF_91_creation_type .
BIND(?LAF_91_creation_type as ?value) .
OPTIONAL {?LAF_91_creation_type rdfs:label ?LAF_91_creation_type_label . }} LIMIT 100
recobH8SviQtspOQ3
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.85
Source Reference Work for Creation Event
creation_source_reference
This field is used to link the documented visual work creation activity to a textual source which documents the creation itself.
->P94i->E65[71_1]->P67i->E33[85_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_85_creation_source_reference .
BIND(?LAF_85_creation_source_reference as ?value) .
OPTIONAL {?LAF_85_creation_source_reference rdfs:label ?LAF_85_creation_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_85_creation_source_reference .
BIND(?LAF_85_creation_source_reference as ?value) .
OPTIONAL {?LAF_85_creation_source_reference rdfs:label ?LAF_85_creation_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_85_creation_source_reference ?LAF_85_creation_source_reference_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_85_creation_source_reference .
BIND(?LAF_85_creation_source_reference as ?value) .
OPTIONAL {?LAF_85_creation_source_reference rdfs:label ?LAF_85_creation_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_85_creation_source_reference .
BIND(?LAF_85_creation_source_reference as ?value) .
OPTIONAL {?LAF_85_creation_source_reference rdfs:label ?LAF_85_creation_source_reference_label . }} LIMIT 100
reckCdVHOm8w9Q8FV
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.92
Creation Event Label
creation_label
This field is used to record the string value of the machine readable label used for the documented visual work creation activity.
->P94i->E65[71_1]->rdfs:label->rdf:literal
String
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation rdfs:label ?LAF_92_creation_label .
BIND(?LAF_92_creation_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation rdfs:label ?LAF_92_creation_label .
BIND(?LAF_92_creation_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_92_creation_label ?LAF_92_creation_label_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation rdfs:label ?LAF_92_creation_label .
BIND(?LAF_92_creation_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation rdfs:label ?LAF_92_creation_label .
BIND(?LAF_92_creation_label as ?value) .} LIMIT 100
recZPz1qR14Vswgf7
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.90
TimeSpan of Creation Event
creation_timespan
This field is used to link the documented visual work creation activity to an instance of time-span recording the temporal extent of the activity.
->P94i->E65[71_1]->P4->E52[90_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P4_has_time-span ?LAF_90_creation_timespan .
BIND(?LAF_90_creation_timespan as ?value) .
OPTIONAL {?LAF_90_creation_timespan rdfs:label ?LAF_90_creation_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P4_has_time-span ?LAF_90_creation_timespan .
BIND(?LAF_90_creation_timespan as ?value) .
OPTIONAL {?LAF_90_creation_timespan rdfs:label ?LAF_90_creation_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_90_creation_timespan ?LAF_90_creation_timespan_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P4_has_time-span ?LAF_90_creation_timespan .
BIND(?LAF_90_creation_timespan as ?value) .
OPTIONAL {?LAF_90_creation_timespan rdfs:label ?LAF_90_creation_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P4_has_time-span ?LAF_90_creation_timespan .
BIND(?LAF_90_creation_timespan as ?value) .
OPTIONAL {?LAF_90_creation_timespan rdfs:label ?LAF_90_creation_timespan_label . }} LIMIT 100
recjucwa9JtLyOQv6
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.88
Name for Creation Event
creation_name
This field is used to link the documented visual work creation activity to a name that has been attributed to it.
->P94i->E65[71_1]->P1->E33_E41[88_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P1_is_identified_by ?LAF_88_creation_name .
?LAF_88_creation_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_88_creation_name as ?value) .
OPTIONAL {?LAF_88_creation_name rdfs:label ?LAF_88_creation_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P1_is_identified_by ?LAF_88_creation_name .
?LAF_88_creation_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_88_creation_name as ?value) .
OPTIONAL {?LAF_88_creation_name rdfs:label ?LAF_88_creation_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_88_creation_name ?LAF_88_creation_name_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P1_is_identified_by ?LAF_88_creation_name .
?LAF_88_creation_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_88_creation_name as ?value) .
OPTIONAL {?LAF_88_creation_name rdfs:label ?LAF_88_creation_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P1_is_identified_by ?LAF_88_creation_name .
?LAF_88_creation_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_88_creation_name as ?value) .
OPTIONAL {?LAF_88_creation_name rdfs:label ?LAF_88_creation_name_label . }} LIMIT 100
recHU8pwvWPFNFpgp
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.94
Identifier for Creation Event
creation_identifier
This field is used to link the documented visual work creation activity to an identifier that has been attributed to it.
->P94i->E65[71_1]->P1->E42[94_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P1_is_identified_by ?LAF_94_creation_identifier .
?LAF_94_creation_identifier a crm:E42_Identifier .
BIND(?LAF_94_creation_identifier as ?value) .
OPTIONAL {?LAF_94_creation_identifier rdfs:label ?LAF_94_creation_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P1_is_identified_by ?LAF_94_creation_identifier .
?LAF_94_creation_identifier a crm:E42_Identifier .
BIND(?LAF_94_creation_identifier as ?value) .
OPTIONAL {?LAF_94_creation_identifier rdfs:label ?LAF_94_creation_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_94_creation_identifier ?LAF_94_creation_identifier_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P1_is_identified_by ?LAF_94_creation_identifier .
?LAF_94_creation_identifier a crm:E42_Identifier .
BIND(?LAF_94_creation_identifier as ?value) .
OPTIONAL {?LAF_94_creation_identifier rdfs:label ?LAF_94_creation_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P1_is_identified_by ?LAF_94_creation_identifier .
?LAF_94_creation_identifier a crm:E42_Identifier .
BIND(?LAF_94_creation_identifier as ?value) .
OPTIONAL {?LAF_94_creation_identifier rdfs:label ?LAF_94_creation_identifier_label . }} LIMIT 100
recECVWXnsYZdJzvl
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.95
Statement about Creation Event
creation_statement
This field is used to link the documented visual work creation activity to a statement that describes it.
->P94i->E65[71_1]->P67i->E33[95_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_95_creation_statement .
?LAF_95_creation_statement a crm:E33_Linguistic_Object .
?LAF_95_creation_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_95_creation_statement as ?value) .
OPTIONAL {?LAF_95_creation_statement rdfs:label ?LAF_95_creation_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_95_creation_statement .
?LAF_95_creation_statement a crm:E33_Linguistic_Object .
?LAF_95_creation_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_95_creation_statement as ?value) .
OPTIONAL {?LAF_95_creation_statement rdfs:label ?LAF_95_creation_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_95_creation_statement ?LAF_95_creation_statement_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_95_creation_statement .
?LAF_95_creation_statement a crm:E33_Linguistic_Object .
?LAF_95_creation_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_95_creation_statement as ?value) .
OPTIONAL {?LAF_95_creation_statement rdfs:label ?LAF_95_creation_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P94i_was_created_by ?LAP_9_creation .
?LAP_9_creation a crm:E65_Creation .
?LAP_9_creation crm:P67i_is_referred_to_by ?LAF_95_creation_statement .
?LAF_95_creation_statement a crm:E33_Linguistic_Object .
?LAF_95_creation_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_95_creation_statement as ?value) .
OPTIONAL {?LAF_95_creation_statement rdfs:label ?LAF_95_creation_statement_label . }} LIMIT 100
receLklJtv4gEGo8s
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.405
Actor in Publication Event
publication_actor
This field is used to link the documented event of publication to an actor responsible for carrying it out.
->P16i->E7[396_1]->P14->E39[405_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P14_carried_out_by ?LAF_405_publication_actor .
BIND(?LAF_405_publication_actor as ?value) .
OPTIONAL {?LAF_405_publication_actor rdfs:label ?LAF_405_publication_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P14_carried_out_by ?LAF_405_publication_actor .
BIND(?LAF_405_publication_actor as ?value) .
OPTIONAL {?LAF_405_publication_actor rdfs:label ?LAF_405_publication_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_405_publication_actor ?LAF_405_publication_actor_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P14_carried_out_by ?LAF_405_publication_actor .
BIND(?LAF_405_publication_actor as ?value) .
OPTIONAL {?LAF_405_publication_actor rdfs:label ?LAF_405_publication_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P14_carried_out_by ?LAF_405_publication_actor .
BIND(?LAF_405_publication_actor as ?value) .
OPTIONAL {?LAF_405_publication_actor rdfs:label ?LAF_405_publication_actor_label . }} LIMIT 100
recMWJ0pSNbC4QQ2X
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.407
Location of Publication Event
publication_location
This field is used to link the documented event of publication to a location at which it was carried out.
->P16i->E7[396_1]->P7->E53[407_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P7_took_place_at ?LAF_407_publication_location .
BIND(?LAF_407_publication_location as ?value) .
OPTIONAL {?LAF_407_publication_location rdfs:label ?LAF_407_publication_location_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P7_took_place_at ?LAF_407_publication_location .
BIND(?LAF_407_publication_location as ?value) .
OPTIONAL {?LAF_407_publication_location rdfs:label ?LAF_407_publication_location_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_407_publication_location ?LAF_407_publication_location_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P7_took_place_at ?LAF_407_publication_location .
BIND(?LAF_407_publication_location as ?value) .
OPTIONAL {?LAF_407_publication_location rdfs:label ?LAF_407_publication_location_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P7_took_place_at ?LAF_407_publication_location .
BIND(?LAF_407_publication_location as ?value) .
OPTIONAL {?LAF_407_publication_location rdfs:label ?LAF_407_publication_location_label . }
} LIMIT 100
recuZwVzaBobgocvX
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.409
Object used in Publication Event
publication_object_used
This field is used to link the documented publication activity to an instance of physical object used in the exercise of this activity in a manner consequential to its outcome.
->P16i->E7[396_1]->P16->E22[409_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P16_used_specific_object ?LAF_409_publication_object_used .
BIND(?LAF_409_publication_object_used as ?value) .
OPTIONAL {?LAF_409_publication_object_used rdfs:label ?LAF_409_publication_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P16_used_specific_object ?LAF_409_publication_object_used .
BIND(?LAF_409_publication_object_used as ?value) .
OPTIONAL {?LAF_409_publication_object_used rdfs:label ?LAF_409_publication_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_409_publication_object_used ?LAF_409_publication_object_used_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P16_used_specific_object ?LAF_409_publication_object_used .
BIND(?LAF_409_publication_object_used as ?value) .
OPTIONAL {?LAF_409_publication_object_used rdfs:label ?LAF_409_publication_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P16_used_specific_object ?LAF_409_publication_object_used .
BIND(?LAF_409_publication_object_used as ?value) .
OPTIONAL {?LAF_409_publication_object_used rdfs:label ?LAF_409_publication_object_used_label . }} LIMIT 100
recu75kFgQuMFKOUQ
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.585
Publication Technique
publication_technique
This field is used to indicate a kind of technique used in the execution of the documented entity publication activity.
->P16i->E7[396_1]->P32->E55[585_1]
Concept
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P32_used_general_technique ?LAF_585_publication_technique .
BIND(?LAF_585_publication_technique as ?value) .
OPTIONAL {?LAF_585_publication_technique rdfs:label ?LAF_585_publication_technique_label . } } LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P32_used_general_technique ?LAF_585_publication_technique .
BIND(?LAF_585_publication_technique as ?value) .
OPTIONAL {?LAF_585_publication_technique rdfs:label ?LAF_585_publication_technique_label . } } LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_585_publication_technique ?LAF_585_publication_technique_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P32_used_general_technique ?LAF_585_publication_technique .
BIND(?LAF_585_publication_technique as ?value) .
OPTIONAL {?LAF_585_publication_technique rdfs:label ?LAF_585_publication_technique_label . } } LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P32_used_general_technique ?LAF_585_publication_technique .
BIND(?LAF_585_publication_technique as ?value) .
OPTIONAL {?LAF_585_publication_technique rdfs:label ?LAF_585_publication_technique_label . } } LIMIT 100
recpHWVpBNkGDkHRI
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.408
Influence on Publication Event
publication_influence
This field is used to link the documented publication activity to any entity which had a substantial influence on that activity.
->P16i->E7[396_1]->P15->E1[408_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P15_was_influenced_by ?LAF_408_publication_influence .
BIND(?LAF_408_publication_influence as ?value) .
OPTIONAL {?LAF_408_publication_influence rdfs:label ?LAF_408_publication_influence_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P15_was_influenced_by ?LAF_408_publication_influence .
BIND(?LAF_408_publication_influence as ?value) .
OPTIONAL {?LAF_408_publication_influence rdfs:label ?LAF_408_publication_influence_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_408_publication_influence ?LAF_408_publication_influence_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P15_was_influenced_by ?LAF_408_publication_influence .
BIND(?LAF_408_publication_influence as ?value) .
OPTIONAL {?LAF_408_publication_influence rdfs:label ?LAF_408_publication_influence_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P15_was_influenced_by ?LAF_408_publication_influence .
BIND(?LAF_408_publication_influence as ?value) .
OPTIONAL {?LAF_408_publication_influence rdfs:label ?LAF_408_publication_influence_label . }} LIMIT 100
recrqsmWYZolDthdY
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.583
Related Event Causal to Publication
publication_cause
This field is used to link the documented publication activity to another event which was the causal reason behind its coming to be.
->P16i->E7[396_1]->O13i->E5[583_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:O13i_was_triggered_by ?LAF_583_publication_cause .
BIND(?LAF_583_publication_cause as ?value) .
OPTIONAL {?LAF_583_publication_cause rdfs:label ?LAF_583_publication_cause_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:O13i_was_triggered_by ?LAF_583_publication_cause .
BIND(?LAF_583_publication_cause as ?value) .
OPTIONAL {?LAF_583_publication_cause rdfs:label ?LAF_583_publication_cause_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_583_publication_cause ?LAF_583_publication_cause_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:O13i_was_triggered_by ?LAF_583_publication_cause .
BIND(?LAF_583_publication_cause as ?value) .
OPTIONAL {?LAF_583_publication_cause rdfs:label ?LAF_583_publication_cause_label . }
} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:O13i_was_triggered_by ?LAF_583_publication_cause .
BIND(?LAF_583_publication_cause as ?value) .
OPTIONAL {?LAF_583_publication_cause rdfs:label ?LAF_583_publication_cause_label . }
} LIMIT 100
rec9tVdGoh0Toodp5
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.397
Publication Type
publication_type
This field is used to record the formal type of the documented event of publication.
->P16i->E7[396_1]->P2->E55[397_1]
Concept
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P2_has_type ?LAF_397_publication_type .
BIND(?LAF_397_publication_type as ?value) .
OPTIONAL {?LAF_397_publication_type rdfs:label ?LAF_397_publication_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P2_has_type ?LAF_397_publication_type .
BIND(?LAF_397_publication_type as ?value) .
OPTIONAL {?LAF_397_publication_type rdfs:label ?LAF_397_publication_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_397_publication_type ?LAF_397_publication_type_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P2_has_type ?LAF_397_publication_type .
BIND(?LAF_397_publication_type as ?value) .
OPTIONAL {?LAF_397_publication_type rdfs:label ?LAF_397_publication_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P2_has_type ?LAF_397_publication_type .
BIND(?LAF_397_publication_type as ?value) .
OPTIONAL {?LAF_397_publication_type rdfs:label ?LAF_397_publication_type_label . }} LIMIT 100
reciwNUxAo6sjP9cX
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.399
Source Reference Work for Publication Event
publication_source_reference
This field is used to link the documented event of publication to a textual source which documents the activity itself.
->P16i->E7[396_1]->P67i->E33[399_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_399_publication_source_reference .
BIND(?LAF_399_publication_source_reference as ?value) .
OPTIONAL {?LAF_399_publication_source_reference rdfs:label ?LAF_399_publication_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_399_publication_source_reference .
BIND(?LAF_399_publication_source_reference as ?value) .
OPTIONAL {?LAF_399_publication_source_reference rdfs:label ?LAF_399_publication_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_399_publication_source_reference ?LAF_399_publication_source_reference_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_399_publication_source_reference .
BIND(?LAF_399_publication_source_reference as ?value) .
OPTIONAL {?LAF_399_publication_source_reference rdfs:label ?LAF_399_publication_source_reference_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_399_publication_source_reference .
BIND(?LAF_399_publication_source_reference as ?value) .
OPTIONAL {?LAF_399_publication_source_reference rdfs:label ?LAF_399_publication_source_reference_label . }} LIMIT 100
recffPx55v8JEfMXM
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.402
Publication Event Label
publication_label
This field is used to record the string value of the machine readable label used for the documented event of publication.
->P16i->E7[396_1]->rdfs:label->rdf:literal
String
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication rdfs:label ?LAF_402_publication_label .
BIND(?LAF_402_publication_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication rdfs:label ?LAF_402_publication_label .
BIND(?LAF_402_publication_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_402_publication_label ?LAF_402_publication_label_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication rdfs:label ?LAF_402_publication_label .
BIND(?LAF_402_publication_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication rdfs:label ?LAF_402_publication_label .
BIND(?LAF_402_publication_label as ?value) .} LIMIT 100
rec9KLVboQMY9DcGr
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.400
Timespan for Publication Event
publication_timespan
This field is used to link the documented event of publication to an instance of time-span recording the temporal extent of the activity.
->P16i->E7[396_1]->P4->E52[400_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P4_has_time-span ?LAF_400_publication_timespan .
BIND(?LAF_400_publication_timespan as ?value) .
OPTIONAL {?LAF_400_publication_timespan rdfs:label ?LAF_400_publication_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P4_has_time-span ?LAF_400_publication_timespan .
BIND(?LAF_400_publication_timespan as ?value) .
OPTIONAL {?LAF_400_publication_timespan rdfs:label ?LAF_400_publication_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_400_publication_timespan ?LAF_400_publication_timespan_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P4_has_time-span ?LAF_400_publication_timespan .
BIND(?LAF_400_publication_timespan as ?value) .
OPTIONAL {?LAF_400_publication_timespan rdfs:label ?LAF_400_publication_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P4_has_time-span ?LAF_400_publication_timespan .
BIND(?LAF_400_publication_timespan as ?value) .
OPTIONAL {?LAF_400_publication_timespan rdfs:label ?LAF_400_publication_timespan_label . }} LIMIT 100
recu3032c5eLX8L9W
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.404
Name for Publication Event
publication_name
This field is used to link the documented event of publication to a name that has been attributed to it.
->P16i->E7[396_1]->P1->E33_E41[404_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P1_is_identified_by ?LAF_404_publication_name .
?LAF_404_publication_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_404_publication_name as ?value) .
OPTIONAL {?LAF_404_publication_name rdfs:label ?LAF_404_publication_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P1_is_identified_by ?LAF_404_publication_name .
?LAF_404_publication_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_404_publication_name as ?value) .
OPTIONAL {?LAF_404_publication_name rdfs:label ?LAF_404_publication_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_404_publication_name ?LAF_404_publication_name_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P1_is_identified_by ?LAF_404_publication_name .
?LAF_404_publication_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_404_publication_name as ?value) .
OPTIONAL {?LAF_404_publication_name rdfs:label ?LAF_404_publication_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P1_is_identified_by ?LAF_404_publication_name .
?LAF_404_publication_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_404_publication_name as ?value) .
OPTIONAL {?LAF_404_publication_name rdfs:label ?LAF_404_publication_name_label . }} LIMIT 100
rec9qquA14g4A0c66
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.406
Identifier for Publication
publication_identifier
This field is used to link the documented event of publication to an identifier that has been attributed to it.
->P16i->E7[396_1]->P1->E42[406_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P1_is_identified_by ?LAF_406_publication_identifier .
?LAF_406_publication_identifier a crm:E42_Identifier .
BIND(?LAF_406_publication_identifier as ?value) .
OPTIONAL {?LAF_406_publication_identifier rdfs:label ?LAF_406_publication_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P1_is_identified_by ?LAF_406_publication_identifier .
?LAF_406_publication_identifier a crm:E42_Identifier .
BIND(?LAF_406_publication_identifier as ?value) .
OPTIONAL {?LAF_406_publication_identifier rdfs:label ?LAF_406_publication_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_406_publication_identifier ?LAF_406_publication_identifier_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P1_is_identified_by ?LAF_406_publication_identifier .
?LAF_406_publication_identifier a crm:E42_Identifier .
BIND(?LAF_406_publication_identifier as ?value) .
OPTIONAL {?LAF_406_publication_identifier rdfs:label ?LAF_406_publication_identifier_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P1_is_identified_by ?LAF_406_publication_identifier .
?LAF_406_publication_identifier a crm:E42_Identifier .
BIND(?LAF_406_publication_identifier as ?value) .
OPTIONAL {?LAF_406_publication_identifier rdfs:label ?LAF_406_publication_identifier_label . }} LIMIT 100
recBo7vFeoFcNDEF4
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.403
Statement about Publication Event
publication_statement
This field is used to link the documented event of publication to a statement that describes it.
->P16i->E7[396_1]->P67i->E33[403_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_403_publication_statement .
?LAF_403_publication_statement a crm:E33_Linguistic_Object .
?LAF_403_publication_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_403_publication_statement as ?value) .
OPTIONAL {?LAF_403_publication_statement rdfs:label ?LAF_403_publication_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_403_publication_statement .
?LAF_403_publication_statement a crm:E33_Linguistic_Object .
?LAF_403_publication_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_403_publication_statement as ?value) .
OPTIONAL {?LAF_403_publication_statement rdfs:label ?LAF_403_publication_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_403_publication_statement ?LAF_403_publication_statement_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_403_publication_statement .
?LAF_403_publication_statement a crm:E33_Linguistic_Object .
?LAF_403_publication_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_403_publication_statement as ?value) .
OPTIONAL {?LAF_403_publication_statement rdfs:label ?LAF_403_publication_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P16i_was_used_for ?LAP_32_publication .
?LAP_32_publication a crm:E7_Activity .
?LAP_32_publication crm:P67i_is_referred_to_by ?LAF_403_publication_statement .
?LAF_403_publication_statement a crm:E33_Linguistic_Object .
?LAF_403_publication_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_403_publication_statement as ?value) .
OPTIONAL {?LAF_403_publication_statement rdfs:label ?LAF_403_publication_statement_label . }} LIMIT 100
recXTc8Fp8h1UqnkM
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.429
Data Assigner
data_assignment_actor
This field is used to indicate the actor responsible for the event of data assignment.
->p141i->E13[429_1]->P14->E39[429_2]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor .
BIND(?LAF_429_data_assignment_actor as ?value) .
OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor .
BIND(?LAF_429_data_assignment_actor as ?value) .
OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_429_data_assignment_actor ?LAF_429_data_assignment_actor_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor .
BIND(?LAF_429_data_assignment_actor as ?value) .
OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor .
BIND(?LAF_429_data_assignment_actor as ?value) .
OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100
recluG2MWFwu85XFS
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.553
Object Used in Data Assignment
data_assignment_object_used
This field is used to link to an object that was specifically used in the context of the event of the data assignment.
->p140i->E13[429_1]->p16->E70[553_1]
Reference Model
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used .
BIND(?LAF_553_data_assignment_object_used as ?value) .
OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used .
BIND(?LAF_553_data_assignment_object_used as ?value) .
OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_553_data_assignment_object_used ?LAF_553_data_assignment_object_used_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used .
BIND(?LAF_553_data_assignment_object_used as ?value) .
OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used .
BIND(?LAF_553_data_assignment_object_used as ?value) .
OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100
recPurCF690rN9NZ3
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.430
Type of Data Assignment
data_assignment_type
This field is used to indicate the type of the event of data assignment.
->p141i->E13[429_1]->P2->E55[430_1]
Concept
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type .
BIND(?LAF_430_data_assignment_type as ?value) .
OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type .
BIND(?LAF_430_data_assignment_type as ?value) .
OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_430_data_assignment_type ?LAF_430_data_assignment_type_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type .
BIND(?LAF_430_data_assignment_type as ?value) .
OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type .
BIND(?LAF_430_data_assignment_type as ?value) .
OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100
recKgO2BRijh9Hk4e
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.433
TimeSpan of Data Assignment
data_assignment_timespan
This field is used to indicate the timespan for the event of data assignment.
->p141i->E13[429_1]->p4->E52[433_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan .
BIND(?LAF_433_data_assignment_timespan as ?value) .
OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan .
BIND(?LAF_433_data_assignment_timespan as ?value) .
OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_433_data_assignment_timespan ?LAF_433_data_assignment_timespan_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan .
BIND(?LAF_433_data_assignment_timespan as ?value) .
OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan .
BIND(?LAF_433_data_assignment_timespan as ?value) .
OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100
recQ07OEimde2JC2J
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.432
Name of Data Assignment
data_assignment_name
This field is used to indicate the name given to the event of data assignment.
->p141i->E13[429_1]->p1->E41[432_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name .
?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_432_data_assignment_name as ?value) .
OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name .
?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_432_data_assignment_name as ?value) .
OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_432_data_assignment_name ?LAF_432_data_assignment_name_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name .
?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_432_data_assignment_name as ?value) .
OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name .
?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation .
BIND(?LAF_432_data_assignment_name as ?value) .
OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100
recXYpxTl6uOqGSMS
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.552
Statement about Data Assignment
data_assignment_statement
This field is used to document free text statements about the event of data assignment.
->p141i->E13[429_1]->p67i->E33[552_1]
Collection
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement .
?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object .
?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_552_data_assignment_statement as ?value) .
OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement .
?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object .
?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_552_data_assignment_statement as ?value) .
OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_552_data_assignment_statement ?LAF_552_data_assignment_statement_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement .
?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object .
?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_552_data_assignment_statement as ?value) .
OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement .
?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object .
?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type .
?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> .
BIND(?LAF_552_data_assignment_statement as ?value) .
OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100
recKxgcL9OIIovhqL
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System
LAF.431
Data Assignment Label
data_assignment_label
This field is used to indicate the machine readable label for the event of data assignment.
->p141i->E13[429_1]->rdfs:label->rdf:literal
String
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label .
BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label .
BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct?LAF_431_data_assignment_label ?LAF_431_data_assignment_label_label WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label .
BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E36_Visual_Item .
OPTIONAL {?subject rdfs:label ?subject_label . }
?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment .
?LAP_36_data_assignment a crm:E13_Attribute_Assignment .
?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label .
BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100
recu4tm6SaVUucGCt
Generators
Basic Atomic
Pattern XML
Generate Turtle File
Generate Turtle For System
Generate SPARQL Query
Generate SPARQL Query For System
Generate X3ML Mappings (Form A)
Generate X3ML Mappings For System (Form A)
Generate X3ML Mappings (Form B)
Generate X3ML Mappings For System (Form B)
Generate ResearchSpace Definition
Generate ResearchSpace Definition for System